summaryrefslogtreecommitdiffstats
path: root/include/ata.h
Commit message (Collapse)AuthorAgeFilesLines
* Start to add ATA support to bareboxJuergen Beisert2010-01-141-0/+39
| | | | | | | Add the basic files, declarations and folders to bring in ATA support. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove unported includes and driversSascha Hauer2007-09-211-258/+0
|
* Code cleanup; make several boards compile & link.wdenk2004-03-141-1/+1
|
* * Patch by Rune Torgersen, 27 Feb 2004:wdenk2004-03-131-2/+9
| | | | | | | | | | | | | | | | | - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA) - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF) - Added support for 64bit strtoul (CFG_64BIT_STRTOUL) * Patch by Masami Komiya, 27 Feb 2004: Fix rarpboot: add autoload by NFS * Patch by Dan Eisenhut, 26 Feb 2004: fix flash_write return value in saveenv * Patch by Stephan Linz, 11 Dec 2003 expand config.mk to avoid trigraph warnings on NIOS * Rename "BMS2003" board into "HMI10"
* * Make BMS2003 use a separate config file to avoid #ifdef mess;wdenk2004-01-041-0/+2
| | | | | | | | add I2C support; add support for DS1337 RTC * Add CompactFlash support for BMS2003 board * Add support for status LED on BMS2003 board
* * Patch by Pierre Aubert, 24 Nov 2003:wdenk2003-12-071-3/+6
| | | | | | | - add a return value for the fpga command - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT is defined. If ide_preinit fails, ide_init is aborted. - fix an endianess problem in fat.h
* Initial revisionwdenk2002-11-031-0/+246