summaryrefslogtreecommitdiff
path: root/test/boot
AgeCommit message (Expand)AuthorFilesLines
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass1-0/+108
2023-07-17bootstd: Add a function to update a command lineSimon Glass1-0/+154
2023-07-16bootstd: Allow storing the OS command line in the bootflowSimon Glass1-0/+1
2023-07-14expo: Add tests for the configuration editorSimon Glass2-0/+128
2023-07-14expo: Support building an expo from a description fileSimon Glass1-0/+80
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass1-2/+2
2023-07-14expo: Move menu-item selection into a functionSimon Glass1-1/+1
2023-07-14expo: Support simple themesSimon Glass1-1/+7
2023-07-14expo: Set up the width and height of objectsSimon Glass1-0/+42
2023-07-14expo: Use flags for objectsSimon Glass1-3/+3
2023-07-14expo: Add width and height to objectsSimon Glass1-16/+16
2023-07-14expo: Rename exp_set_text_mode()Simon Glass1-1/+1
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass1-1/+3
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass1-9/+10
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass2-29/+29
2023-05-13bootstd: Tidy up reporting of errorsSimon Glass1-5/+5
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 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