aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-02-15cmd: avb: rework do_avb_verify_partIgor Opaniuk1-33/+17
2024-02-15cmd: avb: rework printsIgor Opaniuk1-48/+75
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk1-3/+1
2024-02-13cmd: hash: fix param count checkIgor Opaniuk1-9/+10
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt1-1/+1
2024-02-02cmd: smbios: show correct table size for SMBIOS2.1 entry pointHeinrich Schuchardt1-4/+4
2024-02-02cmd: smbios: replace missing string by 'Not Specified'Heinrich Schuchardt1-1/+5
2024-02-02cmd: smbios: add missing colon after UUIDHeinrich Schuchardt1-1/+1
2024-02-02cmd: smbios: always use '0x%04x' for printing handlesHeinrich Schuchardt1-2/+2
2024-01-31cmd: sbi: add support for Debug Trigger ExtensionHeinrich Schuchardt1-0/+1
2024-01-29cmd: in do_efi_capsule_esrt use efi_get_configuration_tableHeinrich Schuchardt1-5/+2
2024-01-26cmd: provide command to display SMBIOS informationHeinrich Schuchardt3-0/+198
2024-01-24cmd: bootmenu: rename U-Boot console to ExitSvyatoslav Ryhel1-5/+5
2024-01-24cmd: increase default for SYS_MAXARGSHeinrich Schuchardt1-1/+1
2024-01-22cmd/flash: Make this default y for CFI and NOR onlyTom Rini1-1/+1
2024-01-22cmd/mtdparts: Make this select MTD_PARTITIONSTom Rini1-0/+1
2024-01-18cmd: license: Add CONFIG_GZIP dependencyIvan Orlov1-0/+1
2024-01-18cmd: bootflow: remove dead code in do_bootflow_cmdline()Heinrich Schuchardt1-2/+0
2024-01-18getchar(): Correct usageTom Rini1-2/+2
2024-01-18Revert "cmd: Set modern hush as default shell"Tom Rini1-1/+5
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-7/+7
2024-01-17cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes1-20/+18
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2-4/+4
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro1-3/+3
2024-01-16cmd/mem.c: use memmove in do_mem_cp()Rasmus Villemoes1-1/+1
2024-01-15cmd: mtd: avoid unintentional integer overflowHeinrich Schuchardt1-2/+2
2024-01-13cmd: efidebug: check pointer after memory allocationHeinrich Schuchardt1-0/+4
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas2-6/+7
2024-01-07cmd: acpi: check HW reduced flag in acpi listHeinrich Schuchardt1-0/+4
2024-01-07cmd: acpi: fix listing DSDT and FACSHeinrich Schuchardt1-2/+6
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass1-6/+6
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini3-0/+156
2023-12-28cmd: Set modern hush as default shellFrancis Laniel1-5/+1
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel3-5/+37
2023-12-28cmd: Add new cli commandFrancis Laniel2-0/+116
2023-12-28cli: Add menu for hush parserFrancis Laniel1-0/+13
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini3-47/+86
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass1-7/+2
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass1-13/+1
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass3-6/+6
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass3-17/+76
2023-12-21bootz: Avoid use of #ifdefSimon Glass1-9/+8
2023-12-21booti: Avoid use of #ifdefSimon Glass1-13/+11
2023-12-20cmd: part: Cover both part type entries with GUID ifdefMarek Vasut1-1/+1
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass1-2/+2
2023-12-20arm: afs: Set the filesize env. var. on loadRobert Catherall1-2/+10
2023-12-20imxtract: specify max gunzip sizeNikita Shubin2-6/+11
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-3/+1
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro1-1/+1
2023-12-17cmd: efidebug: ease efi configuration dependencyAKASHI Takahiro1-2/+2