summaryrefslogtreecommitdiffstats
path: root/common/cmd_ide.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-291-10/+6
|\ \ | |/
| * Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD2007-11-171-4/+0
| * Fix warning differ in signedness in common/cmd_ide.cJean-Christophe PLAGNIOL-VILLARD2007-11-161-6/+6
* | sh: Add support command of ide with shNobuhiro Iwamatsu2007-09-231-2/+2
|/
* IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher2007-08-281-35/+16
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-061-2/+2
|\
| * Merge branch 'testing' into workingAndy Fleming2007-08-031-2/+2
| |\
| | * common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-2/+2
| | * common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
* | | make show_boot_progress () weak.Heiko Schocher2007-07-131-28/+21
|/ /
* | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-221-14/+46
|/
* Fix config problems on SC3 board; make ide_reset_timeout work.Wolfgang Denk2007-06-081-2/+2
* [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.cDenis Peter2007-04-131-1/+1
* [PATCH] Fix use of "void *" for block dev read/write buffer pointersGreg Lopp2007-04-131-3/+3
OpenPOWER on IntegriCloud