summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* sf: Support querying write-protectSimon Glass2021-03-271-1/+9
* test: Silenece the echo and print testsSimon Glass2021-03-272-3/+8
* Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini2021-03-266-32/+44
|\
| * dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-1/+1
| * test: Run sandbox_spl tests on sandbox_noinstSimon Glass2021-03-261-0/+4
| * sandbox: Create a new sandbox_noinst buildSimon Glass2021-03-261-0/+4
| * Revert "sandbox: Disable I2C emulators in SPL"Simon Glass2021-03-261-4/+4
| * dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-8/+7
| * dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-261-5/+2
| * clk: sandbox: Create a special fixed-rate driverSimon Glass2021-03-261-1/+1
| * dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass2021-03-261-11/+19
| * dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-3/+3
| * test: print_ut: Fix potential build errorBin Meng2021-03-221-1/+1
| * test: cmd: setexpr: Fix a typoBin Meng2021-03-221-1/+1
* | test: test the ESRT creationJose Marinho2021-03-251-0/+8
* | efidebug: add multiple device path instances on Boot####Ilias Apalodimas2021-03-254-19/+19
|/
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-155-2/+161
|\
| * efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt2021-03-071-2/+2
| * lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-071-0/+78
| * lib/charset: utf8_get() should return errorHeinrich Schuchardt2021-03-071-0/+7
| * efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-071-0/+29
| * test: cmd: Add a basic test for 'addrmap' commandBin Meng2021-03-053-0/+45
* | test: py: add initial coverage for scp03 cmdIgor Opaniuk2021-03-141-0/+27
* | test: acpi: Fix warnings on 32-bit buildSimon Glass2021-03-131-6/+6
* | log: Handle line continuationSimon Glass2021-03-121-4/+15
* | spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-123-0/+97
* | test: Allow SPL to run any available testSimon Glass2021-03-122-5/+23
* | test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-121-1/+1
* | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-1213-32/+26
* | 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-122-51/+81
* | test: Use a local variable for test stateSimon Glass2021-03-124-6/+33
* | test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-122-39/+65
* | test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
* | test: Use ut_run_test() to run driver model testsSimon Glass2021-03-122-13/+24
* | test: Move test running into a separate functionSimon Glass2021-03-121-9/+23
* | 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-122-23/+32
* | test: Drop struct dm_test_stateSimon Glass2021-03-124-44/+31
* | test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-122-3/+6
* | test: Move delay skipping to test_pre_run()Simon Glass2021-03-123-2/+9
* | 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-122-6/+12