aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-14qemu: arm: select QFW, MMIO on qemu-armWIP/2021-03-12-assorted-improvementsAsherah Connor1-0/+2
2021-03-14qemu: add MMIO driver for QFWAsherah Connor3-0/+127
2021-03-14test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor5-0/+193
2021-03-14x86: qemu: move QFW to its own uclassAsherah Connor13-272/+491
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
2021-03-12test: Drop dm_do_test()Simon Glass1-11/+4
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass3-33/+24
2021-03-12test: Move test running into a separate functionSimon Glass2-9/+39
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass2-22/+23
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass3-32/+32
2021-03-12test: Drop struct dm_test_stateSimon Glass6-63/+39
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass4-3/+18
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass4-2/+20
2021-03-12test: Move console silencing to test_pre_run()Simon Glass2-5/+2
2021-03-12test: Drop mallinfo() work-aroundSimon Glass2-5/+1
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass2-2/+3
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass2-17/+18
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass2-3/+7
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass3-7/+13
2021-03-12test: Create pre/post-run functionsSimon Glass2-10/+51
2021-03-12test: Add an overall test runnerSimon Glass4-33/+115
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass4-6/+6