summaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-3/+3
* test: acpi: Fix warnings on 32-bit buildSimon Glass2021-03-131-6/+6
* test: Allow SPL to run any available testSimon Glass2021-03-121-1/+10
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
* test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-121-11/+0
* test: Move the devicetree check into ut_run_list()Simon Glass2021-03-121-13/+0
* test: Use return values in dm_test_run()Simon Glass2021-03-121-8/+6
* test: Run driver-model tests using ut_run_list()Simon Glass2021-03-121-40/+5
* test: Use a local variable for test stateSimon Glass2021-03-123-6/+15
* test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-121-36/+1
* test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
* test: Use ut_run_test() to run driver model testsSimon Glass2021-03-121-10/+1
* test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-121-22/+0
* test: Move dm_test_init() into test-main.cSimon Glass2021-03-121-22/+0
* test: Drop struct dm_test_stateSimon Glass2021-03-124-44/+31
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-121-3/+3
* test: Move delay skipping to test_pre_run()Simon Glass2021-03-121-2/+0
* test: Move console silencing to test_pre_run()Simon Glass2021-03-121-4/+0
* test: Drop mallinfo() work-aroundSimon Glass2021-03-121-2/+0
* test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-121-2/+0
* test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-121-17/+0
* test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-121-3/+0
* test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-5/+5
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-122-3/+3
* gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-0/+98
* dm: gpio: Add a way to update flagsSimon Glass2021-03-031-17/+115
* gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-9/+9
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-6/+6
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-4/+4
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-3/+34
* test: dm: Add test for fastboot mmc partition namingSean Anderson2021-02-262-0/+67
* mmc: sandbox: Add support for writingSean Anderson2021-02-261-5/+14
* Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-2/+48
|\
| * test: add a simple test for the adc-keys button driverMarek Szyprowski2021-02-181-2/+48
* | dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-182-0/+38
* | dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne2021-02-181-0/+30
* | dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2021-02-182-0/+50
|/
* test: dm: tee: extend with RPC testIgor Opaniuk2021-02-161-7/+109
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1510-0/+10
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0210-0/+10
* | dm: core: Add late driver remove optionMarek Vasut2021-02-032-0/+116
* | dm: core: Avoid partially removing devicesSimon Glass2021-02-031-1/+3
|/
* dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2021-01-302-0/+39
* sandbox: Disable I2C emulators in SPLSimon Glass2021-01-301-4/+4
* cros_ec: Add vstore supportSimon Glass2021-01-301-0/+38
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-0/+37
* cros_ec: Add support for switchesSimon Glass2021-01-301-0/+26
* cros_ec: Support reading EC featuresSimon Glass2021-01-301-0/+28
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-301-0/+17
* cros_ec: Add a function for the hello messageSimon Glass2021-01-302-0/+33