1. f19f1ec dm: sata: Support driver model with the 'sata' command by Simon Glass · 7 years ago
  2. c16ad67 dm: usb: Adjust the 'usb' command to use blk_common_cmd() by Simon Glass · 7 years ago
  3. 09ed0d6 dm: ide: Adjust the 'ide' command to use blk_common_cmd() by Simon Glass · 7 years ago
  4. 1eaadd3 dm: scsi: Adjust the 'scsi' command to use blk_common_cmd() by Simon Glass · 7 years ago
  5. e29e71e dm: sata: Adjust the 'sata' command to use blk_common_cmd() by Simon Glass · 7 years ago
  6. 4395f66 dm: blk: Add a generic function for block device commands by Simon Glass · 7 years ago
  7. 7b07a20 cmd/bdinfo: correct comment in board_detail by Chris Packham · 7 years ago
  8. 0adc38b nvme: Add nvme commands by Zhikang Zhang · 7 years ago
  9. 00fd59d README: Drop information about commands by Simon Glass · 7 years ago
  10. 54feea1 Convert CONFIG_CMD_ZFS to Kconfig by Simon Glass · 7 years ago
  11. e7a815f Convert CONFIG_CMD_ZBOOT to Kconfig by Simon Glass · 7 years ago
  12. 1aa4e8d Convert CONFIG_CMD_UUID to Kconfig by Simon Glass · 7 years ago
  13. 2a242e3 Convert CONFIG_CMD_UNIVERSE to Kconfig by Simon Glass · 7 years ago
  14. 5605aa8 Convert CONFIG_CMD_TSI148 to Kconfig by Simon Glass · 7 years ago
  15. ce058ae Convert CONFIG_CMD_TRACE to Kconfig by Simon Glass · 7 years ago
  16. 7a76431 Convert CONFIG_CMD_YAFFS2 to Kconfig by Simon Glass · 7 years ago
  17. 9b92a8d Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig by Simon Glass · 7 years ago
  18. 3cef3b3 Convert CONFIG_CMD_TERMINAL to Kconfig by Simon Glass · 7 years ago
  19. 00805d7 Convert CONFIG_CMD_STRINGS to Kconfig by Simon Glass · 7 years ago
  20. ba71be5 Kconfig: Sort the memory commands by Simon Glass · 7 years ago
  21. 3a91a25 Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig by Simon Glass · 7 years ago
  22. 203dc1b Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig by Simon Glass · 7 years ago
  23. 72c3033 Convert CONFIG_CMD_SPL to Kconfig by Simon Glass · 7 years ago
  24. 719d36e Convert CONFIG_CMD_SF_TEST to Kconfig by Simon Glass · 7 years ago
  25. efce244 Convert CONFIG_CMD_SDRAM to Kconfig by Simon Glass · 7 years ago
  26. 0941f59 Convert CONFIG_CMD_SCSI to Kconfig by Simon Glass · 7 years ago
  27. 15dc63d Convert CONFIG_CMD_SAVES to Kconfig by Simon Glass · 7 years ago
  28. f8803a9 Convert CONFIG_CMD_REISER to Kconfig by Simon Glass · 7 years ago
  29. fa37922 Convert CONFIG_CMD_REGINFO to Kconfig by Christophe Leroy · 7 years ago
  30. b75dfd2 Kconfig: Convert CMD_READ to Kconfig by Simon Glass · 7 years ago
  31. 6f62d7c Kconfig: Drop CONFIG_CMD_PORTIO and associated command by Simon Glass · 7 years ago
  32. 7f66655 Convert CONFIG_CMD_PCMCIA to Kconfig by Simon Glass · 7 years ago
  33. 1864242 Kconfig: Drop CONFIG_CMD_PCI_ENUM by Simon Glass · 7 years ago
  34. 6500ec7 Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · 7 years ago
  35. 978f085 Convert CONFIG_CMD_ONENAND to Kconfig by Simon Glass · 7 years ago
  36. cb70e6c Convert CONFIG_CMD_MTDPARTS_SPREAD to Kconfig by Simon Glass · 7 years ago
  37. f38c5f5 Convert CONFIG_CMD_MMC_SPI to Kconfig by Simon Glass · 7 years ago
  38. 0c19b4d Kconfig: Sort the device-access commands by Simon Glass · 7 years ago
  39. 0c1b869 net: add static to do_tftpput() by Masahiro Yamada · 7 years ago
  40. 2fcaa41 gpt: harden set_gpt_info() against non NULL-terminated strings by Alison Chaiken · 7 years ago
  41. 203f9b4 GPT: provide commands to selectively rename partitions by Alison Chaiken · 7 years ago
  42. 09a4993 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
  43. 73d6d18 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
  44. 2218b32 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  45. 211aaf3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  46. 78abf14 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 7 years ago
  47. db13a76 cmd: scsi: Fix null pointer dereference in 'scsi reset' by Bin Meng · 7 years ago
  48. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  49. f4f9993 efi_loader: Fix configuration table override by Alexander Graf · 7 years ago
  50. d56b4b1 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · 7 years ago
  51. 7cbc124 efi_loader: initalize EFI object list only once by Heinrich Schuchardt · 7 years ago
  52. ca9193d efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · 7 years ago
  53. 3e433e9 efi_loader: EFI file paths should be DOS style by Rob Clark · 7 years ago
  54. 24fc953 cmd: Kconfig: Fix CMD_UBIFS dependencies by Karl Beldan · 7 years ago
  55. 22cf953 cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS by Karl Beldan · 7 years ago
  56. b2237a4 cmd: Kconfig: Fix a dependency of CMD_MTDPARTS by Karl Beldan · 7 years ago
  57. f3603b4 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · 7 years ago
  58. 91be9a7 efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
  59. 1da1bac efi_loader: provide meaningful status code by xypron.glpk@gmx.de · 7 years ago
  60. b06d8ac bootefi: allow return without EFI_BOOT_SERVICES.Exit by xypron.glpk@gmx.de · 7 years ago
  61. cc5b708 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  62. 88adae5 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · 7 years ago
  63. b5349f7 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  64. 4dc80c8 mmc: use new hwpart API when CONFIG_BLK enabled by Kever Yang · 7 years ago
  65. 7021c7e cmd: mvebu: bubt: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  66. 6308e71 cmd: nand: remove direct access to struct mtd_info->priv by Grygorii Strashko · 7 years ago
  67. bfdba68 cmd: jffs2: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  68. f370b51 cmd: bootm: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  69. ad92dff cmd: nand: abstract global variable usage for dm conversion by Mugunthan V N · 7 years ago
  70. 99bb38e fdt: Check for NULL return from fdt_getprop in 'fdt set' by Tom Rini · 7 years ago
  71. 6c519f2 display_options: Refactor to allow obtaining the banner by Simon Glass · 7 years ago
  72. 8eab1a5 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  73. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  74. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  75. 3bf926c Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  76. 66dc09c cmd, nand: fix broken output of "nand info" by Lothar Waßmann · 7 years ago
  77. d794966 powerpc, 8xx: move specific reginfo by Christophe Leroy · 7 years ago
  78. 907208c powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
  79. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  80. 7e09145 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  81. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  82. 85a6e9b efi_loader: Add check for fallback fdt memory reservation by Alexander Graf · 7 years ago
  83. 5353953 bdinfo: print fdt_blob by Heiko Schocher · 7 years ago
  84. b920342 cmd: usb_mass_storage: Staticize do_usb_mass_storage() by Fabio Estevam · 8 years ago
  85. d419026 cmd: usb_mass_storage: Use NULL for pointer by Fabio Estevam · 8 years ago
  86. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  87. 31417f0 cmd: ethsw: Fix out-of-bounds error by York Sun · 7 years ago
  88. d1b88cd cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  89. 1aca4d5 cmd: mtdparts: fix uninitialized variable warning by Lothar Waßmann · 7 years ago
  90. 9f95267 fdt: Add a check to fdt_print() for coverity by Simon Glass · 7 years ago
  91. 72c98ed fdt: Add a check to do_fdt() for coverity by Simon Glass · 7 years ago
  92. 5025897 powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  93. 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  94. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  95. 8cb3ce6 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  96. e05d505 Kconfig: Add description for CMD_POWEROFF by Michal Simek · 7 years ago
  97. 9620d87 cmd/fdt: support single value replacement within an array by Hannes Schmelzer · 7 years ago
  98. 314f636 cmd: jffs2: Rename command ls to fsls by Siva Durga Prasad Paladugu · 7 years ago
  99. 18b2916 cmd/ethsw: Disable implicit enum conversion warning by Tom Rini · 7 years ago
  100. be1b867 cmd/elf.c: Support passing arguments with bootelf by Tom Rini · 7 years ago