[PATCH 2/2] powerpc: Add an ePAPR compliant boot wrapper

2011-04-14 Thread Michael Ellerman
From: David Gibson This is a first cut at making bootwrapper code which will produce a zImage compliant with the requirements set down by ePAPR. This is a very simple bootwrapper, taking the device tree blob supplied by the ePAPR boot program and passing it on to the kernel. It builds on the ear

Re: [PATCH 2/2] powerpc: Add an ePAPR compliant boot wrapper

2011-04-13 Thread Michael Ellerman
On Thu, 2011-04-14 at 10:43 +1000, David Gibson wrote: > On Wed, Apr 13, 2011 at 09:05:12AM -0400, Josh Boyer wrote: > > On Wed, Apr 13, 2011 at 04:38:56PM +1000, Michael Ellerman wrote: > > >+++ b/arch/powerpc/boot/epapr.c > > >@@ -0,0 +1,69 @@ > > >+/* > > >+ * Bootwrapper for ePAPR compliant fir

Re: [PATCH 2/2] powerpc: Add an ePAPR compliant boot wrapper

2011-04-13 Thread David Gibson
On Wed, Apr 13, 2011 at 09:05:12AM -0400, Josh Boyer wrote: > On Wed, Apr 13, 2011 at 04:38:56PM +1000, Michael Ellerman wrote: > >+++ b/arch/powerpc/boot/epapr.c > >@@ -0,0 +1,69 @@ > >+/* > >+ * Bootwrapper for ePAPR compliant firmwares > > Out of curiosity, do we have a list of the ePAPR compli

Re: [PATCH 2/2] powerpc: Add an ePAPR compliant boot wrapper

2011-04-13 Thread Josh Boyer
On Wed, Apr 13, 2011 at 04:38:56PM +1000, Michael Ellerman wrote: >+++ b/arch/powerpc/boot/epapr.c >@@ -0,0 +1,69 @@ >+/* >+ * Bootwrapper for ePAPR compliant firmwares Out of curiosity, do we have a list of the ePAPR compliant firmwares (if any)? >+ * >+ * Copyright 2010 David Gibson , IBM Corpo

[PATCH 2/2] powerpc: Add an ePAPR compliant boot wrapper

2011-04-12 Thread Michael Ellerman
This is a first cut at making bootwrapper code which will produce a zImage compliant with the requirements set down by ePAPR. This is a very simple bootwrapper, taking the device tree blob supplied by the ePAPR boot program and passing it on to the kernel. It builds on the earlier patch to build a