summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: py: add initial coverage for scp03 cmdWIP/2021-03-12-assorted-improvementsIgor Opaniuk2021-03-141-0/+27
* sandbox: imply SCP03 and CMD_SCP03Igor Opaniuk2021-03-141-0/+2
* doc: describe the scp03 commandJorge Ramirez-Ortiz2021-03-142-0/+34
* drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz2021-03-142-1/+59
* cmd: SCP03: enable and provision commandJorge Ramirez-Ortiz2021-03-133-0/+63
* common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2021-03-135-0/+104
* doc: sandbox: Update instructions on quittingSimon Glass2021-03-131-1/+1
* test: acpi: Fix warnings on 32-bit buildSimon Glass2021-03-131-6/+6
* tpm: Correct warning on 32-bit buildSimon Glass2021-03-131-1/+1
* tpm: Don't select LOGSimon Glass2021-03-121-1/+0
* log: Add return-checking macros for 0 being successSimon Glass2021-03-122-1/+34
* log: Handle line continuationSimon Glass2021-03-126-16/+60
* log: Set up a flag byte for log recordsSimon Glass2021-03-122-7/+16
* Merge branch '2021-03-12-test-improvements' into nextTom Rini2021-03-1246-446/+1407
|\
| * doc: Explain briefly how to write new testsWIP/2021-03-12-test-improvementsSimon Glass2021-03-125-1/+358
| * test: sandbox: Move sandbox test docs into doc/developSimon Glass2021-03-122-37/+51
| * spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-126-2/+110
| * spl: Convert spl_fit to work with sandboxSimon Glass2021-03-122-13/+17
| * sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-123-5/+8
| * test: Allow SPL to run any available testSimon Glass2021-03-124-18/+33
| * test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-122-5/+5
| * test: Add a macros for finding tests in linker_listsSimon Glass2021-03-1214-32/+32
| * test: log: Rename log main test file to log_ut.cSimon Glass2021-03-122-1/+1
| * test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-122-12/+29
| * test: Move the devicetree check into ut_run_list()Simon Glass2021-03-122-13/+32
| * test: Use return values in dm_test_run()Simon Glass2021-03-121-8/+6
| * test: Run driver-model tests using ut_run_list()Simon Glass2021-03-123-93/+81
| * test: Use a local variable for test stateSimon Glass2021-03-125-6/+47
| * test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-123-44/+73
| * test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
| * test: Use ut_run_test() to run driver model testsSimon Glass2021-03-123-33/+24
| * test: Move test running into a separate functionSimon Glass2021-03-122-9/+39
| * test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-122-22/+23
| * test: Move dm_test_init() into test-main.cSimon Glass2021-03-123-32/+32
| * test: Drop struct dm_test_stateSimon Glass2021-03-126-63/+39
| * test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-124-3/+18
| * test: Move delay skipping to test_pre_run()Simon Glass2021-03-124-2/+20
| * test: Move console silencing to test_pre_run()Simon Glass2021-03-122-5/+2
| * test: Drop mallinfo() work-aroundSimon Glass2021-03-122-5/+1
| * test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-122-2/+3
| * test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-122-17/+18
| * test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-122-3/+7
| * test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-123-7/+13
| * test: Create pre/post-run functionsSimon Glass2021-03-122-10/+51
| * test: Add an overall test runnerSimon Glass2021-03-124-33/+115
| * test: Rename test-main.c to test-dm.cSimon Glass2021-03-124-6/+6
| * test: Mark all driver model tests with a flagSimon Glass2021-03-122-1/+4
| * test: Correct setexpr test prefixSimon Glass2021-03-121-4/+19
| * doc: Document how sandbox_spl_tests are runSimon Glass2021-03-122-0/+87
| * doc: Explain how to run tests without pytestSimon Glass2021-03-123-0/+90