summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor
2021-04-12test: Add test for strlcatSean Anderson
2021-04-12test: scmi: add local variables for scmi agent referenceEtienne Carriere
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere
2021-04-12hush: Fix assignments being misinterpreted as commandsSean Anderson
2021-04-10video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak
2021-04-08test: unit test for longjmpHeinrich Schuchardt
2021-04-07pytest: Lower pygit2 requirementTom Rini
2021-04-06test: Allow tests to run on any boardSimon Glass
2021-04-05Merge branch 'next'Tom Rini
2021-03-31test: Don't unmount not (yet) mounted systemAndy Shevchenko
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-28dm: test: Always include command.h for print_utSean Anderson
2021-03-27sf: Support querying write-protectSimon Glass
2021-03-27test: Silenece the echo and print testsSimon Glass
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-26test: Run sandbox_spl tests on sandbox_noinstSimon Glass
2021-03-26sandbox: Create a new sandbox_noinst buildSimon Glass
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass
2021-03-25test: test the ESRT creationJose Marinho
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