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 /MAINTAINERS | |
parent | 7c619ddceebc6bf85ee05c705f02691f581bc282 (diff) | |
download | u-boot-imx-5fb17030d5634d9951da48af69be08146eb71bf9.zip u-boot-imx-5fb17030d5634d9951da48af69be08146eb71bf9.tar.gz u-boot-imx-5fb17030d5634d9951da48af69be08146eb71bf9.tar.bz2 |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9485070..d9158ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -490,6 +490,10 @@ Stephen Williams <steve@icarus.com> JSE PPC405GPr +Ilya Yanok <yanok@emcraft.com> + + MPC8308RDB MPC8308 + Roy Zang <tie-fei.zang@freescale.com> mpc7448hpc2 MPC7448 |