aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
AgeCommit message (Expand)AuthorFilesLines
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-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-07-04cmd_ide.c: fix unused variable warning for SC3 boardWolfgang Denk1-1/+0
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk1-100/+6
2009-12-08common: 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-20common: 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-20vsprintf: pull updates from Linux kernelMike Frysinger1-5/+5
2009-02-03ADS5121 Add PATA supportRalph Kondziella1-0/+4
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-5/+5
2008-12-07common/cmd_ide.c: Corrected endian order printing for compact flash serial nu...Richard Retanubun1-3/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-78/+78
2008-08-21Fix typo in spelling of ATAPI.Steven A. Falco1-2/+2
2008-08-21Add a hook to allow board-specific PIO mode setting.Steven A. Falco1-0/+46
2008-08-06Fix merge problemsStefan Roese1-26/+24
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz1-9/+10
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