summaryrefslogtreecommitdiff
path: root/cmd/bootflow.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass1-4/+4
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass1-8/+13
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass1-1/+1
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass1-53/+33
2023-01-24bootstd: Use hunters when scanning for bootflowsSimon Glass1-1/+4
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-1/+1
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+6
2023-01-17bootstd: Support creating a boot menuSimon Glass1-2/+35
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass1-0/+6
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+1
2022-08-12bootstd: Support bootflows with global bootmethsSimon Glass1-2/+6
2022-08-12bootstd: Allow the bootdev to be optional in bootflowsSimon Glass1-2/+2
2022-04-25bootstd: Add a bootflow commandSimon Glass1-0/+404