aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootflow.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: bootflow: remove dead code in do_bootflow_cmdline()Heinrich Schuchardt2024-01-181-2/+0
* bootflow: Allow setting a cmdline arg with no valueSimon Glass2023-12-201-2/+2
* bootstd: Add a menu option to bootflow scanSimon Glass2023-12-131-4/+23
* bootstd: Add a return code to bootflow menuSimon Glass2023-11-141-12/+41
* cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-5/+4
* bootflow: Show an empty filename when there is noneSimon Glass2023-08-251-1/+1
* bootstd: Add a command to read all files for a bootflowSimon Glass2023-08-111-1/+32
* bootstd: Allow display of the x86 setup informationSimon Glass2023-08-101-2/+12
* bootstd: Support automatically setting Linux parametersSimon Glass2023-07-171-1/+4
* bootstd: Add support for updating elements of the cmdlineSimon Glass2023-07-171-1/+69
* bootstd: Allow storing x86 setup informationSimon Glass2023-07-161-0/+2
* bootstd: Use the bootargs env var for changing the cmdlineSimon Glass2023-07-161-0/+6
* bootstd: Allow storing the OS command line in the bootflowSimon Glass2023-07-161-0/+6
* bootstd: Tidy up reporting of errorsSimon Glass2023-05-131-1/+1
* bootstd: Correct default boot commandSimon Glass2023-05-131-1/+1
* bootflow: Rework do_bootflow_menu() slightlyTom Rini2023-04-281-12/+12
* bootstd: Show a message sometimes if no bootflows are foundSimon Glass2023-04-261-0/+3
* bootflow: Rename bootflow_flags_tSimon Glass2023-03-081-4/+4
* bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass2023-02-061-8/+13
* bootstd: Drop the old bootflow_scan_first()Simon Glass2023-01-231-1/+1
* bootstd: Allow scanning a single bootdev labelSimon Glass2023-01-231-53/+33
* bootstd: Use hunters when scanning for bootflowsSimon Glass2023-01-231-1/+4
* bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass2023-01-231-1/+1
* bootstd: Include the device tree in the bootflowSimon Glass2023-01-231-0/+6
* bootstd: Support creating a boot menuSimon Glass2023-01-161-2/+35
* bootstd: Allow reading a logo for the OSSimon Glass2023-01-161-0/+6
* bootstd: Read the Operating System name for distro/scriptsSimon Glass2023-01-161-0/+1
* bootstd: Support bootflows with global bootmethsSimon Glass2022-08-121-2/+6
* bootstd: Allow the bootdev to be optional in bootflowsSimon Glass2022-08-121-2/+2
* bootstd: Add a bootflow commandSimon Glass2022-04-251-0/+404