aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2008-05-09ide: Remove spurious second include of io.hMarcel Ziswiler1-4/+0
2008-04-28IDE: fix compiler warningsGuennadi Liakhovetski1-2/+12
2008-04-17IDE: fix bug in reset sequenceMartin Krause1-0/+3
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz1-0/+2
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz1-7/+18
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-14/+27
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-8/+4
2007-12-07Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu1-4/+0
2007-11-29Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu1-10/+6
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-11-17Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD1-4/+0
2007-11-16Fix warning differ in signedness in common/cmd_ide.cJean-Christophe PLAGNIOL-VILLARD1-6/+6
2007-09-23sh: Add support command of ide with shNobuhiro Iwamatsu1-2/+2
2007-08-28IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher1-35/+16
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-2/+2
2007-08-03Merge branch 'testing' into workingAndy Fleming1-2/+2
2007-07-13make show_boot_progress () weak.Heiko Schocher1-28/+21
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-14/+46
2007-06-08Fix config problems on SC3 board; make ide_reset_timeout work.Wolfgang Denk1-2/+2
2007-04-13[PATCH] Fix bugs in cmd_ide.c and cmd_scsi.cDenis Peter1-1/+1
2007-04-13[PATCH] Fix use of "void *" for block dev read/write buffer pointersGreg Lopp1-3/+3
2007-04-11Update for SC3 boardWolfgang Denk1-6/+7
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely1-4/+4
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-1/+7
2006-06-16Add support for gth2 boardWolfgang Denk1-1/+6
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-1/+4
2005-12-01Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-3/+3
2005-03-06Add port initialization for digital I/O on INKA4x0LABEL_2005_03_06_0225wdenk1-1/+1
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk1-1/+1
2005-02-08Fix yet another recently introduced bug.LABEL_2005_02_08_1615wdenk1-1/+2
2005-02-03* Removed '--no-warn-mismatch' option from Makefile. This optionwdenk1-171/+162
2005-01-22Fix IDE stability problems on CPC45 board.wdenk1-0/+4
2004-12-31* Code cleanup, mostly for GCC-3.3.xwdenk1-9/+8
2004-12-16remove "static" from "ide_dev_desc" to use it from external codestroese1-1/+1
2004-09-28Fix problems with CDROM drive as slave device on Lite5200 IDE bus.wdenk1-25/+27
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memoryLABEL_2004_04_23_2240wdenk1-40/+29
2004-04-18* Cleanup, minor fixeswdenk1-3/+2
2004-04-15* Patch by Stephen Williams, 01 Apr 2004:wdenk1-7/+34
2004-03-25* Patch by Klaus Heydeck, 13 Mar 2003:wdenk1-2/+6
2004-03-23* Patch by Stephen Williams, 19 March 2004wdenk1-1/+1
2004-03-23* Add start-up delay to make sure power has stabilized beforewdenk1-1/+1
2004-03-17Patch by Pierre Aubert, 15 Mar 2004:wdenk1-19/+23
2004-03-14Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk1-19/+27
2004-03-14* Patch by Tolunay Orkun, 5 Mar 2004:wdenk1-0/+1