summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-15Prepare v2021.04-rc4Tom Rini
2021-03-15configs: Resync with savedefconfigTom Rini
2021-03-15Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-03-15Merge branch '2021-03-12-assorted-improvements' into nextTom Rini
2021-03-15configs: am65x_evm_r5: Enable checks for spl and stack sizesLokesh Vutla
2021-03-15include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla
2021-03-15ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford
2021-03-15configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BDAdam Ford
2021-03-14test: py: add initial coverage for scp03 cmdIgor Opaniuk
2021-03-14sandbox: imply SCP03 and CMD_SCP03Igor Opaniuk
2021-03-14doc: describe the scp03 commandJorge Ramirez-Ortiz
2021-03-14drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz
2021-03-13cmd: SCP03: enable and provision commandJorge Ramirez-Ortiz
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz
2021-03-13doc: sandbox: Update instructions on quittingSimon Glass
2021-03-13test: acpi: Fix warnings on 32-bit buildSimon Glass
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass
2021-03-12tpm: Don't select LOGSimon Glass
2021-03-12log: Add return-checking macros for 0 being successSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-03-12log: Set up a flag byte for log recordsSimon Glass
2021-03-12Merge branch '2021-03-12-test-improvements' into nextTom Rini
2021-03-12doc: Explain briefly how to write new testsSimon Glass
2021-03-12test: sandbox: Move sandbox test docs into doc/developSimon Glass
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-03-12test: log: Rename log main test file to log_ut.cSimon Glass
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass
2021-03-12test: Use return values in dm_test_run()Simon Glass
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass
2021-03-12test: Use a local variable for test stateSimon Glass
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass
2021-03-12test: Drop dm_do_test()Simon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass
2021-03-12test: Move test running into a separate functionSimon Glass
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass
2021-03-12test: Move console silencing to test_pre_run()Simon Glass
2021-03-12test: Drop mallinfo() work-aroundSimon Glass
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass