[MIPS] Add support for BCM47XX CPUs.
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 25 Sep 2007 13:40:12 +0000 (15:40 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:02 +0000 (23:46 +0100)
commit1c0c13eb935c95fd2ca0b0aca6dd4860487fb242
treea274a6e2e56f519900fb35c544ddf279f38ca8d6
parentea202c632a52c4a83f1bd82d8d06bc8e04f2689a
[MIPS] Add support for BCM47XX CPUs.

Note that the BCM4710 does not support the wait instruction, this
is not a mistake in the code.

It originally comes from the OpenWrt patches.

Cc: Michael Buesch <mb@bu3sch.de>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: Florian Schirmer <jolt@tuxbox.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/bcm47xx/Makefile [new file with mode: 0644]
arch/mips/bcm47xx/irq.c [new file with mode: 0644]
arch/mips/bcm47xx/prom.c [new file with mode: 0644]
arch/mips/bcm47xx/serial.c [new file with mode: 0644]
arch/mips/bcm47xx/setup.c [new file with mode: 0644]
arch/mips/bcm47xx/time.c [new file with mode: 0644]
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/proc.c
arch/mips/mm/tlbex.c
include/asm-mips/bootinfo.h
include/asm-mips/cpu.h
include/asm-mips/mach-bcm47xx/bcm47xx.h [new file with mode: 0644]