On 13.02.2016 17:28, Andrew Jones wrote: > Use the arm/arm64 framework as a template to start a skeleton > for powerpc/ppc64. Copy the arm makefiles and linker script > verbatim. We'll modify them for powerpc with the next patch, > making it clear what needs to be changed. > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > configure | 2 ++ > lib/powerpc/.gitignore | 1 + > lib/powerpc/io.c | 20 +++++++++++++ > lib/ppc64/.gitignore | 1 + > lib/ppc64/asm-offsets.c | 12 ++++++++ > lib/ppc64/asm/asm-offsets.h | 1 + > lib/ppc64/asm/io.h | 5 ++++ > lib/ppc64/asm/page.h | 1 + > lib/ppc64/asm/spinlock.h | 11 +++++++ > lib/ppc64/spinlock.c | 11 +++++++ > powerpc/Makefile | 1 + > powerpc/Makefile.common | 73 +++++++++++++++++++++++++++++++++++++++++++++ > powerpc/Makefile.ppc64 | 20 +++++++++++++ > powerpc/cstart64.S | 20 +++++++++++++ > powerpc/flat.lds | 27 +++++++++++++++++ > powerpc/selftest.c | 7 +++++ > 16 files changed, 213 insertions(+) > create mode 100644 lib/powerpc/.gitignore > create mode 100644 lib/powerpc/io.c > create mode 100644 lib/ppc64/.gitignore > create mode 100644 lib/ppc64/asm-offsets.c > create mode 100644 lib/ppc64/asm/asm-offsets.h > create mode 100644 lib/ppc64/asm/io.h > create mode 100644 lib/ppc64/asm/page.h > create mode 100644 lib/ppc64/asm/spinlock.h > create mode 100644 lib/ppc64/spinlock.c > create mode 100644 powerpc/Makefile > create mode 100644 powerpc/Makefile.common > create mode 100644 powerpc/Makefile.ppc64 > create mode 100644 powerpc/cstart64.S > create mode 100644 powerpc/flat.lds > create mode 100644 powerpc/selftest.c Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html