summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass13-32/+26
2021-03-12test: log: Rename log main test file to log_ut.cSimon Glass2-1/+1
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass2-12/+29
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass2-13/+32
2021-03-12test: Use return values in dm_test_run()Simon Glass1-8/+6
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass2-51/+81
2021-03-12test: Use a local variable for test stateSimon Glass4-6/+33
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2-39/+65
2021-03-12test: Drop dm_do_test()Simon Glass1-11/+4
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass2-13/+24
2021-03-12test: Move test running into a separate functionSimon Glass1-9/+23
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass2-22/+23
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass2-23/+32
2021-03-12test: Drop struct dm_test_stateSimon Glass4-44/+31
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass2-3/+6
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass3-2/+9
2021-03-12test: Move console silencing to test_pre_run()Simon Glass2-5/+2
2021-03-12test: Drop mallinfo() work-aroundSimon Glass2-5/+1
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass2-2/+3
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass2-17/+18
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass2-3/+7
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass2-6/+12
2021-03-12test: Create pre/post-run functionsSimon Glass1-10/+31
2021-03-12test: Add an overall test runnerSimon Glass3-33/+73
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass2-3/+3
2021-03-12test: Correct setexpr test prefixSimon Glass1-4/+19
2021-03-12test: Re-enable test_ofplatdataSimon Glass1-1/+1
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass1-0/+98
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-17/+115
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-9/+9
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-6/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-4/+4
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-3/+34
2021-02-26test: dm: Add test for fastboot mmc partition namingSean Anderson2-0/+67
2021-02-26mmc: sandbox: Add support for writingSean Anderson1-5/+14
2021-02-25test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt2-1/+3
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-2/+48
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2-0/+38
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne1-0/+30
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2-0/+50
2021-02-18test: add a simple test for the adc-keys button driverMarek Szyprowski1-2/+48
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk1-7/+109
2021-02-16test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk1-0/+2
2021-02-16image: Check for unit addresses in FITsSimon Glass1-4/+5
2021-02-16libfdt: Check for multiple/invalid root nodesSimon Glass1-1/+2
2021-02-16test: Add tests for the 'evil' vboot attacksSimon Glass1-28/+65
2021-02-16test: Add vboot_evil implementationSimon Glass1-0/+485
2021-02-16fit: Don't allow verification of images with @ nodesSimon Glass2-18/+18
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini22-0/+22