1. e11f0ef dm: ide: Separate the non-command code into its own file by Simon Glass · 9 years ago
  2. 43a464a dm: ide: Remove the forward declarations by Simon Glass · 9 years ago
  3. 73e4314 dm: ide: Correct various code style problems by Simon Glass · 9 years ago
  4. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  5. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  6. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  7. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  8. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_ide.c]
  9. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_ide.c]
  10. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  11. 5c5ca87 cmd_ide: Eliminate build warnings in atapi_inquiry() by Bin Meng · 10 years ago
  12. 9aa3827 common: cmd_ide: use __weak and add prototypes by Jeroen Hofstee · 10 years ago
  13. e0b7e54 common: cmd_ide: remove PIO mode by Jeroen Hofstee · 10 years ago
  14. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  15. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  16. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  17. 11926fb ide: Correct function signatures for ide_read/write() by Simon Glass · 12 years ago
  18. 15664ed remove unnecessary includes from cmd_ide.c by Pavel Herrmann · 12 years ago
  19. cca20f8 split PCS440EP specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  20. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  21. 95b0cb5 make ide_led() a weak alias by Pavel Herrmann · 12 years ago
  22. 6f4ed97 split CPC45 board-specific IDE functions from cmd_ide.c by Pavel Herrmann · 12 years ago
  23. 35ad9a8 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  24. d6a1240 split IVM power hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  25. 2c13c4a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  26. 006be69 remove CONFIG_SC3 from cmd_ide.c by Pavel Herrmann · 12 years ago
  27. 3132715 gth2: Remove this platform by Tom Rini · 12 years ago
  28. a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
  29. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  30. 1b659cf bootstage: Convert IDE progress numbers to enums by Simon Glass · 13 years ago
  31. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  32. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  33. afd51df common/cmd_ide.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  34. 2bc10cf common/cmd_ide.c: CodingStyle cleanup by Wolfgang Denk · 13 years ago
  35. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  36. 9213171 GCC4.6: Squash warning in cmd_ide.c by Marek Vasut · 13 years ago
  37. 749941a ARM: orion5x: reduce dependence of including platform file by Lei Wen · 13 years ago
  38. e49757e IDE: Fix complaints about strict aliasing in cmd_ide.c by Marek Vasut · 13 years ago
  39. 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
  40. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  41. 7fafed2 IDE: fix compiler warnings by Wolfgang Denk · 14 years ago
  42. d1e4994 cmd_ide: enhance new feature "CONFIG_IDE_AHB" by Macpaul Lin · 14 years ago
  43. 9b33e66 cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended by Shinya Kuribayashi · 14 years ago
  44. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  45. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  46. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  47. fb52e95 Remove HMI10 board support by Wolfgang Denk · 14 years ago
  48. 9b81e64 cmd_ide: add support for Kirkwood by Prafulla Wadaskar · 14 years ago
  49. 4502755 cmd_ide: add support for orion5x by Albert Aribaud · 14 years ago
  50. 036c6b4 ide: add configuration by Albert Aribaud · 14 years ago
  51. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  52. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  53. 49f57c5 cmd_ide.c: fix unused variable warning for SC3 board by Wolfgang Denk · 14 years ago
  54. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  55. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  56. ffb293a mucmc52, uc101: delete ata@3a00 node, if no CF card is detected by Heiko Schocher · 15 years ago
  57. f342f86 MPC512x: remove include/mpc512x.h by Wolfgang Denk · 16 years ago
  58. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  59. 8167f3c common: fix inline--weak error spotted by gcc 4.4 by Kim Phillips · 16 years ago
  60. 1f7850e cmd_ide: Remove unused AmigaOneG3SE code by Peter Tyser · 16 years ago
  61. 2b745dc vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  62. d074bfe ADS5121 Add PATA support by Ralph Kondziella · 16 years ago
  63. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  64. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  65. 54f3062 common/cmd_ide.c: Corrected endian order printing for compact flash serial number. by Richard Retanubun · 16 years ago
  66. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  67. 634db89 Fix typo in spelling of ATAPI. by Steven A. Falco · 16 years ago
  68. 2b7574e Add a hook to allow board-specific PIO mode setting. by Steven A. Falco · 16 years ago
  69. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  70. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  71. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  72. 2d9d8f0 ide: Remove spurious second include of io.h by Marcel Ziswiler · 17 years ago
  73. b71f1ca IDE: fix compiler warnings by Guennadi Liakhovetski · 17 years ago
  74. 7e35caf IDE: fix bug in reset sequence by Martin Krause · 17 years ago
  75. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  76. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  77. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  78. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  79. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  80. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  81. 72f9e2e Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  82. bde7089 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  83. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  84. 089dbb7 Fixed mips_io_port_base build errors. by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  85. 1fa3e36 Fix warning differ in signedness in common/cmd_ide.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  86. 39d9043 sh: Add support command of ide with sh by Nobuhiro Iwamatsu · 17 years ago
  87. 2559e0f IDE: - make ide_inb () and ide_outb () "weak", so boards can by Heiko Schocher · 17 years ago
  88. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  89. 7e5e09f Merge branch 'testing' into working by Andy Fleming · 17 years ago
  90. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  91. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  92. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  93. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  94. d2a7a74 Fix config problems on SC3 board; make ide_reset_timeout work. by Wolfgang Denk · 17 years ago
  95. 3957bc1 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c by Denis Peter · 18 years ago
  96. 50abf9f [PATCH] Fix use of "void *" for block dev read/write buffer pointers by Greg Lopp · 18 years ago
  97. 15c6b15 Update for SC3 board by Wolfgang Denk · 18 years ago
  98. 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 18 years ago
  99. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago
  100. 39c7642 Add support for gth2 board Patch by Thomas Lange, Aug 11 2005 by Wolfgang Denk · 18 years ago