aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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 sequenceOvidiu 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-qoriqTom 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-riscvTom 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
| * fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-201-2/+2
| * lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-201-0/+2
* | efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt2020-07-221-5/+4
|/
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-175-16/+19
* spl: fix ext4fs_mount return code handlingThomas Schaefer2020-07-171-1/+1
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-172-4/+29
* image: fdt: bail out with error if no boot time FDT image foundTero Kristo2020-07-171-1/+1
* log: use BIT() instead of 1 <<Heinrich Schuchardt2020-07-092-14/+14
* log: don't show function by defaultHeinrich Schuchardt2020-07-092-1/+19
* log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt2020-07-091-0/+4
* console: Add a way to output to serial onlySimon Glass2020-07-091-6/+22
* command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass2020-07-081-4/+5
* Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass2020-07-081-1/+1
* spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi2020-07-081-5/+5
* spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi2020-07-081-1/+4