| Commit message (Expand) | Author | Age | Files | Lines |
* | test: Rename test-main.c to test-dm.c | Simon Glass | 2021-03-12 | 1 | -230/+0 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: core: Drop unused parameter from dm_extended_scan_fdt() | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | dm: core: Drop unused parameter from dm_scan_fdt() | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | dm: Use driver_info index instead of pointer | Simon Glass | 2020-10-29 | 1 | -4/+20 |
* | dm: test: Add a way to run SPL tests | Simon Glass | 2020-10-29 | 1 | -1/+1 |
* | dm: test: Update the test runner to support of-platdata | Simon Glass | 2020-10-29 | 1 | -11/+16 |
* | dm: Avoid using #ifdef for CONFIG_OF_LIVE | Simon Glass | 2020-10-29 | 1 | -11/+5 |
* | dm: Rename DM test flags to make them more generic | Simon Glass | 2020-08-07 | 1 | -5/+5 |
* | dm: core: Drop header files from dm/test.h | Simon Glass | 2020-08-03 | 1 | -0/+2 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+1 |
* | test: Enable console recording in tests | Simon Glass | 2020-02-05 | 1 | -2/+2 |
* | dm: test: Correct a stray backslash in dm_test_destroy() | Simon Glass | 2019-10-08 | 1 | -1/+1 |
* | dm: test: Don't fail when tests are skipped due to build | Simon Glass | 2019-10-08 | 1 | -4/+4 |
* | dm: test: Fix running of multiple test from command line | Simon Glass | 2019-10-08 | 1 | -1/+5 |
* | dm: test: Fix typo in test-main comment | Michal Simek | 2018-08-24 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test | Patrice Chotard | 2017-09-11 | 1 | -1/+1 |
* | dm: core: Run tests with both livetree and flat tree | Simon Glass | 2017-06-01 | 1 | -2/+36 |
* | dm: test: Add support for running tests with livetree | Simon Glass | 2017-06-01 | 1 | -7/+16 |
* | dm: test: Show the test filename when running | Simon Glass | 2017-06-01 | 1 | -1/+2 |
* | dm: test: Move test running code into a separate function | Simon Glass | 2017-06-01 | 1 | -24/+32 |
* | sandbox: Add a way to reset sandbox state for tests | Simon Glass | 2017-06-01 | 1 | -0/+1 |
* | dm: core: Scan the live tree when setting up driver model | Simon Glass | 2017-06-01 | 1 | -2/+2 |
* | test/dm: clear unit test failure count each run | Stephen Warren | 2016-01-28 | 1 | -0/+2 |
* | test: Record and silence console in tests | Simon Glass | 2015-11-19 | 1 | -0/+9 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | dm: usb: Avoid time delays in sandbox tests | Simon Glass | 2015-11-19 | 1 | -0/+2 |
* | dm: test: Allow test names to leave out the dm_test_ prefix | Simon Glass | 2015-07-21 | 1 | -2/+13 |
* | test: dm: Recover the driver model tree after tests | Joe Hershberger | 2015-05-21 | 1 | -0/+5 |
* | test: dm: Don't bail on all tests if one test fails | Joe Hershberger | 2015-05-21 | 1 | -5/+2 |
* | test: dm: Move the dm tests over to the ut command | Joe Hershberger | 2015-05-21 | 1 | -1/+12 |
* | test: Generalize the unit test framework | Joe Hershberger | 2015-05-21 | 1 | -15/+21 |
* | test: dm: test.dts - move to sandbox dts directory | Przemyslaw Marczak | 2015-05-14 | 1 | -2/+1 |
* | dm: test: Allow 'dm test' to select a particular test to run | Simon Glass | 2015-04-18 | 1 | -2/+5 |
* | test: dm: Support memory leak checking as a core feature | Simon Glass | 2014-10-23 | 1 | -0/+2 |
* | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | 1 | -2/+2 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | 1 | -1/+1 |
* | dm: Add basic tests | Simon Glass | 2014-03-04 | 1 | -0/+107 |