1. 05e8e24 imxtract: specify max gunzip size by Nikita Shubin · 1 year, 10 months ago
  2. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 10 months ago
  3. 7017fc5 bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · 11 months ago
  4. 01adf0a cmd: efidebug: ease efi configuration dependency by AKASHI Takahiro · 11 months ago
  5. 0bef4b0 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · 11 months ago
  6. d07e7be cmd: bootefi: localize global device paths for efi_selftest by AKASHI Takahiro · 11 months ago
  7. 5c129fe cmd: bootefi: carve out binary execution interface by AKASHI Takahiro · 11 months ago
  8. c3530ae cmd: bootefi: carve out EFI boot manager interface by AKASHI Takahiro · 11 months ago
  9. 296faf4 cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · 11 months ago
  10. 05e2cad cmd: bootefi: unfold do_bootefi_image() by AKASHI Takahiro · 11 months ago
  11. 5666558 cmd: clk: Make soc_clk_dump static by Igor Prusov · 12 months ago
  12. 258c100 cmd: clk: Use dump function from clk_ops by Igor Prusov · 12 months ago
  13. aafbe1d cmd: check argc for acpi dump by Heinrich Schuchardt · 10 months ago
  14. 36e3a1e cmd: acpi: fix acpi list command by Heinrich Schuchardt · 11 months ago
  15. 1de1a03 boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 11 months ago
  16. a4bee0b bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 1 month ago
  17. 6b8f26b sandbox: Add a dummy booti command by Simon Glass · 1 year, 1 month ago
  18. cde03fa video: Add a function to clear the display by Simon Glass · 1 year, 1 month ago
  19. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 10 months ago
  20. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 11 months ago
  21. 3ac85bd bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 11 months ago
  22. 10c398d treewide: Tidy up semicolon after command macros by Simon Glass · 11 months ago
  23. e54987d Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 11 months ago
  24. ea9637c cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e by Marek Vasut · 1 year ago
  25. f1774a8 cmd: bdinfo: Implement support for printing memory layout via bdinfo -m by Marek Vasut · 1 year ago
  26. b6a90ac cmd: bdinfo: Optionally use getopt and implement bdinfo -a by Marek Vasut · 1 year ago
  27. 1be415b efi_loader: create memory reservations in ACPI case by Heinrich Schuchardt · 11 months ago
  28. 8c06b27 efi: Correct display of table GUIDs by Simon Glass · 11 months ago
  29. 4a363dd Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 11 months ago
  30. 339d968 Merge patch series "cmd: add scmi command" by Tom Rini · 11 months ago
  31. 8055f90 cmd: add scmi command for SCMI firmware by AKASHI Takahiro · 11 months ago
  32. d6e052c Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · 11 months ago
  33. ba537e9 cmd: ufs: Correct the help text by Bin Meng · 1 year ago
  34. ff039a8 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · 1 year ago
  35. b2d0168 ufs: Correct the UFS terminlogy by Bin Meng · 1 year ago
  36. 129d6a0 Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · 11 months ago
  37. f444903 net: Make NET imply NETDEVICES by Tom Rini · 12 months ago
  38. 249a75d cmd: bind: Try to improve the (un)bind help by Miquel Raynal · 1 year ago
  39. 9b63fca cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · 1 year ago
  40. 6465800 cmd: eficonfig: create shortened boot options by Heinrich Schuchardt · 11 months ago
  41. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  42. f01c961 cmd: efidebug: add uri device path by Masahisa Kojima · 11 months ago
  43. e0d1a1e efi_loader: add return to efibootmgr event group by Masahisa Kojima · 11 months ago
  44. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 11 months ago
  45. dfeb4f0 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · 11 months ago
  46. a654369 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · 11 months ago
  47. 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 11 months ago
  48. d2e0a9a cmd: nand: Map memory before accessing it by Sean Anderson · 12 months ago
  49. 3fa53b9 bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 1 month ago
  50. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 12 months ago
  51. b630f8b scsi: Forceably finish migration to DM_SCSI by Tom Rini · 12 months ago
  52. a4dc3d5 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · 12 months ago
  53. 88d9b26 cmd: Make most commands depend on CMDLINE by Simon Glass · 12 months ago
  54. 9d298c9 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · 12 months ago
  55. 422822c efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · 12 months ago
  56. d83f4e6 video: Don't require the font command by Simon Glass · 12 months ago
  57. d972192 env: Move env_set() out of cmd/nvedit.c and in to env/common.c by Tom Rini · 12 months ago
  58. d900449 Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig by Tom Rini · 12 months ago
  59. bfaa048 qemu: Correct CMD_QFW dependencies in Kconfig by Tom Rini · 12 months ago
  60. 54ecce2 version: Separate our version string from the version command by Tom Rini · 12 months ago
  61. 188c803 mtd: spi-nor: Add spi flash lock config option by Venkatesh Yadav Abbarapu · 1 year, 1 month ago
  62. 9195395 net: Get pxe config file from dhcp option 209 by Sean Edmond · 1 year, 3 months ago
  63. fe35c2f binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE by Simon Glass · 1 year ago
  64. b5f4039 cmd: mmc: Add mmc reg read command for reading card registers by Marek Vasut · 12 months ago
  65. 18370f1 Kconfig: Remove all default n/no options by Michal Simek · 12 months ago
  66. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 12 months ago
  67. dec166d bootm: Support boot measurement by Eddie James · 12 months ago
  68. 3a80ec0 cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096 by Josua Mayer · 12 months ago
  69. 9859edd pstore: Use root address-cells/size-cells as defaults for reserved-memory by Andrey Skvortsov · 1 year, 2 months ago
  70. 5cab351 Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 12 months ago
  71. aacf214 rockchip: cmd: add rkmtd command by Johan Jonker · 1 year ago
  72. cd3dbb5 common: add prototype & rename populate_serial_number() by Artur Rojek · 1 year ago
  73. e65b5d3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year ago
  74. 1b377a9 cmd/ti: Update Kconfig logic and Makefile recursion logic by Tom Rini · 1 year ago
  75. 3616218 cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year ago
  76. 8780cd8 cmd: move mac command by Heinrich Schuchardt · 1 year, 1 month ago
  77. ee0522f cmd: gpio: Skip output on -ENOENT by Paul Barker · 1 year ago
  78. 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 1 month ago
  79. 4e34565 cmd: blk_common: Stop using hard-coded block size for Sandbox operations by Bin Meng · 1 year, 1 month ago
  80. 8ccc948 cmd: blk_common: Use macros for the return values by Bin Meng · 1 year, 1 month ago
  81. 42411e0 cmd: blkmap: Make map_handlers[] and its .fn static by Bin Meng · 1 year, 1 month ago
  82. 256f6da cmd: host: Print out the block size of the host device by Bin Meng · 1 year, 1 month ago
  83. 8897fab blk: sandbox: Support binding a device with a given logical block size by Bin Meng · 1 year, 1 month ago
  84. 77ca9d7 cmd: host: Mandate the filename parameter in the 'bind' command by Bin Meng · 1 year, 1 month ago
  85. ef5ccaa cmd/exception: test RISC-V 16 bit aligned instruction by Heinrich Schuchardt · 1 year, 1 month ago
  86. f2e4b9d cmd/exception: support RISC-V compressed instruction by Heinrich Schuchardt · 1 year, 1 month ago
  87. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  88. c3b27a8 cmd: xxd: move xxd into shell commands by Roger Knecht · 1 year, 1 month ago
  89. 90c81f4 Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 1 year, 1 month ago
  90. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  91. 36e45f6 cmd: dm: allow for selecting uclass and device by AKASHI Takahiro · 1 year, 2 months ago
  92. 1290262 cmd: sf: Fix the flash_is_unlocked api size parameter by Venkatesh Yadav Abbarapu · 1 year, 1 month ago
  93. 16794d3 cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
  94. 5b8c9d1 thordown: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  95. 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  96. f032260 cmd: ums: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  97. 76dd459 cmd: thordown: Reorder variable declaration by Marek Vasut · 1 year, 2 months ago
  98. 37fb7cb cmd: sdp: Reorder variable declaration by Marek Vasut · 1 year, 2 months ago
  99. 0669a92 cmd: rockusb: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  100. bac356c cmd: fastboot: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago