summaryrefslogtreecommitdiff
path: root/cmd/bootflow.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-01-18cmd: bootflow: remove dead code in do_bootflow_cmdline()Heinrich Schuchardt1-2/+0
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass1-2/+2
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass1-4/+23
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass1-12/+41
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-5/+4
2023-08-25bootflow: Show an empty filename when there is noneSimon Glass1-1/+1
2023-08-11bootstd: Add a command to read all files for a bootflowSimon Glass1-1/+32
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass1-2/+12
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