summaryrefslogtreecommitdiffstats
path: root/common/cmd_ide.c
Commit message (Expand)AuthorAgeFilesLines
* common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-031-2/+0
* common/cmd_ide.c: CodingStyle cleanupWolfgang Denk2011-11-031-840/+874
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-281-6/+0
|\
| * ARM: orion5x: reduce dependence of including platform fileLei Wen2011-10-271-6/+0
* | GCC4.6: Squash warning in cmd_ide.cMarek Vasut2011-10-271-1/+1
|/
* IDE: Fix complaints about strict aliasing in cmd_ide.cMarek Vasut2011-10-011-26/+25
* disk/part.c: Make features optionalMatthew McClintock2011-07-261-0/+2
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-251-14/+1
* IDE: fix compiler warningsWolfgang Denk2011-04-301-4/+4
* cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin2011-04-301-1/+28
* cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi2011-02-051-1/+2
* Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk2011-01-111-1/+1
* boot cmds: convert to getenv_yesno() with autostartMike Frysinger2010-11-281-1/+1
* do_bootm: unify duplicate prototypesMike Frysinger2010-11-281-1/+0
* Remove HMI10 board supportWolfgang Denk2010-09-191-6/+5
* cmd_ide: add support for KirkwoodPrafulla Wadaskar2010-08-081-0/+2
* cmd_ide: add support for orion5xAlbert Aribaud2010-08-081-0/+5
* ide: add configurationAlbert Aribaud2010-08-081-9/+9
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-13/+7
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* cmd_ide.c: fix unused variable warning for SC3 boardWolfgang Denk2010-07-041-1/+0
* Remove AmigaOneG3SE boardWolfgang Denk2010-06-231-100/+6
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-2/+2
* mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher2009-09-251-0/+8
* MPC512x: remove include/mpc512x.hWolfgang Denk2009-06-121-4/+0
* General help message cleanupWolfgang Denk2009-06-121-2/+2
* common: fix inline--weak error spotted by gcc 4.4Kim Phillips2009-05-201-2/+2
* cmd_ide: Remove unused AmigaOneG3SE codePeter Tyser2009-04-281-44/+0
* vsprintf: pull updates from Linux kernelMike Frysinger2009-03-201-5/+5
* ADS5121 Add PATA supportRalph Kondziella2009-02-031-0/+4
* Command usage cleanupPeter Tyser2009-01-281-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-5/+5
* common/cmd_ide.c: Corrected endian order printing for compact flash serial nu...Richard Retanubun2008-12-071-3/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-78/+78
* Fix typo in spelling of ATAPI.Steven A. Falco2008-08-211-2/+2
* Add a hook to allow board-specific PIO mode setting.Steven A. Falco2008-08-211-0/+46
* Fix merge problemsStefan Roese2008-08-061-26/+24
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-301-9/+10
* Big white-space cleanup.Wolfgang Denk2008-05-211-3/+3
* ide: Remove spurious second include of io.hMarcel Ziswiler2008-05-091-4/+0
* IDE: fix compiler warningsGuennadi Liakhovetski2008-04-281-2/+12
* IDE: fix bug in reset sequenceMartin Krause2008-04-171-0/+3
* [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-121-0/+2
* [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-121-7/+18
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-1/+1
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-14/+27
* [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-1/+1
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-8/+4
* Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-071-4/+0
|\
| * [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-4/+0
OpenPOWER on IntegriCloud