summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-11-13test: Allow connecting to a running boardSimon Glass
2024-11-13test: Release board after tests completeSimon Glass
2024-11-13test: Allow signaling that U-Boot is readySimon Glass
2024-11-13test: Quote test namesSimon Glass
2024-11-13test: Correct display of failing testSimon Glass
2024-11-13test: Update time tests to use unit-test assertsSimon Glass
2024-11-13test: Move time tests into the lib suiteSimon Glass
2024-11-13test: Move time_ut test into libSimon Glass
2024-11-13test: Move unicode tests into the lib suiteSimon Glass
2024-11-13test: Move unicode_ut test into libSimon Glass
2024-11-13str: test: Move into the lib suiteSimon Glass
2024-11-13test: Move str_ut test into libSimon Glass
2024-11-13test: Move print_ut into the common suiteSimon Glass
2024-11-13test: Move print_ut test into commonSimon Glass
2024-11-13bootm: test: Move test into bootSimon Glass
2024-11-13test: Update command test to use unit-test functionsSimon Glass
2024-11-13command: test: Move into the cmd suiteSimon Glass
2024-11-13command_ut: test: Move test into libSimon Glass
2024-11-13compression: test: Move into the lib suiteSimon Glass
2024-11-13compression: test: Move test into libSimon Glass
2024-11-13test: Drop test-trace.sh and common.shSimon Glass
2024-11-13bloblist: test: Drop global_data declarationsSimon Glass
2024-11-13bloblist: test: Move test into commonSimon Glass
2024-11-13test: run longjmp() test only on supported architecturesHeinrich Schuchardt
2024-11-09test: efi: boot: Add a test for the efi bootmethSimon Glass
2024-11-09test: efi: boot: Set up an image suitable for EFI testingSimon Glass
2024-11-09efi: Move default filename to a functionSimon Glass
2024-11-04Merge patch series "Fixes to allow 'ut bootm' to pass when run interactively"Tom Rini
2024-11-04test: bootm: Ensure GD_FLG_SILENT is resetAndrew Goodbody
2024-11-04test: bootm: bootm_process_cmdline_env takes flagsAndrew Goodbody
2024-11-04usb: Fix test dependency on ext4write commandAndrew Goodbody
2024-11-04usb: Fix test failure with multiple partitionsAndrew Goodbody
2024-11-03bloblist: test: Mark tests with UTF_BLOBLISTSimon Glass
2024-11-03test: Allow saving and restoring the bloblistSimon Glass
2024-11-03x86: coreboot: Allow building an expo for editing CMOS configSimon Glass
2024-11-03x86: coreboot: Add a command to check and update CMOS RAMSimon Glass
2024-11-03x86: coreboot: Show the option tableSimon Glass
2024-11-03x86: coreboot: Add a test for cbsysinfo commandSimon Glass
2024-11-03test: boot: Update bootflow_iter() for console checkingSimon Glass
2024-11-03test: Drop the duplicate line in setup_bootmenu_image()Simon Glass
2024-11-03test: Expand implementation of ut_list_has_dm_tests()Simon Glass
2024-11-03test: boot: Use a consistent name for the script bootmethSimon Glass
2024-11-03dm: core: Add a function to see if a device existsSimon Glass
2024-11-03alist: Add a way to efficiently filter an alistSimon Glass
2024-11-03alist: Add a function to empty the listSimon Glass
2024-11-03alist: Add for-loop helpersSimon Glass
2024-11-03alist: Add a way to get the next elementSimon Glass
2024-11-02test: boot: Use a consistent name for the script bootmethSimon Glass
2024-11-02dm: core: Add a function to see if a device existsSimon Glass
2024-11-02alist: Add a way to efficiently filter an alistSimon Glass