mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
2eeb3e4fc5
commit
730e792926
include/configs
|
@ -348,6 +348,29 @@
|
|||
/* Options are: eTSEC[0-1] */
|
||||
#define CONFIG_ETHPRIME "eTSEC1"
|
||||
|
||||
/*
|
||||
* SATA
|
||||
*/
|
||||
#define CONFIG_LIBATA
|
||||
#define CONFIG_FSL_SATA
|
||||
|
||||
#define CFG_SATA_MAX_DEVICE 2
|
||||
#define CONFIG_SATA1
|
||||
#define CFG_SATA1_OFFSET 0x18000
|
||||
#define CFG_SATA1 (CFG_IMMR + CFG_SATA1_OFFSET)
|
||||
#define CFG_SATA1_FLAGS FLAGS_DMA
|
||||
#define CONFIG_SATA2
|
||||
#define CFG_SATA2_OFFSET 0x19000
|
||||
#define CFG_SATA2 (CFG_IMMR + CFG_SATA2_OFFSET)
|
||||
#define CFG_SATA2_FLAGS FLAGS_DMA
|
||||
|
||||
#ifdef CONFIG_FSL_SATA
|
||||
#define CONFIG_LBA48
|
||||
#define CONFIG_CMD_SATA
|
||||
#define CONFIG_DOS_PARTITION
|
||||
#define CONFIG_CMD_EXT2
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
|
|
@ -415,6 +415,29 @@
|
|||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* SATA
|
||||
*/
|
||||
#define CONFIG_LIBATA
|
||||
#define CONFIG_FSL_SATA
|
||||
|
||||
#define CFG_SATA_MAX_DEVICE 2
|
||||
#define CONFIG_SATA1
|
||||
#define CFG_SATA1_OFFSET 0x18000
|
||||
#define CFG_SATA1 (CFG_IMMR + CFG_SATA1_OFFSET)
|
||||
#define CFG_SATA1_FLAGS FLAGS_DMA
|
||||
#define CONFIG_SATA2
|
||||
#define CFG_SATA2_OFFSET 0x19000
|
||||
#define CFG_SATA2 (CFG_IMMR + CFG_SATA2_OFFSET)
|
||||
#define CFG_SATA2_FLAGS FLAGS_DMA
|
||||
|
||||
#ifdef CONFIG_FSL_SATA
|
||||
#define CONFIG_LBA48
|
||||
#define CONFIG_CMD_SATA
|
||||
#define CONFIG_DOS_PARTITION
|
||||
#define CONFIG_CMD_EXT2
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue