diff options
author | Heiko Schocher <hs@denx.de> | 2010-07-07 12:26:34 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-07-09 16:10:44 -0500 |
commit | 4e43b2e861b981560b19c037c801b56c87575351 (patch) | |
tree | 52f40a13a52a137447615a14cadfa1537766391c /MAINTAINERS | |
parent | 5fb17030d5634d9951da48af69be08146eb71bf9 (diff) | |
download | u-boot-imx-4e43b2e861b981560b19c037c801b56c87575351.zip u-boot-imx-4e43b2e861b981560b19c037c801b56c87575351.tar.gz u-boot-imx-4e43b2e861b981560b19c037c801b56c87575351.tar.bz2 |
83xx: add support for ve8313 board
This patch add support for the ve8313 board based on
Freescale MPC8313 CPU.
- serial console on UART 1
- 128 MB DDR RAM
- 32 MB NOR Flash
- 16 MB NAND Flash
- Ethernet MII Mode over on TSEC0
- micrel ksz804 phy
- Hardware WDT MAX824
changes since v1
- Environment size = sector size
- use red. environment
- add comments from Kim Phillips
- add MAKEALL, MAINTAINERS entry
- Codingstyle issues fixed
- inserted original Copyrights
- PCI subsys vendor ID changed from 0x1057 (Motorola)
to 0x1957 (Freescale)
changes since v2
- add comments from Wolfgang Denk
- fix Codingstyle and some comments
- reworked WDT reset (just toggling the WD_TRIG pin)
- Environment size now 16KiB
- fixed RAMBOOT version
- fixed CONFIG_SYS_LOAD_ADDR
- renamed CONFIG_TSEC1_NAME to TSEC1
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d9158ce..67d1d13 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -428,6 +428,7 @@ Heiko Schocher <hs@denx.de> sc3 PPC405GP suen3 ARM926EJS (Kirkwood SoC) uc101 MPC5200 + ve8313 MPC8313 Peter De Schrijver <p2@mind.be> |