summaryrefslogtreecommitdiff
path: root/include/bootflow.h
Commit message (Expand)AuthorAgeFilesLines
* bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass2023-03-081-0/+14
* bootflow: Rename bootflow_flags_tSimon Glass2023-03-081-25/+26
* bootstd: Record the bootdevs used during scanningSimon Glass2023-01-231-1/+9
* bootstd: Drop the old bootflow_scan_first()Simon Glass2023-01-231-20/+3
* bootstd: Allow scanning a single bootdev labelSimon Glass2023-01-231-3/+7
* bootstd: Switch bootdev scanning to use labelsSimon Glass2023-01-231-6/+2
* bootstd: Allow iterating to the next bootdev priortiySimon Glass2023-01-231-0/+3
* bootstd: Allow iterating to the next label in a listSimon Glass2023-01-231-0/+4
* bootstd: Allow hunting for a bootdev by labelSimon Glass2023-01-231-1/+13
* bootstd: Use hunters when scanning for bootflowsSimon Glass2023-01-231-5/+16
* bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass2023-01-231-0/+15
* bootstd: Add a SPI flash bootdevSimon Glass2023-01-231-0/+9
* bootstd: Update docs on bootmeth_try_file() for sandboxSimon Glass2023-01-231-1/+1
* bootstd: Set the distro_bootpart env var with scriptsSimon Glass2023-01-231-0/+3
* bootstd: Include the device tree in the bootflowSimon Glass2023-01-231-0/+6
* bootstd: Rename bootdev checkersSimon Glass2023-01-231-6/+6
* bootstd: Only scan bootable partitionsSimon Glass2023-01-231-0/+2
* bootstd: Support setting a theme for the menuSimon Glass2023-01-161-0/+10
* bootstd: Support creating a boot menuSimon Glass2023-01-161-0/+23
* bootstd: Allow reading a logo for the OSSimon Glass2023-01-161-0/+4
* bootstd: Read the Operating System name for distro/scriptsSimon Glass2023-01-161-0/+3
* bootstd: Add a way to set up a bootflowSimon Glass2022-10-311-0/+12
* bootstd: Support bootflows with global bootmethsSimon Glass2022-08-121-3/+13
* bootstd: Tidy comments in bootflow_scan_bootdev()Simon Glass2022-08-121-2/+2
* bootstd: Add support for bootflowsSimon Glass2022-04-251-0/+50
* bootstd: Add the concept of a bootflowSimon Glass2022-04-251-0/+260