index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dm
/
test-main.c
Age
Commit message (
Expand
)
Author
2020-12-13
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-10-29
dm: Use driver_info index instead of pointer
Simon Glass
2020-10-29
dm: test: Add a way to run SPL tests
Simon Glass
2020-10-29
dm: test: Update the test runner to support of-platdata
Simon Glass
2020-10-29
dm: Avoid using #ifdef for CONFIG_OF_LIVE
Simon Glass
2020-08-07
dm: Rename DM test flags to make them more generic
Simon Glass
2020-08-03
dm: core: Drop header files from dm/test.h
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-02-05
test: Enable console recording in tests
Simon Glass
2019-10-08
dm: test: Correct a stray backslash in dm_test_destroy()
Simon Glass
2019-10-08
dm: test: Don't fail when tests are skipped due to build
Simon Glass
2019-10-08
dm: test: Fix running of multiple test from command line
Simon Glass
2018-08-24
dm: test: Fix typo in test-main comment
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-11
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test
Patrice Chotard
2017-06-01
dm: core: Run tests with both livetree and flat tree
Simon Glass
2017-06-01
dm: test: Add support for running tests with livetree
Simon Glass
2017-06-01
dm: test: Show the test filename when running
Simon Glass
2017-06-01
dm: test: Move test running code into a separate function
Simon Glass
2017-06-01
sandbox: Add a way to reset sandbox state for tests
Simon Glass
2017-06-01
dm: core: Scan the live tree when setting up driver model
Simon Glass
2016-01-28
test/dm: clear unit test failure count each run
Stephen Warren
2015-11-19
test: Record and silence console in tests
Simon Glass
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-11-19
dm: usb: Avoid time delays in sandbox tests
Simon Glass
2015-07-21
dm: test: Allow test names to leave out the dm_test_ prefix
Simon Glass
2015-05-21
test: dm: Recover the driver model tree after tests
Joe Hershberger
2015-05-21
test: dm: Don't bail on all tests if one test fails
Joe Hershberger
2015-05-21
test: dm: Move the dm tests over to the ut command
Joe Hershberger
2015-05-21
test: Generalize the unit test framework
Joe Hershberger
2015-05-14
test: dm: test.dts - move to sandbox dts directory
Przemyslaw Marczak
2015-04-18
dm: test: Allow 'dm test' to select a particular test to run
Simon Glass
2014-10-23
test: dm: Support memory leak checking as a core feature
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add basic tests
Simon Glass