1. 3a223ff cmd: sbi: formatting PolarFire Hart Software Services version by Heinrich Schuchardt · 9 months ago
  2. 4de6d37 cmd: sbi: Correctly display unknown implementation IDs by Heinrich Schuchardt · 9 months ago
  3. df3cfce cmd: avb: rework do_avb_verify_part by Igor Opaniuk · 10 months ago
  4. 0ef0825 cmd: avb: rework prints by Igor Opaniuk · 10 months ago
  5. a14aa59 avb: move SPDX license identifiers to the first line by Igor Opaniuk · 10 months ago
  6. 348ea87 cmd: hash: fix param count check by Igor Opaniuk · 10 months ago
  7. 406c410 smbios: correctly name Structure Table Maximum Size field by Heinrich Schuchardt · 10 months ago
  8. 551bc96 cmd: smbios: show correct table size for SMBIOS2.1 entry point by Heinrich Schuchardt · 10 months ago
  9. c11f176 cmd: smbios: replace missing string by 'Not Specified' by Heinrich Schuchardt · 10 months ago
  10. e799f8a cmd: smbios: add missing colon after UUID by Heinrich Schuchardt · 10 months ago
  11. 7ca4b0e cmd: smbios: always use '0x%04x' for printing handles by Heinrich Schuchardt · 10 months ago
  12. 6b0520c cmd: sbi: add support for Debug Trigger Extension by Heinrich Schuchardt · 10 months ago
  13. 102ab67 cmd: in do_efi_capsule_esrt use efi_get_configuration_table by Heinrich Schuchardt · 10 months ago
  14. 9de4ec8 cmd: provide command to display SMBIOS information by Heinrich Schuchardt · 10 months ago
  15. 983d6e5 cmd: bootmenu: rename U-Boot console to Exit by Svyatoslav Ryhel · 10 months ago
  16. cc7e3d1 cmd: increase default for SYS_MAXARGS by Heinrich Schuchardt · 10 months ago
  17. cda3f81 cmd/flash: Make this default y for CFI and NOR only by Tom Rini · 11 months ago
  18. 246c94f cmd/mtdparts: Make this select MTD_PARTITIONS by Tom Rini · 11 months ago
  19. cf536da cmd: license: Add CONFIG_GZIP dependency by Ivan Orlov · 11 months ago
  20. 0afee26 cmd: bootflow: remove dead code in do_bootflow_cmdline() by Heinrich Schuchardt · 11 months ago
  21. 21a2c12 getchar(): Correct usage by Tom Rini · 11 months ago
  22. 3c3a734 Revert "cmd: Set modern hush as default shell" by Tom Rini · 10 months ago
  23. bdaa0b2 Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 10 months ago
  24. 4762c51 cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macro by Rasmus Villemoes · 11 months ago
  25. 279b03d efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR by AKASHI Takahiro · 10 months ago
  26. 6422820 efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · 10 months ago
  27. d631681 cmd/mem.c: use memmove in do_mem_cp() by Rasmus Villemoes · 11 months ago
  28. 6b37320 cmd: mtd: avoid unintentional integer overflow by Heinrich Schuchardt · 11 months ago
  29. 55125bb cmd: efidebug: check pointer after memory allocation by Heinrich Schuchardt · 11 months ago
  30. f19171c efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · 11 months ago
  31. c95ade8 cmd: acpi: check HW reduced flag in acpi list by Heinrich Schuchardt · 11 months ago
  32. c5924b1 cmd: acpi: fix listing DSDT and FACS by Heinrich Schuchardt · 11 months ago
  33. a8efebe acpi: Write pointers to tables instead of addresses by Simon Glass · 11 months ago
  34. 2b28c3b Merge patch series "Modernize U-Boot shell" by Tom Rini · 11 months ago
  35. 78912cf cmd: Set modern hush as default shell by Francis Laniel · 11 months ago
  36. 9a06837 cli: Enables using modern hush parser as command line parser by Francis Laniel · 11 months ago
  37. 6bb39f5 cmd: Add new cli command by Francis Laniel · 11 months ago
  38. 30dcef8 cli: Add menu for hush parser by Francis Laniel · 11 months ago
  39. 7c4647b Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 11 months ago
  40. 3405c9b bootm: Create a function to run through the bootz states by Simon Glass · 11 months ago
  41. e1a24c0 bootm: Create a function to run through the bootm states by Simon Glass · 11 months ago
  42. b5d397f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · 11 months ago
  43. a6c4916 bootm: Drop arguments from do_bootm_states() by Simon Glass · 11 months ago
  44. 31fda96 bootz: Avoid use of #ifdef by Simon Glass · 11 months ago
  45. 0c96b68 booti: Avoid use of #ifdef by Simon Glass · 11 months ago
  46. 97135d9 cmd: part: Cover both part type entries with GUID ifdef by Marek Vasut · 12 months ago
  47. 921f63e bootflow: Allow setting a cmdline arg with no value by Simon Glass · 12 months ago
  48. 785834d arm: afs: Set the filesize env. var. on load by Robert Catherall · 1 year ago
  49. 05e8e24 imxtract: specify max gunzip size by Nikita Shubin · 2 years ago
  50. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
  51. 7017fc5 bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · 1 year ago
  52. 01adf0a cmd: efidebug: ease efi configuration dependency by AKASHI Takahiro · 1 year ago
  53. 0bef4b0 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · 1 year ago
  54. d07e7be cmd: bootefi: localize global device paths for efi_selftest by AKASHI Takahiro · 1 year ago
  55. 5c129fe cmd: bootefi: carve out binary execution interface by AKASHI Takahiro · 1 year ago
  56. c3530ae cmd: bootefi: carve out EFI boot manager interface by AKASHI Takahiro · 1 year ago
  57. 296faf4 cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · 1 year ago
  58. 05e2cad cmd: bootefi: unfold do_bootefi_image() by AKASHI Takahiro · 1 year ago
  59. 5666558 cmd: clk: Make soc_clk_dump static by Igor Prusov · 1 year, 1 month ago
  60. 258c100 cmd: clk: Use dump function from clk_ops by Igor Prusov · 1 year, 1 month ago
  61. aafbe1d cmd: check argc for acpi dump by Heinrich Schuchardt · 12 months ago
  62. 36e3a1e cmd: acpi: fix acpi list command by Heinrich Schuchardt · 1 year ago
  63. 1de1a03 boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 1 year ago
  64. a4bee0b bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 2 months ago
  65. 6b8f26b sandbox: Add a dummy booti command by Simon Glass · 1 year, 2 months ago
  66. cde03fa video: Add a function to clear the display by Simon Glass · 1 year, 2 months ago
  67. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
  68. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  69. 3ac85bd bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 1 year ago
  70. 10c398d treewide: Tidy up semicolon after command macros by Simon Glass · 1 year ago
  71. e54987d Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 12 months ago
  72. ea9637c cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e by Marek Vasut · 1 year, 2 months ago
  73. f1774a8 cmd: bdinfo: Implement support for printing memory layout via bdinfo -m by Marek Vasut · 1 year, 2 months ago
  74. b6a90ac cmd: bdinfo: Optionally use getopt and implement bdinfo -a by Marek Vasut · 1 year, 2 months ago
  75. 1be415b efi_loader: create memory reservations in ACPI case by Heinrich Schuchardt · 1 year ago
  76. 8c06b27 efi: Correct display of table GUIDs by Simon Glass · 1 year ago
  77. 4a363dd Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 12 months ago
  78. 339d968 Merge patch series "cmd: add scmi command" by Tom Rini · 12 months ago
  79. 8055f90 cmd: add scmi command for SCMI firmware by AKASHI Takahiro · 1 year ago
  80. d6e052c Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · 12 months ago
  81. ba537e9 cmd: ufs: Correct the help text by Bin Meng · 1 year, 1 month ago
  82. ff039a8 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · 1 year, 1 month ago
  83. b2d0168 ufs: Correct the UFS terminlogy by Bin Meng · 1 year, 1 month ago
  84. 129d6a0 Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · 12 months ago
  85. f444903 net: Make NET imply NETDEVICES by Tom Rini · 1 year, 1 month ago
  86. 249a75d cmd: bind: Try to improve the (un)bind help by Miquel Raynal · 1 year, 2 months ago
  87. 9b63fca cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · 1 year, 2 months ago
  88. 6465800 cmd: eficonfig: create shortened boot options by Heinrich Schuchardt · 1 year ago
  89. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  90. f01c961 cmd: efidebug: add uri device path by Masahisa Kojima · 1 year ago
  91. e0d1a1e efi_loader: add return to efibootmgr event group by Masahisa Kojima · 1 year ago
  92. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 1 year ago
  93. dfeb4f0 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · 1 year ago
  94. a654369 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · 1 year ago
  95. 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 1 year ago
  96. d2e0a9a cmd: nand: Map memory before accessing it by Sean Anderson · 1 year, 1 month ago
  97. 3fa53b9 bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 2 months ago
  98. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
  99. b630f8b scsi: Forceably finish migration to DM_SCSI by Tom Rini · 1 year, 1 month ago
  100. a4dc3d5 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · 1 year, 1 month ago