1. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 1 month ago
  2. 88cd7d0 Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig by Tom Rini · 3 years, 1 month ago
  3. 9ca0068 Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · 3 years, 2 months ago
  4. f4f8d8b cmd: setexpr: add format string handling by Roland Gaudig · 3 years, 2 months ago
  5. e8d3eaa treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB by Tom Rini · 3 years, 2 months ago
  6. 123dc51 usb: Add correct depends for CMD_USB_MASS_STORAGE by Tom Rini · 3 years, 4 months ago
  7. b7ad721 Revert "TEST: USB_HOST not USB" by Tom Rini · 3 years, 3 months ago
  8. 4e1903a TEST: USB_HOST not USB by Tom Rini · 3 years, 3 months ago
  9. 6b8d9c9 cmd: Add dependency for ums command by Patrick Delaunay · 3 years, 4 months ago
  10. 2f84e9c cmd: add support for a new "extension" command by Kory Maincent · 3 years, 5 months ago
  11. 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 5 months ago
  12. ec61187 cmd: CONFIG_CMD_MMC depends on CONFIG_MMC by Heinrich Schuchardt · 3 years, 6 months ago
  13. b935d19 cmd: xtrace: Convert to bool by Sean Anderson · 3 years, 7 months ago
  14. 2532429 crypto: Add blob command support for i.MX8M platforms by Aymen Sghaier · 3 years, 6 months ago
  15. 88e7f5b imx7ulp: Enable support for cmd blob by Franck LENORMAND · 3 years, 6 months ago
  16. 4e682d5 cmd: blob: Add IMX_HAB and CAAM supported SoCs as dependency by Breno Lima · 3 years, 6 months ago
  17. 90eba24 Merge branch 'next' by Tom Rini · 3 years, 6 months ago
  18. 7823ba3 cmd: CMD_USB depends on USB by Heinrich Schuchardt · 3 years, 6 months ago
  19. 71cebf0 x86: Add a command to display coreboot sysinfo by Simon Glass · 3 years, 6 months ago
  20. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 6 months ago
  21. 26839e5 cmd: SCP03: enable and provision command by Jorge Ramirez-Ortiz · 3 years, 7 months ago
  22. 9586a48 tpm: Don't select LOG by Simon Glass · 3 years, 8 months ago
  23. 05173ec cmd: Fix virtio command dependency by Bin Meng · 3 years, 7 months ago
  24. 56d0635 cmd: Add a command to display the address map by Bin Meng · 3 years, 7 months ago
  25. a70abcf cmd: pinmux: depend on PINCTRL by Marek Behún · 3 years, 7 months ago
  26. 12218c1 cmd: CMD_ACPI depends on ACPIGEN by Heinrich Schuchardt · 3 years, 8 months ago
  27. 9e9a530 cmd: Add a pwm command by Pragnesh Patel · 3 years, 9 months ago
  28. 622178d cmd: CMD_CPU depends on CPU by Heinrich Schuchardt · 3 years, 11 months ago
  29. 750c543 cmd: Add MBR partition layout control utility by Marek Szyprowski · 3 years, 9 months ago
  30. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  31. 3a5ec03 cmd: sandbox: implement exception command by Heinrich Schuchardt · 3 years, 10 months ago
  32. 48aee0a cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years ago
  33. 3e40976 cmd: log: Add commands to manipulate filters by Sean Anderson · 3 years, 11 months ago
  34. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 11 months ago
  35. 05115ab cmd: Add a mux command by Pratyush Yadav · 4 years ago
  36. 3bc0db1 cmd: Add a 'misc' command to access miscellaneous devices by Bin Meng · 4 years ago
  37. 1606085 cmd: Rename CMD_MISC to CMD_SLEEP by Bin Meng · 4 years ago
  38. bcc6c57 cmd: optee_rpmb command for read/write of rpmb from optee by Ruchika Gupta · 4 years ago
  39. 9744d1a cmd: Add command to display or save Linux PStore dumps by Frédéric Danis · 4 years, 6 months ago
  40. 98eed0d Kconfig: Move autoboot options under boot options by Simon Glass · 4 years ago
  41. 4aed227 bloblist: Add a command by Simon Glass · 4 years ago
  42. 912ece4 sntp: use udp framework by Philippe Reynes · 4 years ago
  43. c5a7e5b cmd: irq: disable CMD_IRQ for riscv arch by Pragnesh Patel · 4 years, 1 month ago
  44. 9989fb1 cmd: mem: fix range of bitflip test by Ralph Siemsen · 4 years ago
  45. 6e741cf cmd: Kconfig: Change dependency for CMD_ADC by Michal Simek · 4 years, 1 month ago
  46. c92b50a cmd: provide command sbi by Heinrich Schuchardt · 4 years, 1 month ago
  47. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 2 months ago
  48. bba604b fs/squashfs: add filesystem commands by Joao Marcos Costa · 4 years, 2 months ago
  49. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 2 months ago
  50. 4a4830c cmd: add clone command by John Chau · 4 years, 3 months ago
  51. a97d22e cmd: env: add env select command by Patrick Delaunay · 4 years, 2 months ago
  52. 0115dd3 cmd: env: add env load command by Patrick Delaunay · 4 years, 2 months ago
  53. 325141a cmd: button: add a new 'button' command by Philippe Reynes · 4 years, 2 months ago
  54. 6718ebd cmd: env: add option for quiet output on env info by Patrick Delaunay · 4 years, 3 months ago
  55. ec5f0ed efi_selftest: enable 'bootefi hello' by Heinrich Schuchardt · 4 years, 2 months ago
  56. a2f0b50 cmd: drop fitupd command by Heinrich Schuchardt · 4 years, 3 months ago
  57. 803a859 rtc: add rtc command by Rasmus Villemoes · 4 years, 3 months ago
  58. bdded20 cmd: Add a memory-search command by Simon Glass · 4 years, 4 months ago
  59. e369790 cmd: blkls: Add blkls command by Niel Fourie · 4 years, 6 months ago
  60. 8e8059c cmd: fitupd: move config check to Kconfig by Heinrich Schuchardt · 4 years, 4 months ago
  61. eff5a54 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 4 months ago
  62. 56c311b cmd: unzip: automatically select CONFIG_GZIP by Michael Walle · 4 years, 4 months ago
  63. 702de89 treewide: mem: Move mtest related defines to Kconfig by Ashok Reddy Soma · 4 years, 5 months ago
  64. 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 5 months ago
  65. 2b63959 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 5 months ago
  66. 453d213 mmc: adjust Kconfig for mmc sub-commands by Heinrich Schuchardt · 4 years, 6 months ago
  67. 94c03c7 Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 4 years, 5 months ago
  68. 83f7078 cmd: ubi: add a command to rename volume by Philippe Reynes · 4 years, 6 months ago
  69. 0563700 Kconfig: fix typos in CMD_BEDBUG description by Heinrich Schuchardt · 4 years, 7 months ago
  70. a173223 cmd: Add unlz4 command by Yusuke Ashiduka · 4 years, 7 months ago
  71. 805b3ca lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · 4 years, 7 months ago
  72. 7273231 cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage by Joel Johnson · 4 years, 8 months ago
  73. 586a1bf doc: android: Convert to Sphinx format by Sam Protsenko · 4 years, 8 months ago
  74. 34b4319 doc: android: Add documentation for Android Boot Image by Sam Protsenko · 4 years, 8 months ago
  75. 94f6d0d cmd: abootimg: Add abootimg command by Sam Protsenko · 4 years, 8 months ago
  76. 1c79f2f cmd: add tlv_eeprom command by Baruch Siach · 4 years, 8 months ago
  77. 015e334 common: Drop floppy disk support by Simon Glass · 4 years, 9 months ago
  78. b84acf1 dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg by Eugeniu Rosca · 4 years, 9 months ago
  79. 7086de4 Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 9 months ago
  80. 14a2dee cmd/Kconfig: Add more dependencies to OSE bootm support by Tom Rini · 4 years, 10 months ago
  81. 4f24ac0 cmd: add rng command by Heinrich Schuchardt · 4 years, 9 months ago
  82. ecc7fda bootm: Add a bootm command for type IH_OS_EFI by Cristian Ciocaltea · 4 years, 9 months ago
  83. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 10 months ago
  84. 7d9701d cmd: mdio/mii: add Kconfig help and allow break dependency by Ramon Fried · 5 years ago
  85. 05429b6 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 4 years, 10 months ago
  86. 993c912 cmd: sysboot: Create a sysboot command dedicated file by Patrice Chotard · 4 years, 10 months ago
  87. ff102c5 cmd: make MTD commands depend on MTD by Miquel Raynal · 5 years ago
  88. 587f445 cmd: mtdparts: Kconfig: join mtdparts command entry with its options by Miquel Raynal · 5 years ago
  89. 888f184 mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · 5 years ago
  90. 88718be mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  91. 3b4847c efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · 4 years, 11 months ago
  92. fefff63 cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKS by AKASHI Takahiro · 4 years, 11 months ago
  93. 672c570 cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZES by Alexander Dahl · 5 years ago
  94. 909338c cmd: thor: select DFU subsystem also for 'thor' download tool by Marek Szyprowski · 5 years ago
  95. c2af7fb cmd: sf: Mark it default if DM_SPI_FLASH enabled by Jagan Teki · 5 years ago
  96. a539c8b cmd: Add Support for UFS commands by Faiz Abbas · 5 years ago
  97. 44fb0d6 Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  98. 3c3886d arm64: zynqmp: Define default SYS_PROMPT by Michal Simek · 5 years ago
  99. a91feae ARM: zynq: Define default SYS_PROMPT by Michal Simek · 5 years ago
  100. 3b728f8 cmd: disable CMD_NVEDIT_EFI by default by Heinrich Schuchardt · 5 years ago