]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[PATCH] ppc32: add support for Marvell EV64360BP board
authorLee Nicks <allinux@gmail.com>
Sat, 3 Sep 2005 22:55:48 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:59 +0000 (00:05 -0700)
commit3acb23440f90b03b19846d2b3a005dcbf61a55cf
tree6c2c7feac536b1ee5a9bedf3342e4c81ca47a9bc
parent164ada643ddf4f492a206b9bf2f2b02918b618da
[PATCH] ppc32: add support for Marvell EV64360BP board

This patch adds support for Marvell EV64360BP board.  So far, it supports
mpsc serial console, gigabit ethernet, jffs2 root filesystem, etc.  Other
device support, like watchdog, RTC, will be added later.

Signed-off-by: Lee Nicks <allinux@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/Kconfig
arch/ppc/boot/simple/Makefile
arch/ppc/boot/simple/misc-ev64360.c [new file with mode: 0644]
arch/ppc/boot/simple/mv64x60_tty.c
arch/ppc/platforms/Makefile
arch/ppc/platforms/ev64360.c [new file with mode: 0644]
arch/ppc/platforms/ev64360.h [new file with mode: 0644]