summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: Re-enable test_ofplatdataSimon Glass2021-03-121-1/+1
* sandbox: Drop the 'starting...' messageSimon Glass2021-03-122-2/+0
* doc: Document make tcheckSimon Glass2021-03-121-1/+11
* doc: Tidy up testing sectionSimon Glass2021-03-121-8/+12
* dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-121-4/+13
* Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-03-044-142/+159
|\
| * video: sunxi_display: Convert to DM_VIDEOJagan Teki2021-03-034-142/+159
* | Merge branch '2021-03-03-gpio-improvements' into nextTom Rini2021-03-049-220/+704
|\ \
| * | gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-035-5/+232
| * | gpio: Define the log category in the uclassSimon Glass2021-03-031-0/+2
| * | gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-032-7/+17
| * | gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2021-03-032-34/+43
| * | gpio: Use an 'ops' variable everywhereSimon Glass2021-03-031-11/+14
| * | gpio: Replace direction_input() and direction_output()Simon Glass2021-03-032-10/+31