]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc832x: add support for the mpc8321 based suvd3 board
authorHeiko Schocher <hs@denx.de>
Thu, 18 Feb 2010 07:08:25 +0000 (08:08 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 29 Apr 2011 22:44:29 +0000 (00:44 +0200)
commit62ddcf05e7d7d84498e1387b9b3b9597fe904070
treec252a75c8d942dd7ad6e6b3a4e4a7761f2054845
parentde3ad13de53fa678e5408d899dcfedec44780994
mpc832x: add support for the mpc8321 based suvd3 board

- serial console on UART1
- Ethernet RMII over UCC4
- PHY SMSC LAN8700
- 64MB Flash
- 128 MB DDR2 RAM
- I2C
- bootcount

This board is similiar to the kmeter1 (8360) board,
so common config options are extracted into the
include/configs/km83xx-common.h file.

Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
cc: Kim Phillips <kim.phillips@freescale.com>
cc: Holger Brunck <holger.brunck@keymile.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
MAINTAINERS
arch/powerpc/cpu/mpc83xx/fdt.c
arch/powerpc/lib/bootcount.c
board/keymile/common/common.c
board/keymile/km83xx/Makefile [moved from board/keymile/kmeter1/Makefile with 100% similarity]
board/keymile/km83xx/km83xx.c [moved from board/keymile/kmeter1/kmeter1.c with 67% similarity]
boards.cfg
include/configs/km83xx-common.h [new file with mode: 0644]
include/configs/kmeter1.h
include/configs/suvd3.h [new file with mode: 0644]