aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootflow.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass1-1/+4
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass1-1/+69
2023-07-16bootstd: Allow storing x86 setup informationSimon Glass1-0/+2
2023-07-16bootstd: Use the bootargs env var for changing the cmdlineSimon Glass1-0/+6
2023-07-16bootstd: Allow storing the OS command line in the bootflowSimon Glass1-0/+6
2023-05-13bootstd: Tidy up reporting of errorsSimon Glass1-1/+1
2023-05-13bootstd: Correct default boot commandSimon Glass1-1/+1
2023-04-28bootflow: Rework do_bootflow_menu() slightlyTom Rini1-12/+12
2023-04-26bootstd: Show a message sometimes if no bootflows are foundSimon Glass1-0/+3
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-23bootstd: Drop the old bootflow_scan_first()Simon Glass1-1/+1
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass1-53/+33
2023-01-23bootstd: Use hunters when scanning for bootflowsSimon Glass1-1/+4
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-1/+1
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass1-0/+6
2023-01-16bootstd: Support creating a boot menuSimon Glass1-2/+35
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass1-0/+6
2023-01-16bootstd: 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