summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_PHYLIB et al to KconfigWIP/migrate-various-PHY-optionsTom Rini2020-04-24562-191/+1970
* sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVBTom Rini2020-04-242-0/+4
* configs: Resync with savedefconfigTom Rini2020-04-24538-775/+695
* Revert "sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB"Tom Rini2020-04-242-4/+0
* Merge branch '2020-04-24-master-imports'Tom Rini2020-04-2453-499/+916
|\
| * travis: Correct error checking when building boardsWIP/2020-04-24-master-importsSimon Glass2020-04-241-1/+2
| * mkimage: fit: Free buf directly in fit_extract_data()Bin Meng2020-04-241-2/+1
| * mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao2020-04-241-10/+14
| * tools: Remove the out-of-date MinGW support codesBin Meng2020-04-245-175/+3
| * doc: invalid doc link in rstFlatTable.pyHeinrich Schuchardt2020-04-241-2/+0
| * spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson2020-04-241-6/+0
| * fixdep: Re-sync with Linux 5.7-rc1Masahiro Yamada2020-04-241-45/+47
| * fixdep: handle CONFIG_IS_ENABLE() and friends for TPLMasahiro Yamada2020-04-241-5/+7
| * .mailmap: map Ruchika Gupta's mail addressHeinrich Schuchardt2020-04-241-0/+1
| * dlmalloc: remove unit test support in SPLHeinrich Schuchardt2020-04-241-1/+1
| * lib: do not provide hexdump in SPLHeinrich Schuchardt2020-04-241-1/+1
| * common: image_sign_info helper functions in SPLHeinrich Schuchardt2020-04-243-2/+13
| * lib: do not build OID registry in SPLHeinrich Schuchardt2020-04-241-2/+1
| * tools: image-host.c: use correct output formatHeinrich Schuchardt2020-04-241-1/+1
| * Makefile: ARMv7-M has no CPSR registerHeinrich Schuchardt2020-04-241-7/+9
| * qemu: don't allow to select 32- and 64-bitHeinrich Schuchardt2020-04-241-5/+9
| * fvp: Add support for loading Android boot images via semihostingPeter Collingbourne2020-04-242-10/+22
| * mkimage: fit_image: Add option to make fit header alignKever Yang2020-04-244-15/+38
| * libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang2020-04-243-11/+20
| * tool: use ALIGN() to align the sizeKever Yang2020-04-242-2/+2
| * tools: imx8mimage: remove redundant codeKever Yang2020-04-241-1/+0
| * tools: kwbimage: use common ALIGN to do the size alignKever Yang2020-04-242-6/+4
| * tools: mkimage: use common ALIGN to do the size alignKever Yang2020-04-241-2/+3
| * tool: aisimage: use ALIGN instead of self defiend macroKever Yang2020-04-241-4/+4
| * tool: Move ALIGN_MASK to header as common MACROKever Yang2020-04-245-9/+5
| * docs: Fix conf.py for Sphinx 2.0Jonathan Corbet2020-04-241-1/+1
| * env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes2020-04-241-11/+1
| * env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes2020-04-241-3/+1
| * env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes2020-04-241-8/+1
| * 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
* | sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVBTom Rini2020-04-242-0/+4
|/
* 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