aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-24fixdep: Re-sync with Linux 5.7-rc1Masahiro Yamada
2020-04-24fixdep: handle CONFIG_IS_ENABLE() and friends for TPLMasahiro Yamada
2020-04-24.mailmap: map Ruchika Gupta's mail addressHeinrich Schuchardt
2020-04-24dlmalloc: remove unit test support in SPLHeinrich Schuchardt
2020-04-24lib: do not provide hexdump in SPLHeinrich Schuchardt
2020-04-24common: image_sign_info helper functions in SPLHeinrich Schuchardt
2020-04-24lib: do not build OID registry in SPLHeinrich Schuchardt
2020-04-24tools: image-host.c: use correct output formatHeinrich Schuchardt
2020-04-24Makefile: ARMv7-M has no CPSR registerHeinrich Schuchardt
2020-04-24qemu: don't allow to select 32- and 64-bitHeinrich Schuchardt
2020-04-24fvp: Add support for loading Android boot images via semihostingPeter Collingbourne
2020-04-24mkimage: fit_image: Add option to make fit header alignKever Yang
2020-04-24libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang
2020-04-24tool: use ALIGN() to align the sizeKever Yang
2020-04-24tools: imx8mimage: remove redundant codeKever Yang
2020-04-24tools: kwbimage: use common ALIGN to do the size alignKever Yang
2020-04-24tools: mkimage: use common ALIGN to do the size alignKever Yang
2020-04-24tool: aisimage: use ALIGN instead of self defiend macroKever Yang
2020-04-24tool: Move ALIGN_MASK to header as common MACROKever Yang
2020-04-24docs: Fix conf.py for Sphinx 2.0Jonathan Corbet
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes
2020-04-24env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes
2020-04-24env_internal.h: add alternative ENV_SAVE_PTR macroRasmus Villemoes
2020-04-24env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes
2020-04-24bootcount_ext: Add flag to enable/disable bootcountFrédéric Danis
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes
2020-04-24lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes
2020-04-24lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes
2020-04-24env: remove callback.o for an SPL buildRasmus Villemoes
2020-04-24eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao
2020-04-24watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environmentCharles Frey
2020-04-24ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 boardMarek Vasut
2020-04-24ARM: dts: stm32: Adjust PLL4 settings on AV96Marek Vasut
2020-04-24ARM: dts: stm32mp1: remove file stm32mp157-pinctrl.dtsiPatrick Delaunay
2020-04-23dm: pinctrl: Use right device pointer for configuring pinctrlLokesh Vutla
2020-04-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2020-04-23riscv: Move all fdt fixups togetherAtish Patra
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra
2020-04-23fdtdec: Fix boundary checkAtish Patra
2020-04-23riscv: Add boot hartid to device treeAtish Patra
2020-04-23riscv: Make SBI v0.2 the default SBI versionBin Meng
2020-04-23riscv: Add Kconfig option for SBI v0.2Bin Meng
2020-04-23riscv: Add SMP Kconfig option dependency for U-Boot properBin Meng
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng
2020-04-23riscv: Merge unnecessary SMP ifdefs in start.SBin Meng
2020-04-23riscv: qemu: Remove the simple-bus driver for the SoC nodeBin Meng
2020-04-23Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for...Lukas Auer