]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
83xx: add support for ve8313 board
authorHeiko Schocher <hs@denx.de>
Wed, 7 Jul 2010 10:26:34 +0000 (12:26 +0200)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 9 Jul 2010 21:10:44 +0000 (16:10 -0500)
commit4e43b2e861b981560b19c037c801b56c87575351
tree52f40a13a52a137447615a14cadfa1537766391c
parent5fb17030d5634d9951da48af69be08146eb71bf9
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>
MAINTAINERS
MAKEALL
board/ve8313/Makefile [new file with mode: 0644]
board/ve8313/config.mk [new file with mode: 0644]
board/ve8313/ve8313.c [new file with mode: 0644]
boards.cfg
include/configs/ve8313.h [new file with mode: 0644]