aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
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
2023-12-20arm: afs: Set the filesize env. var. on loadRobert Catherall
2023-12-20imxtract: specify max gunzip sizeNikita Shubin
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro
2023-12-17cmd: efidebug: ease efi configuration dependencyAKASHI Takahiro
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-17cmd: bootefi: localize global device paths for efi_selftestAKASHI Takahiro
2023-12-17cmd: bootefi: carve out binary execution interfaceAKASHI Takahiro
2023-12-17cmd: bootefi: carve out EFI boot manager interfaceAKASHI Takahiro
2023-12-17cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro
2023-12-17cmd: bootefi: unfold do_bootefi_image()AKASHI Takahiro
2023-12-15cmd: clk: Make soc_clk_dump staticIgor Prusov
2023-12-15cmd: clk: Use dump function from clk_opsIgor Prusov
2023-12-13cmd: check argc for acpi dumpHeinrich Schuchardt
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass
2023-12-13sandbox: Add a dummy booti commandSimon Glass
2023-12-13video: Add a function to clear the displaySimon Glass
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass
2023-12-09Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"Tom Rini
2023-12-09cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -eMarek Vasut
2023-12-09cmd: bdinfo: Implement support for printing memory layout via bdinfo -mMarek Vasut
2023-12-09cmd: bdinfo: Optionally use getopt and implement bdinfo -aMarek Vasut
2023-12-05efi_loader: create memory reservations in ACPI caseHeinrich Schuchardt
2023-12-05efi: Correct display of table GUIDsSimon Glass
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini