aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-03-07cmd: md5sum: use hash_commandIgor Opaniuk
2024-03-04cmd: eeprom: Fix config dependencyIvan Orlov
2024-03-04fs: drop reiserfsPeter Robinson
2024-03-02cmd: remove common.h from exception command implementationsHeinrich Schuchardt
2024-03-02cmd: setexpr: fix no matching string in gsub return empty valueMassimiliano Minella
2024-02-15cmd: avb: rework do_avb_verify_partIgor Opaniuk
2024-02-15cmd: avb: rework printsIgor Opaniuk
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk
2024-02-13cmd: hash: fix param count checkIgor Opaniuk
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt
2024-02-02cmd: smbios: show correct table size for SMBIOS2.1 entry pointHeinrich Schuchardt
2024-02-02cmd: smbios: replace missing string by 'Not Specified'Heinrich Schuchardt
2024-02-02cmd: smbios: add missing colon after UUIDHeinrich Schuchardt
2024-02-02cmd: smbios: always use '0x%04x' for printing handlesHeinrich Schuchardt
2024-01-31cmd: sbi: add support for Debug Trigger ExtensionHeinrich Schuchardt
2024-01-29cmd: in do_efi_capsule_esrt use efi_get_configuration_tableHeinrich Schuchardt
2024-01-26cmd: provide command to display SMBIOS informationHeinrich Schuchardt
2024-01-24cmd: bootmenu: rename U-Boot console to ExitSvyatoslav Ryhel
2024-01-24cmd: increase default for SYS_MAXARGSHeinrich Schuchardt
2024-01-22cmd/flash: Make this default y for CFI and NOR onlyTom Rini
2024-01-22cmd/mtdparts: Make this select MTD_PARTITIONSTom Rini
2024-01-18cmd: license: Add CONFIG_GZIP dependencyIvan Orlov
2024-01-18cmd: bootflow: remove dead code in do_bootflow_cmdline()Heinrich Schuchardt
2024-01-18getchar(): Correct usageTom Rini
2024-01-18Revert "cmd: Set modern hush as default shell"Tom Rini
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-01-17cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
2024-01-16cmd/mem.c: use memmove in do_mem_cp()Rasmus Villemoes
2024-01-15cmd: mtd: avoid unintentional integer overflowHeinrich Schuchardt
2024-01-13cmd: efidebug: check pointer after memory allocationHeinrich Schuchardt
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas
2024-01-07cmd: acpi: check HW reduced flag in acpi listHeinrich Schuchardt
2024-01-07cmd: acpi: fix listing DSDT and FACSHeinrich Schuchardt
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini
2023-12-28cmd: Set modern hush as default shellFrancis Laniel
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel
2023-12-28cmd: Add new cli commandFrancis Laniel
2023-12-28cli: Add menu for hush parserFrancis Laniel
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass
2023-12-21bootz: Avoid use of #ifdefSimon Glass
2023-12-21booti: Avoid use of #ifdefSimon Glass
2023-12-20cmd: part: Cover both part type entries with GUID ifdefMarek Vasut
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass