summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* env_internal.h: add alternative ENV_SAVE_PTR macroRasmus Villemoes2020-04-241-0/+2
* env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes2020-04-241-0/+3
* bootcount_ext: Add flag to enable/disable bootcountFrédéric Danis2020-04-242-12/+85
* make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes2020-04-244-2/+4
* lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes2020-04-241-0/+2
* lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes2020-04-241-8/+15
* env: remove callback.o for an SPL buildRasmus Villemoes2020-04-242-1/+7
* eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao2020-04-242-127/+577
* watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environmentCharles Frey2020-04-241-1/+9
* dm: pinctrl: Use right device pointer for configuring pinctrlWIP/23Apr2020Lokesh Vutla2020-04-231-2/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-04-2317-86/+211
|\
| * riscv: Move all fdt fixups togetherAtish Patra2020-04-232-33/+33
| * riscv: Copy the reserved-memory nodes to final DTAtish Patra2020-04-231-1/+7
| * riscv: Setup reserved-memory node for FU540Atish Patra2020-04-232-0/+16
| * riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra2020-04-236-0/+108
| * fdtdec: Fix boundary checkAtish Patra2020-04-231-1/+2
| * riscv: Add boot hartid to device treeAtish Patra2020-04-231-0/+22
| * riscv: Make SBI v0.2 the default SBI versionBin Meng2020-04-231-1/+1
| * riscv: Add Kconfig option for SBI v0.2Bin Meng2020-04-231-1/+19
| * riscv: Add SMP Kconfig option dependency for U-Boot properBin Meng2020-04-231-0/+1
| * riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-236-12/+23
| * riscv: Merge unnecessary SMP ifdefs in start.SBin Meng2020-04-231-4/+0
| * riscv: qemu: Remove the simple-bus driver for the SoC nodeBin Meng2020-04-232-15/+1
| * Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for...Lukas Auer2020-04-232-40/+0
| * riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel2020-04-231-8/+8
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/22Apr2020Tom Rini2020-04-2217-60/+142
|\
| * cmd: mvebu: bubt: show image boot deviceJoel Johnson2020-04-221-1/+11
| * arm: mvebu: clearfog: enable bubt commandJoel Johnson2020-04-221-0/+1
| * cmd: mvebu: bubt: verify A38x target device typeJoel Johnson2020-04-221-4/+48
| * cmd: mvebu: bubt: correct U-Boot spellingJoel Johnson2020-04-221-3/+3
| * cmd: mvebu: bubt: add A38x supportJoel Johnson2020-04-221-1/+68
| * arm: mvebu: correct SPL boot configs for SPI/MMCJoel Johnson2020-04-2214-45/+12
| * arm: mvebu: clearfog: adjust SCSI boot duplicationJoel Johnson2020-04-221-7/+0
| * clk: armada-37xx-periph: fix DDR PHY clock divider valuesMarek Behún2020-04-221-2/+2
* | Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-04-2227-52/+337
|\ \
| * | drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt2020-04-221-1/+1
| * | spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler2020-04-223-5/+16
| * | spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-2213-14/+30
| * | mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2020-04-222-10/+37
| * | mmc: Add option to adjust b_max before long readMarek Vasut2020-04-223-2/+46
| * | mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2020-04-222-0/+78
| * | ARM: rmobile: Increase malloc area sizeMarek Vasut2020-04-221-1/+1
| * | common: bouncebuf: Permit passing custom alignment check functionMarek Vasut2020-04-222-5/+30
| * | mmc: adjust Kconfig for mmc sub-commandsHeinrich Schuchardt2020-04-221-11/+15
| * | drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur2020-04-221-5/+5
| * | drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur2020-04-221-1/+3
| * | drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty2020-04-221-1/+1
| * | drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty2020-04-221-3/+5
| * | cmd: mmc: provide boot area protection commandHeinrich Schuchardt2020-04-223-0/+36
| * | cmd: mmc: display write protect state of boot partitionHeinrich Schuchardt2020-04-221-0/+24