aboutsummaryrefslogtreecommitdiff
path: root/test/boot/bootdev.c
AgeCommit message (Expand)AuthorFilesLines
6 daystest: efi: boot: Set up an image suitable for EFI testingSimon Glass1-1/+17
14 daysscsi: fix disk capacity too small by one sectorJulius Lehmann1-1/+1
2024-10-16test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabledJerome Forissier1-1/+10
2024-09-18bootstd: Create a function to reset USBSimon Glass1-13/+6
2024-08-26test: boot: Use UTF_CONSOLE in testsSimon Glass1-19/+12
2024-08-26test: Rename unit-test flagsSimon Glass1-20/+16
2024-07-15test: Remove duplicate newlinesMarek Vasut1-1/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-23bootstd: Scan all bootdevs in a boot_targets entry (take 2)Simon Glass1-2/+30
2023-10-23bootstd: Correct logic for single uclassSimon Glass1-0/+13
2023-10-23bootstd: Expand boot-ordering test to include USBSimon Glass1-3/+14
2023-10-23Revert "bootstd: Scan all bootdevs in a boot_targets entry"Simon Glass1-10/+0
2023-10-13bootstd: Scan all bootdevs in a boot_targets entrySimon Glass1-0/+10
2023-05-13bootstd: usb: Avoid initing USB twiceSimon Glass1-0/+5
2023-05-13usb: Tidy up the usb_start flagSimon Glass1-2/+2
2023-04-27ide: Move ide_init() into probingSimon Glass1-2/+0
2023-04-26bootstd: Report missing labels only when askedSimon Glass1-7/+5
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass1-5/+5
2023-02-06arm: qemu: Move GUIDs to the C fileSimon Glass1-11/+14
2023-02-06test: bootdev: Do not require USB to compile testLinus Walleij1-0/+4
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass1-32/+35
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass1-7/+9
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass1-1/+1
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass1-1/+21
2023-01-23bootstd: Add a hunter for the extension featureSimon Glass1-14/+23
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 Glass1-2/+113
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-23bootstd: Add a virtio bootdevSimon Glass1-5/+7
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 Glass1-0/+37
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
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass1-0/+223