]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: add BPA platform type
authorArnd Bergmann <arnd@arndb.de>
Wed, 22 Jun 2005 23:43:37 +0000 (09:43 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Jun 2005 23:43:37 +0000 (09:43 +1000)
commitfef1c772fa154c16e0a54577e9ecb5480f7b937e
tree7c1483966f984c822b58f761b9be873dce94999c
parent031f7edecf46d731673a5dd19ecb0de38f1a2219
[PATCH] ppc64: add BPA platform type

This adds the basic support for running on BPA machines.
So far, this is only the IBM workstation, and it will
not run on others without a little more generalization.

It should be possible to configure a kernel for any
combination of CONFIG_PPC_BPA with any of the other
multiplatform targets.

Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
15 files changed:
MAINTAINERS
arch/ppc64/Kconfig
arch/ppc64/Makefile
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/bpa_setup.c [new file with mode: 0644]
arch/ppc64/kernel/cpu_setup_power4.S
arch/ppc64/kernel/cputable.c
arch/ppc64/kernel/irq.c
arch/ppc64/kernel/proc_ppc64.c
arch/ppc64/kernel/prom_init.c
arch/ppc64/kernel/setup.c
arch/ppc64/kernel/traps.c
include/asm-ppc64/mmu.h
include/asm-ppc64/processor.h
include/asm-ppc64/smp.h