summaryrefslogtreecommitdiff
path: root/test/boot
AgeCommit message (Expand)AuthorFilesLines
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-2/+2
2023-08-28bootstd: Adjust the default bootmeth orderSimon Glass1-2/+2
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass1-2/+3
2023-08-25bootstd: Add a test for bootmeth_crosSimon Glass1-2/+31
2023-08-25bootstd: test: Allow binding and using any mmc deviceSimon Glass1-6/+22
2023-08-25bootflow: Show an empty filename when there is noneSimon Glass1-10/+12
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass1-0/+11
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass2-0/+35
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass1-1/+11
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass1-0/+33
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass1-3/+19
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass1-0/+45
2023-08-25expo: Tidy up the expo.py tool and usageSimon Glass2-22/+26
2023-08-25expo: Move cedit test into its own file and tidySimon Glass3-43/+54
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass1-0/+45
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-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