aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-0/+2
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger1-14/+1
2011-04-30IDE: fix compiler warningsWolfgang Denk1-4/+4
2011-04-30cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin1-1/+28
2011-02-05cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi1-1/+2
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk1-1/+1
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger1-1/+1
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger1-1/+0
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