summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* spl: fit: fail fit loading in case of FDT appending errorDario Binacchi2020-07-081-3/+6
* image: Add support for ZSTD decompressionRobert Marko2020-07-071-0/+52
* common/board_f: Respect original FDT size while relocatingOleksandr Andrushchenko2020-07-071-1/+1
* video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay2020-07-061-3/+3
* Merge branch 'next'Tom Rini2020-07-069-103/+256
|\
| * riscv: Clean up IPI initialization codeSean Anderson2020-07-011-0/+5
| * Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-1/+1
| |\
| * | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-0/+20
| * | bdinfo: net: ppc: Drop bi_enet1addr and other similar infoSimon Glass2020-06-251-15/+1
| * | Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-251-1/+1
| |\ \
| | * | common: fdt: Remove additional 4k space for fdt allocationAshok Reddy Soma2020-06-251-1/+1
| * | | video: extend stdout video console work-around for 'vga'Anatolij Gustschin2020-06-181-3/+4
| * | | common: hash: Remove a debug printf statementHarald Seiler2020-06-161-2/+0
| * | | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini2020-06-131-74/+85
| |\ \ \
| | * | | log: clean up KconfigHeinrich Schuchardt2020-06-111-74/+85
| | |/ /
| * / / Add support for SHA384 and SHA512Reuben Dowle2020-06-124-10/+142
| |/ /
* | / riscv: sbi: Add newline to error messageSean Anderson2020-07-021-1/+1
| |/ |/|