test: Support tests which can only be run manually
[platform/kernel/u-boot.git] / test / dm / test-dm.c
2022-10-31 Simon Glasstest: Support tests which can only be run manually
2022-10-20 Tom RiniMerge tag 'clk-2023.01' of https://source.denx.de/u...
2022-10-03 Tom RiniMerge branch 'next'
2022-09-26 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2022-09-19 Tom RiniMerge branch 'master' into next
2022-09-03 Tom RiniMerge branch '2022-09-02-assorted-improvements' into...
2022-09-02 Simon Glasstest: Allow running tests multiple times
2022-01-22 Tom RiniMerge tag 'efi-2022-04-rc1-2' of https://source.denx...
2022-01-20 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2022-01-20 Tom RiniMerge tag 'u-boot-amlogic-20220120' of https://source...
2022-01-20 Tom RiniMerge tag 'doc-2022-04-rc1' of https://source.denx...
2022-01-19 Heinrich Schuchardtdoc: replace @return by Return:
2021-04-18 Tom RiniMerge tag 'ti-v2021.07-rc1' of https://source.denx...
2021-04-09 Tom RiniMerge tag 'u-boot-stm32-20210409' of https://source...
2021-04-05 Tom RiniMerge branch 'next'
2021-03-31 Tom RiniMerge tag 'xilinx-for-v2021.07' of https://source.denx...
2021-03-30 Tom RiniMerge tag 'u-boot-atmel-2021.07-a' of https://source...
2021-03-29 Tom RiniMerge tag 'v2021.04-rc5' into next
2021-03-15 Tom RiniMerge tag 'v2021.04-rc4' into next
2021-03-12 Tom RiniMerge branch '2021-03-12-test-improvements' into next
2021-03-12 Simon Glasstest: Allow SPL to run any available test
2021-03-12 Simon Glasstest: Add a macros for finding tests in linker_lists
2021-03-12 Simon Glasstest: Move restoring of driver model state to ut_run_list()
2021-03-12 Simon Glasstest: Move the devicetree check into ut_run_list()
2021-03-12 Simon Glasstest: Use return values in dm_test_run()
2021-03-12 Simon Glasstest: Run driver-model tests using ut_run_list()
2021-03-12 Simon Glasstest: Use a local variable for test state
2021-03-12 Simon Glasstest: Add ut_run_test_live_flat() to run tests twice
2021-03-12 Simon Glasstest: Drop dm_do_test()
2021-03-12 Simon Glasstest: Use ut_run_test() to run driver model tests
2021-03-12 Simon Glasstest: Move dm_test_destroy() into test-main.c
2021-03-12 Simon Glasstest: Move dm_test_init() into test-main.c
2021-03-12 Simon Glasstest: Drop struct dm_test_state
2021-03-12 Simon Glasstest: Handle driver model reinit in test_pre_run()
2021-03-12 Simon Glasstest: Move delay skipping to test_pre_run()
2021-03-12 Simon Glasstest: Move console silencing to test_pre_run()
2021-03-12 Simon Glasstest: Drop mallinfo() work-around
2021-03-12 Simon Glasstest: Move dm_scan_plat() to test_pre_run()
2021-03-12 Simon Glasstest: Move do_autoprobe() to test_pre_run()
2021-03-12 Simon Glasstest: Move dm_extended_scan() to test_pre_run()
2021-03-12 Simon Glasstest: Call test_pre/post_run() from driver model tests
2021-03-12 Simon Glasstest: Rename test-main.c to test-dm.c