1. d5a8313 cmd: pinmux: Add pinmux command by Patrice Chotard · 6 years ago
  2. 78e1290 virtio: cmd: Add virtio command for virtio devices by Tuomas Tynkkynen · 6 years ago
  3. 86dfa55 cmd: ubi: Remove useless call to mtdparts_init() by Boris Brezillon · 6 years ago
  4. 03303fb mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected by Boris Brezillon · 6 years ago
  5. b920550 cmd: kgdb: Enable kgdb only for PPC by Michal Simek · 6 years ago
  6. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  7. 938db6f cmd: mtdparts: describe as legacy by Miquel Raynal · 6 years ago
  8. c58fb2c cmd: ubi: clean the partition handling by Miquel Raynal · 6 years ago
  9. 5db66b3 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  10. b592936 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  11. 577c40a cmd: Relocate poweroff under Device access commands by Adam Ford · 6 years ago
  12. d05266f w1: add command for onewire protocol by Eugen Hristev · 6 years ago
  13. 3bf65cb cmd: Add osd commands by Mario Six · 6 years ago
  14. 29cfc09 cmd: add conitrace command by Heinrich Schuchardt · 6 years ago
  15. c6cca10 cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig by Masahiro Yamada · 6 years ago
  16. 15fd1b7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  17. 49c752c cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · 6 years ago
  18. d03e76a cmd: Add dtimg command by Sam Protsenko · 6 years ago
  19. d7869b2 Convert CONFIG_MII et al to Kconfig by Adam Ford · 6 years ago
  20. 37c4a5f cmd: Add axi command by Mario Six · 6 years ago
  21. 3a8c8bf tpmv2: Make it select CMD_LOG by Tom Rini · 6 years ago
  22. 08a00cb dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  23. 5ed063d Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  24. 6e7bdde Kconfig: Replace spaces with tabs and missing newline by Michal Simek · 6 years ago
  25. b0aa74a avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  26. 9c5b009 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  27. 0fd2290c cmd: Kconfig: Move CONFIG_MP to Kconfig by Siva Durga Prasad Paladugu · 6 years ago
  28. bdce340 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  29. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  30. 60b2f9e cmd: avb2.0: avb command for performing verification by Igor Opaniuk · 6 years ago
  31. 6f0dc0c net: Express LINK_LOCAL dependency on LIB_RAND by Joe Hershberger · 6 years ago
  32. 582d97b Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 6 years ago
  33. caa2a2e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  34. cedd48e cmd: fpga: Add support to load secure bitstreams by Siva Durga Prasad Paladugu · 6 years ago
  35. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  36. c232d14 mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  37. 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  38. 6836adb efi_loader: Enable RISC-V support by Rick Chen · 6 years ago
  39. 9f9ce3c tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 6 years ago
  40. b11ed7d bootcount: Add bootcount command by Alex Kiernan · 6 years ago
  41. 5a7b11e Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 6 years ago
  42. 9b23c73 net: Add Kconfig option for BOOTP_NTPSERVER by Chris Packham · 6 years ago
  43. 051ebe3 cmd: add ADC cli commands by Neil Armstrong · 6 years ago
  44. 666028f arm64: Add SMC and HVC commands by Michalis Pappas · 6 years ago
  45. 4bbd6b1 arm: v7R: Add initial support by Michal Simek · 6 years ago
  46. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 6 years ago
  47. 83a1f93 cmd: CONFIG_CMD_LOG select CONFIG_LOG by Heinrich Schuchardt · 6 years ago
  48. 3dfbc53 net: Make the BOOTP options default by Joe Hershberger · 6 years ago
  49. 2b9f486 net: Improve BOOTP PXE config option by Joe Hershberger · 6 years ago
  50. 80449c0 net: Add the BOOTP_DNS2 option to Kconfig by Joe Hershberger · 6 years ago
  51. 8df69d9 net: Improve menu options and help for BOOTP options by Joe Hershberger · 6 years ago
  52. e88b256 net: Move the DHCP command below the BOOTP command by Joe Hershberger · 6 years ago
  53. 92fa44d net: Move net command options to the cmd menu by Joe Hershberger · 6 years ago
  54. d7a45ea net: Make CMD_NET a menuconfig by Joe Hershberger · 6 years ago
  55. e89f8aa treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig by Mario Six · 6 years ago
  56. 55b2556 cmd: Add command for calculating binary operations by Mario Six · 6 years ago
  57. d14db11 sunxi: revert disabling of features by Andre Przywara · 6 years ago
  58. 3b3ea2c Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago
  59. d021e94 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  60. 0f44d33 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  61. 0c3fecd cmd: scsi: move CMD_SCSI to device access commands by Heinrich Schuchardt · 7 years ago
  62. ac08432 cmd: fitupd: Convert CONFIG_CMD_FITUPD by Marek Vasut · 7 years ago
  63. 1811a92 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
  64. a451bc2 Convert LIB_UUID to Kconfig by Adam Ford · 7 years ago
  65. a4fa811 cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA by Tuomas Tynkkynen · 7 years ago
  66. e4d4604 usb: ums: Kconfig: Select USB_FUNCTION_MASS_STORAGE when enabling 'ums' command by Lukasz Majewski · 7 years ago
  67. 748277c4 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  68. 07dc22d cmd: misc: Disable by default on sunXi by Maxime Ripard · 7 years ago
  69. e302ede cmd: loads: Disable by default on sunXi by Maxime Ripard · 7 years ago
  70. 197e0be cmd: loadb: Disable by default on sunXi by Maxime Ripard · 7 years ago
  71. 3b50382 cmd: unzip: Disable by default on sunXi by Maxime Ripard · 7 years ago
  72. b024360 cmd: crc32: Disable by default on sunXi by Maxime Ripard · 7 years ago
  73. 3d22bae fs: Migrate ext4 to Kconfig by Tuomas Tynkkynen · 7 years ago
  74. 5cd9661 arm: keystone: Move cmd_ddr3 to a common place by Lokesh Vutla · 7 years ago
  75. 453c95e usb: rockchip: add rockusb command by Eddie Cai · 7 years ago
  76. ef11ed8 log: Add a test command by Simon Glass · 7 years ago
  77. d5f61f2 log: Add a 'log level' command by Simon Glass · 7 years ago
  78. 43ede0b Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT by Tom Rini · 7 years ago
  79. ad12dc1 cmd: Toggle the default value of CONFIG_CMD_IMLS by Tuomas Tynkkynen · 7 years ago
  80. 99e46df cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI by Tom Rini · 7 years ago
  81. 610eec7 scripts: Move Kconfig contents to cmd/Kconfig by Sam Protsenko · 7 years ago
  82. 47738ac cmd: Move CONFIG_RANDOM_UUID to Kconfig by Maxime Ripard · 7 years ago
  83. 9d84550 cmd: Add the 'btrsubvol' command to list BTRFS subvolumes by Marek Behún · 7 years ago
  84. 623b3a5 efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · 7 years ago
  85. 2f00569 cmd: add sdp command by Stefan Agner · 7 years ago
  86. 0adc38b nvme: Add nvme commands by Zhikang Zhang · 7 years ago
  87. 00fd59d README: Drop information about commands by Simon Glass · 7 years ago
  88. 54feea1 Convert CONFIG_CMD_ZFS to Kconfig by Simon Glass · 7 years ago
  89. e7a815f Convert CONFIG_CMD_ZBOOT to Kconfig by Simon Glass · 7 years ago
  90. 1aa4e8d Convert CONFIG_CMD_UUID to Kconfig by Simon Glass · 7 years ago
  91. 2a242e3 Convert CONFIG_CMD_UNIVERSE to Kconfig by Simon Glass · 7 years ago
  92. 5605aa8 Convert CONFIG_CMD_TSI148 to Kconfig by Simon Glass · 7 years ago
  93. ce058ae Convert CONFIG_CMD_TRACE to Kconfig by Simon Glass · 7 years ago
  94. 7a76431 Convert CONFIG_CMD_YAFFS2 to Kconfig by Simon Glass · 7 years ago
  95. 9b92a8d Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig by Simon Glass · 7 years ago
  96. 3cef3b3 Convert CONFIG_CMD_TERMINAL to Kconfig by Simon Glass · 7 years ago
  97. 00805d7 Convert CONFIG_CMD_STRINGS to Kconfig by Simon Glass · 7 years ago
  98. ba71be5 Kconfig: Sort the memory commands by Simon Glass · 7 years ago
  99. 3a91a25 Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig by Simon Glass · 7 years ago
  100. 203dc1b Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig by Simon Glass · 7 years ago