]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv: Basic support for OPAL
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Sep 2011 17:44:57 +0000 (17:44 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 20 Sep 2011 06:09:50 +0000 (16:09 +1000)
commit14a43e69ed257a1fadadf9fea2c05adb1686419f
tree82ac1fccd465e7a58533c17d14792ceba73fa63e
parent817c21ad9a1f00926f080265493923ada3458c63
powerpc/powernv: Basic support for OPAL

Add definition of OPAL interfaces along with  the wrappers to call
into OPAL runtime and the early device-tree parsing hook to locate
the OPAL runtime firmware.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/firmware.h
arch/powerpc/include/asm/opal.h
arch/powerpc/kernel/prom.c
arch/powerpc/platforms/powernv/Kconfig
arch/powerpc/platforms/powernv/Makefile
arch/powerpc/platforms/powernv/opal-wrappers.S [new file with mode: 0644]
arch/powerpc/platforms/powernv/opal.c [new file with mode: 0644]
arch/powerpc/platforms/powernv/setup.c
arch/powerpc/platforms/powernv/smp.c