summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-24cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan1-2/+2
2020-04-24README: remove references on no more used config CONFIG_SYS_RCAR_I2C*Patrick Delaunay1-10/+0
2020-04-24cosmetic: README: Fix one CONFIG namePatrick Delaunay1-1/+1
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2-2/+2
2020-04-24pci: Add a macro to convert BDF from linux to U-BootSimon Glass1-0/+3
2020-04-24uuid: Use const char * where possibleSimon Glass2-6/+10
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass3-15/+83
2020-04-24test: Add the beginnings of some string testsSimon Glass4-0/+74
2020-04-24lib: strto: Stop detection when invalid char is usedMichal Simek1-0/+3
2020-04-24mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach1-1/+1
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait3-5/+19
2020-04-24arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait4-2/+20
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2-28/+28
2020-04-24Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians...Tom Rini10-1661/+638
2020-04-24Revert "sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB"Tom Rini2-4/+0
2020-04-24Merge branch '2020-04-24-master-imports'Tom Rini53-499/+916
2020-04-24sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVBTom Rini2-0/+4
2020-04-24ARM: stm32: Enable bootd, iminfo, imxtract on DHCOMMarek Vasut1-3/+0
2020-04-24travis: Correct error checking when building boardsSimon Glass1-1/+2
2020-04-24mkimage: fit: Free buf directly in fit_extract_data()Bin Meng1-2/+1
2020-04-24mkimage: fit: Unmmap the memory before closing fd in fit_import_data()Lihua Zhao1-10/+14
2020-04-24tools: Remove the out-of-date MinGW support codesBin Meng5-175/+3
2020-04-24doc: invalid doc link in rstFlatTable.pyHeinrich Schuchardt1-2/+0
2020-04-24spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson1-6/+0
2020-04-24fixdep: Re-sync with Linux 5.7-rc1Masahiro Yamada1-45/+47
2020-04-24fixdep: handle CONFIG_IS_ENABLE() and friends for TPLMasahiro Yamada1-5/+7
2020-04-24.mailmap: map Ruchika Gupta's mail addressHeinrich Schuchardt1-0/+1
2020-04-24dlmalloc: remove unit test support in SPLHeinrich Schuchardt1-1/+1
2020-04-24lib: do not provide hexdump in SPLHeinrich Schuchardt1-1/+1
2020-04-24common: image_sign_info helper functions in SPLHeinrich Schuchardt3-2/+13
2020-04-24lib: do not build OID registry in SPLHeinrich Schuchardt1-2/+1
2020-04-24tools: image-host.c: use correct output formatHeinrich Schuchardt1-1/+1
2020-04-24Makefile: ARMv7-M has no CPSR registerHeinrich Schuchardt1-7/+9
2020-04-24qemu: don't allow to select 32- and 64-bitHeinrich Schuchardt1-5/+9
2020-04-24fvp: Add support for loading Android boot images via semihostingPeter Collingbourne2-10/+22
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