aboutsummaryrefslogtreecommitdiff
path: root/include/bootflow.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-11bootstd: Add a command to read all files for a bootflowSimon Glass1-0/+11
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass1-1/+1
2023-08-10bootstd: Add private bootmeth data to the bootflowSimon Glass1-0/+2
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass1-0/+12
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass1-0/+42
2023-07-17bootstd: Add a function to update a command lineSimon Glass1-0/+40
2023-07-16bootstd: Allow storing x86 setup informationSimon Glass1-0/+2
2023-07-16bootstd: Allow storing the OS command line in the bootflowSimon Glass1-0/+2
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-03-08bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass1-0/+14
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass1-25/+26
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass1-1/+9
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass1-20/+3
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass1-3/+7
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass1-6/+2
2023-01-23bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+3
2023-01-23bootstd: Allow iterating to the next label in a listSimon Glass1-0/+4
2023-01-23bootstd: Allow hunting for a bootdev by labelSimon Glass1-1/+13
2023-01-23bootstd: Use hunters when scanning for bootflowsSimon Glass1-5/+16
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-0/+15
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass1-0/+9
2023-01-23bootstd: Update docs on bootmeth_try_file() for sandboxSimon Glass1-1/+1
2023-01-23bootstd: Set the distro_bootpart env var with scriptsSimon Glass1-0/+3
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass1-0/+6
2023-01-23bootstd: Rename bootdev checkersSimon Glass1-6/+6
2023-01-23bootstd: Only scan bootable partitionsSimon Glass1-0/+2
2023-01-16bootstd: Support setting a theme for the menuSimon Glass1-0/+10
2023-01-16bootstd: Support creating a boot menuSimon Glass1-0/+23
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass1-0/+4
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+3
2022-10-31bootstd: Add a way to set up a bootflowSimon Glass1-0/+12
2022-08-12bootstd: Support bootflows with global bootmethsSimon Glass1-3/+13
2022-08-12bootstd: Tidy comments in bootflow_scan_bootdev()Simon Glass1-2/+2
2022-04-25bootstd: Add support for bootflowsSimon Glass1-0/+50
2022-04-25bootstd: Add the concept of a bootflowSimon Glass1-0/+260