summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-10-25ide: add missing prototypeJeroen Hofstee1-0/+1
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee2-38/+17
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini25-43/+384
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-07-24block: constify sect_buf argument of ide_write_dataGabor Juhos3-3/+3
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy12-70/+93
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe5-24/+26
2013-03-15Adjust board_r.c for ppcSimon Glass3-3/+485
2012-10-22ide: Add printf format string for CONFIG_SYS_64BIT_LBA optionGabe Black1-0/+2
2012-10-17change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann5-23/+48
2012-10-17split mpc8xx hooks from cmd_ide.cPavel Herrmann40-183/+287
2012-10-15ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini1-2/+2
2012-10-08ide: Correct IDE_BUS(dev) macroLuka Perkov1-1/+1
2011-04-30IDE: fix compiler warningsWolfgang Denk2-5/+5
2011-04-30cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin3-1/+43
2009-09-24mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher5-0/+41
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2039-53844/+53844
2007-08-28IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher5-44/+49
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely7-16/+15
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely15-125/+82
2004-03-14Code cleanup; make several boards compile & link.wdenk64-701/+724
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk16-115/+327
2002-08-27Initial revisionwdenk4-0/+225