summaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-7/+7
2013-05-02part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+5
2012-11-03ide: Correct function signatures for ide_read/write()Simon Glass1-18/+9
2012-10-17remove unnecessary includes from cmd_ide.cPavel Herrmann1-8/+0
2012-10-17split PCS440EP specific code from cmd_ide.cPavel Herrmann1-18/+0
2012-10-17split AU1X00 specific code from cmd_ide.cPavel Herrmann1-3/+2
2012-10-17make ide_led() a weak aliasPavel Herrmann1-36/+27
2012-10-17split CPC45 board-specific IDE functions from cmd_ide.cPavel Herrmann1-91/+0
2012-10-17change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann1-20/+37
2012-10-17split IVM power hooks from cmd_ide.cPavel Herrmann1-48/+0
2012-10-17split mpc8xx hooks from cmd_ide.cPavel Herrmann1-183/+7
2012-10-17remove CONFIG_SC3 from cmd_ide.cPavel Herrmann1-7/+0
2012-10-15gth2: Remove this platformTom Rini1-2/+1
2012-09-26combine block device load commands into common functionRob Herring1-150/+1
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-23/+23
2012-03-19bootstage: Convert IDE progress numbers to enumsSimon Glass1-23/+25
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-11/+11
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-5/+5
2011-11-03common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk1-2/+0
2011-11-03common/cmd_ide.c: CodingStyle cleanupWolfgang Denk1-840/+874
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-6/+0
2011-10-28GCC4.6: Squash warning in cmd_ide.cMarek Vasut1-1/+1
2011-10-27ARM: orion5x: reduce dependence of including platform fileLei Wen1-6/+0
2011-10-01IDE: Fix complaints about strict aliasing in cmd_ide.cMarek Vasut1-26/+25
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-0/+2
2011-07-26autostart: unify duplicated logic into the bootm codeMike Frysinger1-14/+1
2011-05-01IDE: fix compiler warningsWolfgang Denk1-4/+4
2011-04-30cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin1-1/+28
2011-02-05cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi1-1/+2
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk1-1/+1
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger1-1/+1
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger1-1/+0
2010-09-19Remove HMI10 board supportWolfgang Denk1-6/+5
2010-08-08cmd_ide: add support for KirkwoodPrafulla Wadaskar1-0/+2
2010-08-08cmd_ide: add support for orion5xAlbert Aribaud1-0/+5
2010-08-08ide: add configurationAlbert Aribaud1-9/+9
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-13/+7
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-07-05cmd_ide.c: fix unused variable warning for SC3 boardWolfgang Denk1-1/+0
2010-06-24Remove AmigaOneG3SE boardWolfgang Denk1-100/+6
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-2/+2
2009-09-25mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher1-0/+8
2009-06-12MPC512x: remove include/mpc512x.hWolfgang Denk1-4/+0
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-05-21common: fix inline--weak error spotted by gcc 4.4Kim Phillips1-2/+2
2009-04-28cmd_ide: Remove unused AmigaOneG3SE codePeter Tyser1-44/+0
2009-03-21vsprintf: pull updates from Linux kernelMike Frysinger1-5/+5
2009-02-04ADS5121 Add PATA supportRalph Kondziella1-0/+4
2009-01-28Command usage cleanupPeter Tyser1-2/+2