summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix data abort caused by mis-aligning FIT dataReuben Dowle2020-09-111-2/+5
* bootm: update image OS image size when decompressingHeinrich Schuchardt2020-09-111-0/+2
* common: Kconfig: Add dependency for default variables stringsMichal Simek2020-09-111-3/+3
* sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-09-011-0/+2
* dfu: fix dfu tftp on sandboxHeinrich Schuchardt2020-09-011-1/+2
* dfu: fix typo parameteresHeinrich Schuchardt2020-09-011-2/+1
* image: don't exceed gd->ram_top in bootm_sizeBaruch Siach2020-08-271-0/+3
* avb: Make AVB independent of fastbootUsama Arif2020-08-242-2/+19
* Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/23Aug2020Tom Rini2020-08-231-4/+0
|\
| * board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
* | stdio: Tidy up the coding styleWIP/2020-08-21-stdio-cleanupSimon Glass2020-08-231-21/+16
* | stdio: Drop brackets around &devs.listSimon Glass2020-08-231-6/+6
* | stdio: Update to use compiler for Kconfig checksSimon Glass2020-08-231-89/+83
* | stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2020-08-232-20/+11
* | Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass2020-08-231-0/+16
|/
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+14
* xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko2020-08-141-0/+13
* common/board_f: make sure to call fix_fdt() before reserve_fdt()Pragnesh Patel2020-08-141-3/+3
* spl: usb: Only init usb onceFaiz Abbas2020-08-111-3/+8
* spl: usb: Create an API spl_usb_load()Faiz Abbas2020-08-111-7/+13
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-071-0/+9
* console: Always define the console-recording functionsSimon Glass2020-08-071-1/+3
* common/board_r: Move blkcache_init call earlier in the boot sequenceWIP/2020-08-06-Kconfig-sram-optionsOvidiu Panait2020-08-061-3/+3
* blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-061-1/+1
* common/board_r: Remove initr_serial wrapperOvidiu Panait2020-08-061-7/+1
* board_f: Remove setup_board_part1Ovidiu Panait2020-08-061-11/+1
* board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait2020-08-061-34/+2
* board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait2020-08-061-15/+4
* board_f: Move sram bdinfo assignments to generic codeOvidiu Panait2020-08-061-5/+5
* board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-061-6/+5
* board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-061-1/+6
* board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-061-0/+6
* arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard2020-08-041-0/+1
* spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-08-031-0/+10
* find dtb in android boot image with header version 2 during bootmchenshuo2020-07-281-3/+13
* Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford2020-07-281-0/+7
* Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford2020-07-281-0/+12
* Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford2020-07-281-0/+14
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/27Jul2020Tom Rini2020-07-271-0/+12
|\
| * pci_ep: Add the init functionXiaowei Bao2020-07-271-0/+12
* | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-251-7/+10
* | fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-251-3/+8
* | fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-251-2/+2
* | lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-251-0/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/24Jul2020Tom Rini2020-07-241-5/+0
|\
| * riscv: Make SiFive HiFive Unleashed board boot againBin Meng2020-07-241-5/+0
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-242-22/+12
|/
* Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dmTom Rini2020-07-232-12/+22
|\
| * fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-201-7/+10
| * fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-201-3/+8