On 13.02.2016 17:28, Andrew Jones wrote: > Copy arm's setup code (also DT based) over to powerpc, adapting > it a bit. Also bring over arm's setup selftest, giving powerpc > its first test. > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > lib/powerpc/asm/setup.h | 36 +++++++++++++++ > lib/powerpc/setup.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++ > lib/ppc64/asm/setup.h | 1 + > powerpc/Makefile.common | 1 + > powerpc/cstart64.S | 16 +++++++ > powerpc/selftest.c | 63 +++++++++++++++++++++++-- > 6 files changed, 233 insertions(+), 3 deletions(-) > create mode 100644 lib/powerpc/asm/setup.h > create mode 100644 lib/powerpc/setup.c > create mode 100644 lib/ppc64/asm/setup.h Looks good to me. 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