summaryrefslogtreecommitdiff
path: root/test/boot
AgeCommit message (Expand)AuthorFilesLines
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 Glass2-6/+6
2023-02-06arm: qemu: Move GUIDs to the C fileSimon Glass2-12/+15
2023-02-06test: bootdev: Do not require USB to compile testLinus Walleij1-0/+4
2023-01-24bootstd: Record the bootdevs used during scanningSimon Glass1-32/+35
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass2-9/+12
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass2-3/+61
2023-01-24bootstd: Switch bootdev scanning to use labelsSimon Glass2-7/+57
2023-01-24bootstd: Add a hunter for the extension featureSimon Glass3-24/+38
2023-01-24bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+84
2023-01-24bootstd: Allow iterating to the next label in a listSimon Glass1-1/+79
2023-01-24bootstd: Allow hunting for a bootdev by labelSimon Glass3-2/+140
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-20/+31
2023-01-24bootstd: Allow hunting for bootdevs of a given prioritySimon Glass1-0/+25
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-4/+13
2023-01-24bootstd: Add a SPI flash bootdevSimon Glass1-8/+11
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+1
2023-01-24bootstd: Add a virtio bootdevSimon Glass1-5/+7
2023-01-24bootstd: Add an NVMe bootdevSimon Glass1-6/+9
2023-01-24bootstd: Add an IDE bootdevSimon Glass1-6/+10
2023-01-24bootstd: Add a SCSI bootdevSimon Glass1-7/+11
2023-01-24bootstd: Only scan bootable partitionsSimon Glass2-2/+39
2023-01-24part: Add a function to find the first bootable partitionSimon Glass1-3/+3
2023-01-24bootstd: Add a hunter for ethernetSimon Glass1-6/+11
2023-01-24bootstd: Add an MMC hunterSimon Glass1-6/+10
2023-01-24bootstd: Add a USB hunterSimon Glass1-5/+21
2023-01-24bootstd: Support running bootdev huntersSimon Glass1-0/+3
2023-01-24bootstd: Add the concept of a bootdev hunterSimon Glass1-0/+52
2023-01-24dm: test: Correct ordering of DM setupSimon Glass1-4/+6
2023-01-17bootstd: Support setting a theme for the menuSimon Glass1-3/+80
2023-01-17bootstd: Add a test for the bootstd menuSimon Glass1-0/+51
2023-01-17expo: Add basic testsSimon Glass2-0/+541
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass1-0/+1
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+1
2022-10-31vbe: Use a manual testSimon Glass1-11/+8
2022-10-31vbe: Add info about the VBE device to the fwupd nodeSimon Glass1-1/+6
2022-10-31vbe: Drop the U-Boot prefix from the versionSimon Glass1-1/+1
2022-10-31image: Add the concept of a phase to FITSimon Glass2-0/+37
2022-10-31test: Update tests to use the skip featureSimon Glass3-6/+13
2022-10-18vbe: Add a test for VBE device tree fixupsSimon Glass3-0/+62
2022-10-18test: Move common FIT code into a separate fit_util fileSimon Glass1-10/+11
2022-10-18bootstd: Move VBE setup into a shared functionSimon Glass3-30/+68
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-09-30vbe: Allow test to run with live/flat treeSimon Glass1-14/+9
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass1-1/+1
2022-08-12vbe: Add a new vbe commandSimon Glass1-0/+115
2022-08-12bootstd: Check building without global bootmethsSimon Glass2-7/+24
2022-08-12bootstd: Add vbe bootmeth into sandboxSimon Glass3-8/+68
2022-08-12bootstd: Drop the system bootdevSimon Glass1-6/+1