aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-09-11cmd: gpt: fix gpt readWIP/2023-09-11-gpt-improvementsHeinrich Schuchardt1-17/+15
2023-09-11cmd: gpt: fix calc_parts_list_len()Heinrich Schuchardt1-14/+20
2023-09-11cmd: gpt: use UUID accessor more consistentlyHeinrich Schuchardt1-10/+12
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt1-3/+43
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt1-0/+3
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt1-0/+16
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt1-0/+80
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt1-2/+7
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini2-16/+14
2023-09-02cmd: gpt: Remove confusing help textJoshua Watt1-2/+0
2023-08-30setexpr: Silence some diagnostic messagesƁukasz Stelmach1-2/+2
2023-08-27cmd: let gpt_partition_entry be hexadecimalHeinrich Schuchardt1-1/+1
2023-08-27cmd: fix gpt enumerateHeinrich Schuchardt1-6/+8
2023-08-27cmd: fix gpt setenvHeinrich Schuchardt1-4/+2
2023-08-25bootflow: Show an empty filename when there is noneSimon Glass1-1/+1
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass1-6/+4
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass1-0/+36
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass1-0/+36
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass1-0/+22
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