summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | test: Create pre/post-run functionsSimon Glass2021-03-121-10/+31
* | test: Add an overall test runnerSimon Glass2021-03-123-33/+73
* | test: Rename test-main.c to test-dm.cSimon Glass2021-03-122-3/+3
* | test: Correct setexpr test prefixSimon Glass2021-03-121-4/+19
* | test: Re-enable test_ofplatdataSimon Glass2021-03-121-1/+1
* | sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
* | gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-0/+98
* | dm: gpio: Add a way to update flagsSimon Glass2021-03-031-17/+115
* | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-9/+9
* | gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-6/+6
* | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-4/+4
|/
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-3/+34
* test: dm: Add test for fastboot mmc partition namingSean Anderson2021-02-262-0/+67