summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-03-25efidebug: add multiple device path instances on Boot####Ilias Apalodimas
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass
2021-03-22test: print_ut: Fix potential build errorBin Meng
2021-03-22test: cmd: setexpr: Fix a typoBin Meng
2021-03-17test: Include /sbin to the PATH when creating ext4 disk imageAndy Shevchenko
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-14test: py: add initial coverage for scp03 cmdIgor Opaniuk
2021-03-13test: acpi: Fix warnings on 32-bit buildSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-03-12test: log: Rename log main test file to log_ut.cSimon Glass
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass
2021-03-12test: Use return values in dm_test_run()Simon Glass
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass
2021-03-12test: Use a local variable for test stateSimon Glass
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass
2021-03-12test: Drop dm_do_test()Simon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass
2021-03-12test: Move test running into a separate functionSimon Glass
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass
2021-03-12test: Move console silencing to test_pre_run()Simon Glass
2021-03-12test: Drop mallinfo() work-aroundSimon Glass
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Create pre/post-run functionsSimon Glass
2021-03-12test: Add an overall test runnerSimon Glass
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-03-12test: Correct setexpr test prefixSimon Glass
2021-03-12test: Re-enable test_ofplatdataSimon Glass
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass