summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2020-08-07console: Always define the console-recording functionsSimon Glass
2020-08-06common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2020-08-06common/board_r: Remove initr_serial wrapperOvidiu Panait
2020-08-06board_f: Remove setup_board_part1Ovidiu Panait
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait
2020-08-06board_f: Move sram bdinfo assignments to generic codeOvidiu Panait
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait
2020-08-04arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard
2020-08-03spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass
2020-07-28find dtb in android boot image with header version 2 during bootmchenshuo
2020-07-28Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford
2020-07-28Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford
2020-07-28Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-07-27pci_ep: Add the init functionXiaowei Bao
2020-07-25fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada
2020-07-25fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada
2020-07-25fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada
2020-07-25lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes
2020-07-24Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng
2020-07-23Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dmTom Rini
2020-07-22efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt
2020-07-20fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada
2020-07-20fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada
2020-07-20fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada
2020-07-20lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-17spl: fix ext4fs_mount return code handlingThomas Schaefer
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo
2020-07-17image: fdt: bail out with error if no boot time FDT image foundTero Kristo
2020-07-09log: use BIT() instead of 1 <<Heinrich Schuchardt
2020-07-09log: don't show function by defaultHeinrich Schuchardt
2020-07-09log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt
2020-07-09console: Add a way to output to serial onlySimon Glass
2020-07-08command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-07-08spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi
2020-07-07image: Add support for ZSTD decompressionRobert Marko
2020-07-07common/board_f: Respect original FDT size while relocatingOleksandr Andrushchenko
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay
2020-07-06Merge branch 'next'Tom Rini
2020-07-02riscv: sbi: Add newline to error messageSean Anderson