1. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 5 months ago
  2. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 1 month ago
  3. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  4. 9e5616d Drop PCMCIA by Simon Glass · 5 years ago
  5. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  6. 584f316 cmd: ide: Make the first device the default one by Bin Meng · 7 years ago
  7. 09ed0d6 dm: ide: Adjust the 'ide' command to use blk_common_cmd() by Simon Glass · 7 years ago
  8. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  9. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  10. e9be1ee dm: ide: Separate the non-command code into its own file by Simon Glass · 8 years ago
  11. ed73508 dm: ide: Remove the forward declarations by Simon Glass · 8 years ago
  12. 53dbcdd dm: ide: Correct various code style problems by Simon Glass · 8 years ago
  13. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  14. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  15. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  16. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  17. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_ide.c]
  18. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_ide.c]
  19. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  20. 77c2b21 cmd_ide: Eliminate build warnings in atapi_inquiry() by Bin Meng · 9 years ago
  21. 288afdc common: cmd_ide: use __weak and add prototypes by Jeroen Hofstee · 10 years ago
  22. 2bb8eb8 common: cmd_ide: remove PIO mode by Jeroen Hofstee · 10 years ago
  23. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  24. ff8fef5 Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  25. 0472fbf part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 11 years ago
  26. b6458d3 ide: Correct function signatures for ide_read/write() by Simon Glass · 12 years ago
  27. 8af4472 remove unnecessary includes from cmd_ide.c by Pavel Herrmann · 12 years ago
  28. 21d2bf4 split PCS440EP specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  29. 4d1361d split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  30. 19be2ea make ide_led() a weak alias by Pavel Herrmann · 12 years ago
  31. 28920b1 split CPC45 board-specific IDE functions from cmd_ide.c by Pavel Herrmann · 12 years ago
  32. f5b82c0 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  33. e4148c1 split IVM power hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  34. 8d1165e11a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  35. 94fa029 remove CONFIG_SC3 from cmd_ide.c by Pavel Herrmann · 12 years ago
  36. 61c0d6a gth2: Remove this platform by Tom Rini · 12 years ago
  37. 7405a13 combine block device load commands into common function by Rob Herring · 12 years ago
  38. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  39. 90e153d bootstage: Convert IDE progress numbers to enums by Simon Glass · 13 years ago
  40. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  41. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  42. a2b92a6 common/cmd_ide.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  43. 34c202c common/cmd_ide.c: CodingStyle cleanup by Wolfgang Denk · 13 years ago
  44. 87a5d60 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  45. 5bbe10d GCC4.6: Squash warning in cmd_ide.c by Marek Vasut · 13 years ago
  46. 5ff8b35 ARM: orion5x: reduce dependence of including platform file by Lei Wen · 13 years ago
  47. b18eabf IDE: Fix complaints about strict aliasing in cmd_ide.c by Marek Vasut · 13 years ago
  48. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  49. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  50. 96d04c3 IDE: fix compiler warnings by Wolfgang Denk · 13 years ago
  51. 0abddf8 cmd_ide: enhance new feature "CONFIG_IDE_AHB" by Macpaul Lin · 13 years ago
  52. c6dc8a7 cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended by Shinya Kuribayashi · 14 years ago
  53. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  54. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  55. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  56. 77efe35 Remove HMI10 board support by Wolfgang Denk · 14 years ago
  57. 5f30500 cmd_ide: add support for Kirkwood by Prafulla Wadaskar · 14 years ago
  58. 113bfe4 cmd_ide: add support for orion5x by Albert Aribaud · 14 years ago
  59. f2a37fc ide: add configuration by Albert Aribaud · 14 years ago
  60. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  61. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  62. cd47a83 cmd_ide.c: fix unused variable warning for SC3 board by Wolfgang Denk · 14 years ago
  63. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  64. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  65. 3887c3f mucmc52, uc101: delete ata@3a00 node, if no CF card is detected by Heiko Schocher · 15 years ago
  66. 3b74e7e MPC512x: remove include/mpc512x.h by Wolfgang Denk · 15 years ago
  67. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  68. 2df72b8 common: fix inline--weak error spotted by gcc 4.4 by Kim Phillips · 15 years ago
  69. 67c2e57 cmd_ide: Remove unused AmigaOneG3SE code by Peter Tyser · 15 years ago
  70. 6c6166f vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  71. 70a4da4 ADS5121 Add PATA support by Ralph Kondziella · 16 years ago
  72. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  73. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  74. bcdf1d2 common/cmd_ide.c: Corrected endian order printing for compact flash serial number. by Richard Retanubun · 16 years ago
  75. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  76. 4afbef9 Fix typo in spelling of ATAPI. by Steven A. Falco · 16 years ago
  77. 36c2d30 Add a hook to allow board-specific PIO mode setting. by Steven A. Falco · 16 years ago
  78. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  79. 3bab76a Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  80. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  81. 1df368a ide: Remove spurious second include of io.h by Marcel Ziswiler · 16 years ago
  82. 413bf58 IDE: fix compiler warnings by Guennadi Liakhovetski · 16 years ago
  83. e175eac IDE: fix bug in reset sequence by Martin Krause · 16 years ago
  84. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  85. 09475f7 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  86. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  87. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  88. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  89. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  90. 521dcd3 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  91. 7fc7928 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  92. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  93. 5c15010 Fixed mips_io_port_base build errors. by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  94. 7a60ee7 Fix warning differ in signedness in common/cmd_ide.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  95. eda3e1e sh: Add support command of ide with sh by Nobuhiro Iwamatsu · 17 years ago
  96. f98984c IDE: - make ide_inb () and ide_outb () "weak", so boards can by Heiko Schocher · 17 years ago
  97. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  98. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  99. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  100. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago