83xx: initialize serdes for MPC837XRDB boards

On the MPC8377ERDB: 2 SATA and 2 PCI-E.
On the MPC8378ERDB: 2 PCI-E
On the MPC8379ERDB: 4 SATA

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
This commit is contained in:
Anton Vorontsov
2008-03-24 17:40:43 +03:00
committed by Kim Phillips
parent 453316a2a1
commit 2bd7460e92
2 changed files with 43 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#define CONFIG_PCI 1
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_MISC_INIT_R
/*
@@ -323,6 +324,11 @@
#define CFG_NS16550_COM1 (CFG_IMMR+0x4500)
#define CFG_NS16550_COM2 (CFG_IMMR+0x4600)
/* SERDES */
#define CONFIG_FSL_SERDES
#define CONFIG_FSL_SERDES1 0xe3000
#define CONFIG_FSL_SERDES2 0xe3100
/* Use the HUSH parser */
#define CFG_HUSH_PARSER
#ifdef CFG_HUSH_PARSER