xen: add files needed for minimal ppc64 build
Add arch-specific makefiles and configs needed to build for
ppc64. Also add a minimal head.S that is a simple infinite loop.
head.o can be built with
$ make XEN_TARGET_ARCH=ppc64 KBUILD_DEFCONFIG=tiny64_defconfig arch/powerpc/ppc64/head.o
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Showing
config/ppc64.mk
0 → 100644
xen/arch/powerpc/Kconfig
0 → 100644
xen/arch/powerpc/Makefile
0 → 100644
xen/arch/powerpc/Rules.mk
0 → 100644
xen/arch/powerpc/arch.mk
0 → 100644
Please register or sign in to comment