aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass1-32/+35
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass2-9/+12
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass2-3/+61
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass2-7/+57
2023-01-23bootstd: Add a hunter for the extension featureSimon Glass3-24/+38
2023-01-23bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+84
2023-01-23bootstd: Allow iterating to the next label in a listSimon Glass1-1/+79
2023-01-23bootstd: Allow hunting for a bootdev by labelSimon Glass3-2/+140
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-20/+31
2023-01-23bootstd: Allow hunting for bootdevs of a given prioritySimon Glass1-0/+25
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-4/+13
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass1-8/+11
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass1-0/+1
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass1-0/+1
2023-01-23bootstd: Add a virtio bootdevSimon Glass1-5/+7
2023-01-23virtio: Avoid strange behaviour on removalSimon Glass1-0/+3
2023-01-23bootstd: Add an NVMe bootdevSimon Glass1-6/+9
2023-01-23bootstd: Add an IDE bootdevSimon Glass1-6/+10
2023-01-23bootstd: Add a SCSI bootdevSimon Glass1-7/+11
2023-01-23bootstd: Only scan bootable partitionsSimon Glass2-2/+39
2023-01-23part: Add a function to find the first bootable partitionSimon Glass4-7/+25
2023-01-23bootstd: Add a hunter for ethernetSimon Glass1-6/+11
2023-01-23bootstd: Add an MMC hunterSimon Glass1-6/+10
2023-01-23bootstd: Add a USB hunterSimon Glass1-5/+21
2023-01-23bootstd: Support running bootdev huntersSimon Glass1-0/+3
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass1-0/+52
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass1-1/+7
2023-01-23dm: test: Correct ordering of DM setupSimon Glass2-7/+14
2023-01-23dm: part: Update test to use mmc2Simon Glass1-6/+6
2023-01-23test: Drop duplicate restore of DM stateSimon Glass1-4/+0
2023-01-23test: Fix the help for the ut commandSimon Glass1-1/+1
2023-01-23lib: Add a function to split a string into substringsSimon Glass1-0/+82
2023-01-23dm: test: Correct assertion in dm_test_part()Simon Glass1-8/+4
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass1-0/+38
2023-01-18test: compression: add zstd uncompression testBrandon Maier2-1/+72
2023-01-18test/py: gpt: add test for the gpt partition type GUID identifierEnric Balletbo i Serra1-0/+23
2023-01-18test: compression: use sizeof() instead of magic numbersBrandon Maier1-4/+4
2023-01-16bootstd: Support setting a theme for the menuSimon Glass1-3/+80
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass4-19/+250
2023-01-16expo: Add basic testsSimon Glass2-0/+541
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass1-0/+1
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+1
2023-01-16video: Add font functions to the vidconsole APISimon Glass1-3/+3
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass1-0/+2
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä1-5/+5
2023-01-11test: compression: use ut_assert for errorsBrandon Maier1-31/+25
2023-01-11test: compression: check with trailing garbage in inputBrandon Maier1-0/+9
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut3-1/+137
2023-01-11test: env: add test for u-boot-initial-env creationMax Krummenacher1-0/+24
2023-01-09Merge branch 'next'Tom Rini13-19/+101