aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass1-0/+22
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass1-0/+39
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass1-3/+48
2023-08-25expo: Move cedit theme under bootstdSimon Glass1-1/+1
2023-08-25expo: Split out cedit into its own headerSimon Glass1-0/+1
2023-08-23cmd: setexpr: fix printf_str()Heinrich Schuchardt1-3/+3
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini6-2/+219
2023-08-15Merge branch '2023-08-14-assorted-general-updates' into nextTom Rini1-2/+1
2023-08-15cmd: ubi: Fix 'ubi list' command arguments parsingDmitry Dunaev1-1/+1
2023-08-14cmd: pxe: Update the command helpBin Meng1-2/+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-08-10Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini1-1/+1
2023-08-10cmd: cyclic: Remove duplicate command name in help textAlexander Dahl1-1/+1
2023-08-10cmd/sbi: display new extensionsHeinrich Schuchardt1-0/+4
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-4/+4
2023-08-08cmd: improve string matching for hexDan Carpenter1-1/+1
2023-08-08cmd: Fix a size parameter in test_readonly()Dan Carpenter1-2/+2
2023-08-08cmd: Fix an error code in cmd_mux_find()Dan Carpenter1-1/+1
2023-08-08arm_ffa: introduce armffa commandAbdellatif El Khlifi3-0/+213
2023-08-05cmd: Enable BIND by default if we have USB_ETHERTom Rini1-0/+1
2023-08-02cmd/bootdev: print readable status codeHeinrich Schuchardt1-1/+1
2023-08-01x86: Add a little more info to cbsysinfoSimon Glass1-2/+3
2023-07-28Merge tag 'efi-2023-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-15/+6
2023-07-28cmd: ini: Fix build warningJonas Karlman1-1/+1
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas1-15/+6
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini3-213/+0
2023-07-24arm_ffa: introduce armffa commandAbdellatif El Khlifi3-0/+213
2023-07-21common: Kconfig: Fix CMD_BMP/BMP dependencySamuel Dionne-Riel1-0/+1
2023-07-20cmd: fix loads, saves on sandboxHeinrich Schuchardt1-4/+12
2023-07-17cmd: mbr: Force DOS driver to be used for verifyJoshua Watt1-1/+1
2023-07-17android_ab: Add option to skip decrementing triesJoshua Watt1-4/+16
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/17Jul2023Tom Rini7-61/+181
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass1-0/+1
2023-07-17qfw: Show the file address if availableSimon Glass1-1/+1
2023-07-17part: Allow setting the partition-table typeSimon Glass1-0/+34
2023-07-17bdinfo: Show the RAM top and approximate stack pointerSimon Glass2-0/+13
2023-07-17acpi: Add a comment to set the acpi tablesSimon Glass1-3/+21
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass1-56/+4
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-17bdinfo: Show information about the serial portSimon Glass1-0/+21
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-07-15Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Jul2023Tom Rini2-405/+9
2023-07-15Fix incorrect return code of boot option updateRaymond Mao2-2/+2
2023-07-15Move bootorder and bootoption apis to libRaymond Mao2-403/+7
2023-07-14disable NFS support by defaultPeter Robinson1-1/+0
2023-07-14expo: Add a configuration editorSimon Glass3-0/+103