diff options
author | Ilya Yanok <yanok@emcraft.com> | 2010-07-07 20:16:13 +0400 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-07-09 16:10:36 -0500 |
commit | 5fb17030d5634d9951da48af69be08146eb71bf9 (patch) | |
tree | 8e49b9ee2ee226c4b59c0a0fdb14f5c50a28cde6 /board/freescale/mpc8308rdb/config.mk | |
parent | 7c619ddceebc6bf85ee05c705f02691f581bc282 (diff) |
MPC8308RDB: minimal support for devboard from Freescale
This patch provides support for MPC8308RDB development board from
Freescale with a minimal set of features:
Dual UART is supported
NOR flash is supported
Both TSEC Ethernet controllers are supported
PCI Express initialization is supported
The following features are enabled in configuration but not fully tested:
I2C (used to get the board revision)
I2C-connected RTC
VSC7385 switch
There is one (hopefully) minor issue: on soft reset the board sometimes
resets twice. I've not managed to find the fix for this problem yet.
As a workaround instruction cache can be disabled.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/freescale/mpc8308rdb/config.mk')
-rw-r--r-- | board/freescale/mpc8308rdb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8308rdb/config.mk b/board/freescale/mpc8308rdb/config.mk new file mode 100644 index 0000000000..f76826495e --- /dev/null +++ b/board/freescale/mpc8308rdb/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0xFE000000 |