Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -1/+1 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | drivers: clean up the ata_piix.h | Dave Liu | 2008-04-13 | -11/+15 |
| | | | | Signed-off-by: Dave Liu <daveliu@freescale.com> | |||
* | ata: make the ata_piix driver using new SATA framework | Dave Liu | 2008-03-26 | -3/+1 |
| | | | | | | | | | | | | | original ata_piix driver is using IDE framework, not real SATA framework. For now, the ata_piix driver is only used by x86 sc520_cdp board. This patch makes the ata_piix driver use the new SATA framework, so - remove the duplicated command stuff - remove the CONFIG_CMD_IDE define in the sc520_cdp.h - add the CONFIG_CMD_SATA define to sc520_cdp.h Signed-off-by: Dave Liu <daveliu@freescale.com> | |||
* | ata: merge the header of ata_piix driver | Dave Liu | 2008-03-26 | -0/+92 |
move the sata.h from include/ to drivers/block/ata_piix.h Signed-off-by: Dave Liu <daveliu@freescale.com> |