aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-19Merge branch 'next' of git://source.denx.de/u-boot-sh into nextWIP/19Mar2021-nextTom Rini35-7/+1486
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-15Merge tag 'v2021.04-rc4' into nextTom Rini313-2295/+13469
2021-03-15Prepare v2021.04-rc4v2021.04-rc4WIP/nextTom 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...WIP/15Mar2021Tom 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-12tpm: Don't select LOGSimon Glass1-1/+0
2021-03-12log: Add return-checking macros for 0 being successSimon Glass2-1/+34
2021-03-12log: Handle line continuationSimon Glass6-16/+60
2021-03-12log: 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 testsWIP/2021-03-12-test-improvementsSimon 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
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass2-13/+17
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass3-5/+8
2021-03-12test: Allow SPL to run any available testSimon Glass4-18/+33
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass2-5/+5
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass14-32/+32
2021-03-12test: log: Rename log main test file to log_ut.cSimon Glass2-1/+1
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass2-12/+29
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass2-13/+32
2021-03-12test: Use return values in dm_test_run()Simon Glass1-8/+6
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass3-93/+81
2021-03-12test: Use a local variable for test stateSimon Glass5-6/+47
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass3-44/+73