- 1eb0c62 cmd: hash: fix param count check by Igor Opaniuk · 10 months ago
- 68e948a smbios: correctly name Structure Table Maximum Size field by Heinrich Schuchardt · 10 months ago
- 4bdecef cmd: smbios: show correct table size for SMBIOS2.1 entry point by Heinrich Schuchardt · 10 months ago
- baf24c7 cmd: smbios: replace missing string by 'Not Specified' by Heinrich Schuchardt · 10 months ago
- 5b3bfee cmd: smbios: add missing colon after UUID by Heinrich Schuchardt · 10 months ago
- b1d3108 cmd: smbios: always use '0x%04x' for printing handles by Heinrich Schuchardt · 10 months ago
- 35b0d18 cmd: sbi: add support for Debug Trigger Extension by Heinrich Schuchardt · 10 months ago
- 707dab0 cmd: in do_efi_capsule_esrt use efi_get_configuration_table by Heinrich Schuchardt · 10 months ago
- bf11df8 cmd: provide command to display SMBIOS information by Heinrich Schuchardt · 10 months ago
- 08f67c4 cmd: bootmenu: rename U-Boot console to Exit by Svyatoslav Ryhel · 11 months ago
- ee65ec0 cmd: increase default for SYS_MAXARGS by Heinrich Schuchardt · 11 months ago
- 50db3b9 cmd/flash: Make this default y for CFI and NOR only by Tom Rini · 11 months ago
- dc11bf0 cmd/mtdparts: Make this select MTD_PARTITIONS by Tom Rini · 11 months ago
- d080a1a cmd: license: Add CONFIG_GZIP dependency by Ivan Orlov · 11 months ago
- 8f665ec cmd: bootflow: remove dead code in do_bootflow_cmdline() by Heinrich Schuchardt · 11 months ago
- 479f54a getchar(): Correct usage by Tom Rini · 11 months ago
- b8d3d71 Revert "cmd: Set modern hush as default shell" by Tom Rini · 10 months ago
- c3913e4 Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 10 months ago
- a6f3753 cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macro by Rasmus Villemoes · 11 months ago
- e3e542d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · 11 months ago
- 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · 11 months ago
- b0796e4 cmd/mem.c: use memmove in do_mem_cp() by Rasmus Villemoes · 11 months ago
- 40ef32e cmd: mtd: avoid unintentional integer overflow by Heinrich Schuchardt · 11 months ago
- f11d098 cmd: efidebug: check pointer after memory allocation by Heinrich Schuchardt · 11 months ago
- 5dcefa7 efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · 11 months ago
- 910590d cmd: acpi: check HW reduced flag in acpi list by Heinrich Schuchardt · 12 months ago
- 9f8e062 cmd: acpi: fix listing DSDT and FACS by Heinrich Schuchardt · 12 months ago
- 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · 11 months ago
- 1f8a1b1 Merge patch series "Modernize U-Boot shell" by Tom Rini · 11 months ago
- 145263e cmd: Set modern hush as default shell by Francis Laniel · 11 months ago
- 3b66e57 cli: Enables using modern hush parser as command line parser by Francis Laniel · 11 months ago
- efb5800 cmd: Add new cli command by Francis Laniel · 11 months ago
- 529cb2c cli: Add menu for hush parser by Francis Laniel · 11 months ago
- 13692b3 Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 11 months ago
- e176bb1 bootm: Create a function to run through the bootz states by Simon Glass · 12 months ago
- bd73cac bootm: Create a function to run through the bootm states by Simon Glass · 12 months ago
- d90f94f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · 12 months ago
- 50fa2fe bootm: Drop arguments from do_bootm_states() by Simon Glass · 12 months ago
- 5fb0d14 bootz: Avoid use of #ifdef by Simon Glass · 12 months ago
- 7c2a3f6 booti: Avoid use of #ifdef by Simon Glass · 12 months ago
- f5b0272 cmd: part: Cover both part type entries with GUID ifdef by Marek Vasut · 12 months ago
- 7a164f8 bootflow: Allow setting a cmdline arg with no value by Simon Glass · 12 months ago
- 1431df4 arm: afs: Set the filesize env. var. on load by Robert Catherall · 1 year ago
- 25498ed imxtract: specify max gunzip size by Nikita Shubin · 2 years ago
- 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
- 9f097bc bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · 1 year ago
- 685c563 cmd: efidebug: ease efi configuration dependency by AKASHI Takahiro · 1 year ago
- 7b06192 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · 1 year ago
- 203d196 cmd: bootefi: localize global device paths for efi_selftest by AKASHI Takahiro · 1 year ago
- d52dacb cmd: bootefi: carve out binary execution interface by AKASHI Takahiro · 1 year ago
- 4ab6c5b cmd: bootefi: carve out EFI boot manager interface by AKASHI Takahiro · 1 year ago
- 6a6858e cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · 1 year ago
- 28cb4a8 cmd: bootefi: unfold do_bootefi_image() by AKASHI Takahiro · 1 year ago
- 7336e68 cmd: clk: Make soc_clk_dump static by Igor Prusov · 1 year, 1 month ago
- 6b56540 cmd: clk: Use dump function from clk_ops by Igor Prusov · 1 year, 1 month ago
- 28a54ae cmd: check argc for acpi dump by Heinrich Schuchardt · 12 months ago
- 27e9ebb cmd: acpi: fix acpi list command by Heinrich Schuchardt · 1 year ago
- 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 1 year, 1 month ago
- 9bf2786 bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 2 months ago
- 936d05d sandbox: Add a dummy booti command by Simon Glass · 1 year, 2 months ago
- ffafbe3 video: Add a function to clear the display by Simon Glass · 1 year, 2 months ago
- ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
- 793a98e command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
- d46c81e bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 1 year ago
- 761d602 treewide: Tidy up semicolon after command macros by Simon Glass · 1 year ago
- 5e2bb90 Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 12 months ago
- f5c2f7c cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e by Marek Vasut · 1 year, 2 months ago
- dc57e93 cmd: bdinfo: Implement support for printing memory layout via bdinfo -m by Marek Vasut · 1 year, 2 months ago
- e44df15 cmd: bdinfo: Optionally use getopt and implement bdinfo -a by Marek Vasut · 1 year, 2 months ago
- 310af31 efi_loader: create memory reservations in ACPI case by Heinrich Schuchardt · 1 year ago
- 1d15cb3 efi: Correct display of table GUIDs by Simon Glass · 1 year, 1 month ago
- fcc51d3 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 12 months ago
- 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · 12 months ago
- 1cdcaed cmd: add scmi command for SCMI firmware by AKASHI Takahiro · 1 year ago
- 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · 1 year ago
- 5b96203 cmd: ufs: Correct the help text by Bin Meng · 1 year, 2 months ago
- 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · 1 year, 2 months ago
- 3816bea ufs: Correct the UFS terminlogy by Bin Meng · 1 year, 2 months ago
- 9ae42ce Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · 1 year ago
- 35ee068 net: Make NET imply NETDEVICES by Tom Rini · 1 year, 1 month ago
- bdc2a93 cmd: bind: Try to improve the (un)bind help by Miquel Raynal · 1 year, 2 months ago
- 75d6347 cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · 1 year, 2 months ago
- f71c694 cmd: eficonfig: create shortened boot options by Heinrich Schuchardt · 1 year ago
- ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
- e501ce1 cmd: efidebug: add uri device path by Masahisa Kojima · 1 year, 1 month ago
- 1923f36 efi_loader: add return to efibootmgr event group by Masahisa Kojima · 1 year, 1 month ago
- e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 1 year ago
- acb2281 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · 1 year, 1 month ago
- 927e210 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · 1 year, 1 month ago
- 9bab2f1 Merge patch series "nand: Add sandbox tests" by Tom Rini · 1 year ago
- 23230f7 cmd: nand: Map memory before accessing it by Sean Anderson · 1 year, 1 month ago
- 6d5083b bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 2 months ago
- eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
- 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · 1 year, 1 month ago
- d1e3158 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · 1 year, 1 month ago
- d4ebc6b cmd: Make most commands depend on CMDLINE by Simon Glass · 1 year, 1 month ago
- ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · 1 year, 1 month ago
- d1e46f0 efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · 1 year, 1 month ago
- 9faa7a3 video: Don't require the font command by Simon Glass · 1 year, 1 month ago
- b8ca93f env: Move env_set() out of cmd/nvedit.c and in to env/common.c by Tom Rini · 1 year, 1 month ago