summaryrefslogtreecommitdiffstats
path: root/common/cmd_ide.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update for SC3 boardWolfgang Denk2007-04-111-6/+7
* [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-201-4/+4
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-1/+7
* Add support for gth2 boardWolfgang Denk2006-06-161-1/+6
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-1/+4
* Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk2005-12-011-1/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-3/+3
* Add port initialization for digital I/O on INKA4x0wdenk2005-03-061-1/+1
* * Fix get_partition_info() parameter error in all other callswdenk2005-03-041-1/+1
* Fix yet another recently introduced bug.wdenk2005-02-081-1/+2
* * Removed '--no-warn-mismatch' option from Makefile. This optionwdenk2005-02-031-171/+162
* Fix IDE stability problems on CPC45 board.wdenk2005-01-221-0/+4
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-311-9/+8
* remove "static" from "ide_dev_desc" to use it from external codestroese2004-12-161-1/+1
* Fix problems with CDROM drive as slave device on Lite5200 IDE bus.wdenk2004-09-281-25/+27
* * Modify KUP4X board configuration to use SL811 driver for USB memorywdenk2004-04-231-40/+29
* * Cleanup, minor fixeswdenk2004-04-181-3/+2
* * Patch by Stephen Williams, 01 Apr 2004:wdenk2004-04-151-7/+34
OpenPOWER on IntegriCloud