summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang4-15/+38
2020-04-24libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang3-11/+20
2020-04-24tool: use ALIGN() to align the sizeKever Yang2-2/+2
2020-04-24tools: imx8mimage: remove redundant codeKever Yang1-1/+0
2020-04-24tools: kwbimage: use common ALIGN to do the size alignKever Yang2-6/+4
2020-04-24tools: mkimage: use common ALIGN to do the size alignKever Yang1-2/+3
2020-04-24tool: aisimage: use ALIGN instead of self defiend macroKever Yang1-4/+4
2020-04-24tool: Move ALIGN_MASK to header as common MACROKever Yang5-9/+5
2020-04-24docs: Fix conf.py for Sphinx 2.0Jonathan Corbet1-1/+1
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes1-11/+1
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes1-3/+1
2020-04-24env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes1-8/+1
2020-04-24env_internal.h: add alternative ENV_SAVE_PTR macroRasmus Villemoes1-0/+2
2020-04-24env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes1-0/+3
2020-04-24bootcount_ext: Add flag to enable/disable bootcountFrédéric Danis2-12/+85
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes4-2/+4
2020-04-24lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes1-0/+2
2020-04-24lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes1-8/+15
2020-04-24env: remove callback.o for an SPL buildRasmus Villemoes2-1/+7
2020-04-24eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao2-127/+577
2020-04-24watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environmentCharles Frey1-1/+9
2020-04-23dm: pinctrl: Use right device pointer for configuring pinctrlLokesh Vutla1-2/+2
2020-04-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini17-86/+211
2020-04-23riscv: Move all fdt fixups togetherAtish Patra2-33/+33
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra1-1/+7
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra2-0/+16
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra6-0/+108
2020-04-23fdtdec: Fix boundary checkAtish Patra1-1/+2
2020-04-23riscv: Add boot hartid to device treeAtish Patra1-0/+22
2020-04-23riscv: Make SBI v0.2 the default SBI versionBin Meng1-1/+1
2020-04-23riscv: Add Kconfig option for SBI v0.2Bin Meng1-1/+19
2020-04-23riscv: Add SMP Kconfig option dependency for U-Boot properBin Meng1-0/+1
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng6-12/+23
2020-04-23riscv: Merge unnecessary SMP ifdefs in start.SBin Meng1-4/+0
2020-04-23riscv: qemu: Remove the simple-bus driver for the SoC nodeBin Meng2-15/+1
2020-04-23Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for...Lukas Auer2-40/+0
2020-04-23riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel1-8/+8
2020-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini17-60/+142
2020-04-22Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini27-52/+337
2020-04-22drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt1-1/+1
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler3-5/+16
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler13-14/+30
2020-04-22mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2-10/+37
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut3-2/+46
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2-0/+78
2020-04-22ARM: rmobile: Increase malloc area sizeMarek Vasut1-1/+1
2020-04-22common: bouncebuf: Permit passing custom alignment check functionMarek Vasut2-5/+30
2020-04-22mmc: adjust Kconfig for mmc sub-commandsHeinrich Schuchardt1-11/+15
2020-04-22drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur1-5/+5
2020-04-22drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur1-1/+3