aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-12test: Mark all driver model tests with a flagSimon Glass2-1/+4
2021-03-12test: Correct setexpr test prefixSimon Glass1-4/+19
2021-03-12doc: Document how sandbox_spl_tests are runSimon Glass2-0/+87
2021-03-12doc: Explain how to run tests without pytestSimon Glass3-0/+90
2021-03-12test: Re-enable test_ofplatdataSimon Glass1-1/+1
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass2-2/+0
2021-03-12doc: Document make tcheckSimon Glass1-1/+11
2021-03-12doc: Tidy up testing sectionSimon Glass1-8/+12
2021-03-12dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini4-142/+159
2021-03-04Merge branch '2021-03-03-gpio-improvements' into nextTom Rini9-220/+704
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass5-5/+232
2021-03-03gpio: Define the log category in the uclassSimon Glass1-0/+2
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass2-7/+17
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2-34/+43
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass1-11/+14
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass2-10/+31
2021-03-03dm: gpio: Add a way to update flagsSimon Glass5-43/+203