Re: [PATCH 12/20] bootwrapper: Add 8xx cuboot support.

2007-08-21 Thread David Gibson
On Tue, Aug 21, 2007 at 11:20:21AM -0500, Scott Wood wrote: > David Gibson wrote: > > On Mon, Aug 20, 2007 at 12:40:01PM -0500, Scott Wood wrote: > > > >>This allows booting on legacy, non-device-tree aware versions of > >>U-boot. > > > > > > Is this really sufficient for all 8xx platforms? > >

Re: [PATCH 12/20] bootwrapper: Add 8xx cuboot support.

2007-08-21 Thread Scott Wood
David Gibson wrote: > On Mon, Aug 20, 2007 at 12:40:01PM -0500, Scott Wood wrote: > >>This allows booting on legacy, non-device-tree aware versions of >>U-boot. > > > Is this really sufficient for all 8xx platforms? It should be enough for all u-boot-based 8xx boards, barring some u-boot which

Re: [PATCH 12/20] bootwrapper: Add 8xx cuboot support.

2007-08-20 Thread David Gibson
On Mon, Aug 20, 2007 at 12:40:01PM -0500, Scott Wood wrote: > This allows booting on legacy, non-device-tree aware versions of > U-boot. Is this really sufficient for all 8xx platforms? -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropbear.id.au |

[PATCH 12/20] bootwrapper: Add 8xx cuboot support.

2007-08-20 Thread Scott Wood
This allows booting on legacy, non-device-tree aware versions of U-boot. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |3 +- arch/powerpc/boot/cuboot-8xx.c | 45 arch/powerpc/platforms/Kconfig.cputype |