aboutsummaryrefslogtreecommitdiff
path: root/test/dm/test-main.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-230/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-1/+1
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-1/+1
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-4/+20
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-1/+1
2020-10-29dm: test: Update the test runner to support of-platdataSimon Glass1-11/+16
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-11/+5
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-5/+5
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-02-05test: Enable console recording in testsSimon Glass1-2/+2
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass1-1/+1
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass1-4/+4
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass1-1/+5
2018-08-24dm: test: Fix typo in test-main commentMichal Simek1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard1-1/+1
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-2/+36
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass1-7/+16
2017-06-01dm: test: Show the test filename when runningSimon Glass1-1/+2
2017-06-01dm: test: Move test running code into a separate functionSimon Glass1-24/+32
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass1-0/+1
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-2/+2
2016-01-28test/dm: clear unit test failure count each runStephen Warren1-0/+2
2015-11-19test: Record and silence console in testsSimon Glass1-0/+9
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass1-0/+2
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass1-2/+13
2015-05-21test: dm: Recover the driver model tree after testsJoe Hershberger1-0/+5
2015-05-21test: dm: Don't bail on all tests if one test failsJoe Hershberger1-5/+2
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger1-1/+12
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-15/+21
2015-05-14test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak1-2/+1
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass1-2/+5
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass1-0/+2
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-2/+2
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-1/+1
2014-03-04dm: Add basic testsSimon Glass1-0/+107