summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-18Merge branch '2021-03-17-assorted-fixes'Tom Rini5-4/+7
2021-03-17test: Include /sbin to the PATH when creating ext4 disk imageAndy Shevchenko1-0/+2
2021-03-17avb: Fix error when partition not foundschspa1-1/+1
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass2-2/+2
2021-03-17mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle1-1/+2
2021-03-16board: silinux: Enable recovery SPL for EK874 boardLad Prabhakar3-2/+6
2021-03-16arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar14-0/+796
2021-03-16pinctrl: renesas: Add support for R8A774C0Lad Prabhakar5-0/+24
2021-03-16pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar1-2/+85
2021-03-16arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11Lad Prabhakar1-4/+23
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2H board supportBiju Das6-2/+94
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2N board supportBiju Das6-2/+88
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das8-0/+252
2021-03-16arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11Biju Das2-0/+61
2021-03-16arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11Biju Das2-0/+62
2021-03-16Merge tag 'efi-2021-04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini13-548/+421
2021-03-16doc: move README.dfu to HTML documentationHeinrich Schuchardt4-311/+406
2021-03-16efi: Fix compiler warningsSimon Glass3-5/+5
2021-03-16efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2-222/+0
2021-03-16mkeficapsule: Correct printf() stringsSimon Glass1-7/+7
2021-03-16efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt1-1/+1
2021-03-16efi_loader: fix memory type for memory reservation blockMark Kettenis1-1/+1
2021-03-16efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt1-1/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini313-2295/+13469
2021-03-15Prepare v2021.04-rc4Tom Rini1-1/+1
2021-03-15configs: Resync with savedefconfigTom Rini25-25/+3
2021-03-15Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini8-2/+16
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini45-177/+193
2021-03-15Merge branch '2021-03-12-assorted-improvements' into nextTom Rini23-34/+407
2021-03-15configs: am65x_evm_r5: Enable checks for spl and stack sizesLokesh Vutla1-0/+5
2021-03-15include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla1-1/+1
2021-03-15ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford1-1/+5
2021-03-15configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BDAdam Ford5-0/+5
2021-03-14test: py: add initial coverage for scp03 cmdIgor Opaniuk1-0/+27
2021-03-14sandbox: imply SCP03 and CMD_SCP03Igor Opaniuk1-0/+2
2021-03-14doc: describe the scp03 commandJorge Ramirez-Ortiz2-0/+34
2021-03-14drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz2-1/+59
2021-03-13cmd: SCP03: enable and provision commandJorge Ramirez-Ortiz3-0/+63
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz5-0/+104
2021-03-13doc: sandbox: Update instructions on quittingSimon Glass1-1/+1
2021-03-13test: acpi: Fix warnings on 32-bit buildSimon Glass1-6/+6
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass1-1/+1
2021-03-13tpm: Don't select LOGSimon Glass1-1/+0
2021-03-13log: Add return-checking macros for 0 being successSimon Glass2-1/+34
2021-03-13log: Handle line continuationSimon Glass6-16/+60
2021-03-13log: Set up a flag byte for log recordsSimon Glass2-7/+16
2021-03-12Merge branch '2021-03-12-test-improvements' into nextTom Rini46-446/+1407
2021-03-12doc: Explain briefly how to write new testsSimon Glass5-1/+358
2021-03-12test: sandbox: Move sandbox test docs into doc/developSimon Glass2-37/+51
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass6-2/+110