aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: bootefi: error handling bootefi selftestHeinrich Schuchardt2024-03-211-3/+1
* cmd: bootefi: Don't show usage help if EFI binary fails.Heinrich Schuchardt2024-03-211-6/+2
* cmd: sbi: formatting PolarFire Hart Software Services versionHeinrich Schuchardt2024-03-121-0/+1
* cmd: sbi: Correctly display unknown implementation IDsHeinrich Schuchardt2024-03-121-1/+1
* cmd: avb: rework do_avb_verify_partIgor Opaniuk2024-02-151-33/+17
* cmd: avb: rework printsIgor Opaniuk2024-02-151-48/+75
* avb: move SPDX license identifiers to the first lineIgor Opaniuk2024-02-151-3/+1
* cmd: hash: fix param count checkIgor Opaniuk2024-02-131-9/+10
* smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt2024-02-021-1/+1
* cmd: smbios: show correct table size for SMBIOS2.1 entry pointHeinrich Schuchardt2024-02-021-4/+4
* cmd: smbios: replace missing string by 'Not Specified'Heinrich Schuchardt2024-02-021-1/+5
* cmd: smbios: add missing colon after UUIDHeinrich Schuchardt2024-02-021-1/+1
* cmd: smbios: always use '0x%04x' for printing handlesHeinrich Schuchardt2024-02-021-2/+2
* cmd: sbi: add support for Debug Trigger ExtensionHeinrich Schuchardt2024-01-311-0/+1
* cmd: in do_efi_capsule_esrt use efi_get_configuration_tableHeinrich Schuchardt2024-01-291-5/+2
* cmd: provide command to display SMBIOS informationHeinrich Schuchardt2024-01-263-0/+198
* cmd: bootmenu: rename U-Boot console to ExitSvyatoslav Ryhel2024-01-241-5/+5
* cmd: increase default for SYS_MAXARGSHeinrich Schuchardt2024-01-241-1/+1
* cmd/flash: Make this default y for CFI and NOR onlyTom Rini2024-01-221-1/+1
* cmd/mtdparts: Make this select MTD_PARTITIONSTom Rini2024-01-221-0/+1
* cmd: license: Add CONFIG_GZIP dependencyIvan Orlov2024-01-181-0/+1
* cmd: bootflow: remove dead code in do_bootflow_cmdline()Heinrich Schuchardt2024-01-181-2/+0
* getchar(): Correct usageTom Rini2024-01-181-2/+2
* Revert "cmd: Set modern hush as default shell"Tom Rini2024-01-181-1/+5
* Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2024-01-172-7/+7
|\
| * efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2024-01-172-4/+4
| * efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro2024-01-171-3/+3
* | cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes2024-01-171-20/+18
* | cmd/mem.c: use memmove in do_mem_cp()Rasmus Villemoes2024-01-161-1/+1
|/
* cmd: mtd: avoid unintentional integer overflowHeinrich Schuchardt2024-01-151-2/+2
* cmd: efidebug: check pointer after memory allocationHeinrich Schuchardt2024-01-131-0/+4
* efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas2024-01-132-6/+7
* cmd: acpi: check HW reduced flag in acpi listHeinrich Schuchardt2024-01-071-0/+4
* cmd: acpi: fix listing DSDT and FACSHeinrich Schuchardt2024-01-071-2/+6
* acpi: Write pointers to tables instead of addressesSimon Glass2024-01-071-6/+6
* Merge patch series "Modernize U-Boot shell"Tom Rini2023-12-283-0/+156
|\
| * cmd: Set modern hush as default shellFrancis Laniel2023-12-281-5/+1
| * cli: Enables using modern hush parser as command line parserFrancis Laniel2023-12-283-5/+37
| * cmd: Add new cli commandFrancis Laniel2023-12-282-0/+116
| * cli: Add menu for hush parserFrancis Laniel2023-12-281-0/+13
|/
* Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini2023-12-213-47/+86
|\
| * bootm: Create a function to run through the bootz statesSimon Glass2023-12-211-7/+2
| * bootm: Create a function to run through the bootm statesSimon Glass2023-12-211-13/+1
| * bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass2023-12-213-6/+6
| * bootm: Drop arguments from do_bootm_states()Simon Glass2023-12-213-17/+76
| * bootz: Avoid use of #ifdefSimon Glass2023-12-211-9/+8
| * booti: Avoid use of #ifdefSimon Glass2023-12-211-13/+11
* | cmd: part: Cover both part type entries with GUID ifdefMarek Vasut2023-12-201-1/+1
* | bootflow: Allow setting a cmdline arg with no valueSimon Glass2023-12-201-2/+2
* | arm: afs: Set the filesize env. var. on loadRobert Catherall2023-12-201-2/+10