aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2021-03-12test: Create pre/post-run functionsSimon Glass1-10/+31
2021-03-12test: Add an overall test runnerSimon Glass3-33/+73
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass2-3/+3
2021-03-12test: Correct setexpr test prefixSimon Glass1-4/+19
2021-03-12test: Re-enable test_ofplatdataSimon Glass1-1/+1
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt1-2/+2
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt1-0/+78
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt1-0/+7
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt1-0/+29
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng3-0/+45