aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-04-05Merge branch 'next'Tom Rini42-432/+1030
2021-03-31test: Don't unmount not (yet) mounted systemAndy Shevchenko1-22/+56
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2-2/+2
2021-03-28dm: test: Always include command.h for print_utSean Anderson1-2/+0
2021-03-27sf: Support querying write-protectSimon Glass1-1/+9
2021-03-27test: Silenece the echo and print testsSimon Glass2-3/+8
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextWIP/26Mar2021-nextTom Rini6-32/+44
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-1/+1
2021-03-26test: Run sandbox_spl tests on sandbox_noinstSimon Glass1-0/+4
2021-03-26sandbox: Create a new sandbox_noinst buildSimon Glass1-0/+4
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-4/+4
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-8/+7
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass1-5/+2
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-1/+1
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass1-11/+19
2021-03-25test: test the ESRT creationJose Marinho1-0/+8
2021-03-25efidebug: add multiple device path instances on Boot####Ilias Apalodimas4-19/+19
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-3/+3
2021-03-22test: print_ut: Fix potential build errorBin Meng1-1/+1
2021-03-22test: cmd: setexpr: Fix a typoBin Meng1-1/+1
2021-03-17test: Include /sbin to the PATH when creating ext4 disk imageWIP/2021-03-17-assorted-fixesAndy Shevchenko1-0/+2
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini5-2/+161
2021-03-14test: py: add initial coverage for scp03 cmdIgor Opaniuk1-0/+27
2021-03-13test: acpi: Fix warnings on 32-bit buildSimon Glass1-6/+6
2021-03-12log: Handle line continuationSimon Glass1-4/+15
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass3-0/+97
2021-03-12test: Allow SPL to run any available testSimon Glass2-5/+23
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass1-1/+1
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass13-32/+26
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 Glass2-51/+81
2021-03-12test: Use a local variable for test stateSimon Glass4-6/+33
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2-39/+65
2021-03-12test: Drop dm_do_test()Simon Glass1-11/+4
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass2-13/+24
2021-03-12test: Move test running into a separate functionSimon Glass1-9/+23
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 Glass2-23/+32
2021-03-12test: Drop struct dm_test_stateSimon Glass4-44/+31
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass2-3/+6
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass3-2/+9
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 Glass2-6/+12