Re: [PATCH 1/15] boot: find initrd location from device-tree

2007-09-25 Thread Milton Miller
On Sep 24, 2007, at 10:27 PM, David Gibson wrote: > On Mon, Sep 24, 2007 at 03:02:36AM -0500, Milton Miller wrote: >> >> On Sep 23, 2007, at 9:58 PM, David Gibson wrote: >> >>> On Fri, Sep 21, 2007 at 06:03:24PM -0500, Milton Miller wrote: Some platforms have a boot agent that can create or

Re: [PATCH 1/15] boot: find initrd location from device-tree

2007-09-24 Thread David Gibson
On Mon, Sep 24, 2007 at 03:02:36AM -0500, Milton Miller wrote: > > On Sep 23, 2007, at 9:58 PM, David Gibson wrote: > > > On Fri, Sep 21, 2007 at 06:03:24PM -0500, Milton Miller wrote: > >> Some platforms have a boot agent that can create or modify properties > >> in > >> the device-tree and loa

Re: [PATCH 1/15] boot: find initrd location from device-tree

2007-09-24 Thread Milton Miller
On Sep 23, 2007, at 9:58 PM, David Gibson wrote: > On Fri, Sep 21, 2007 at 06:03:24PM -0500, Milton Miller wrote: >> Some platforms have a boot agent that can create or modify properties >> in >> the device-tree and load images into memory. Provide a helper to set >> loader_info used by prep_in

Re: [PATCH 1/15] boot: find initrd location from device-tree

2007-09-23 Thread Rob Landley
On Sunday 23 September 2007 9:58:24 pm David Gibson wrote: > On Fri, Sep 21, 2007 at 06:03:24PM -0500, Milton Miller wrote: > > Some platforms have a boot agent that can create or modify properties in > > the device-tree and load images into memory. Provide a helper to set > > loader_info used by

Re: [PATCH 1/15] boot: find initrd location from device-tree

2007-09-23 Thread David Gibson
On Fri, Sep 21, 2007 at 06:03:24PM -0500, Milton Miller wrote: > Some platforms have a boot agent that can create or modify properties in > the device-tree and load images into memory. Provide a helper to set > loader_info used by prep_initrd(). > > Signed-off-by: Milton Miller <[EMAIL PROTECTED]

Re: [PATCH 1/15] boot: find initrd location from device-tree

2007-07-18 Thread David Gibson
On Tue, Jul 10, 2007 at 05:07:38PM -0500, Milton Miller wrote: > Some platforms have a boot agent that can create or modify properties in > the device-tree and load images into memory. Provide a helper to set > loader_info used by prep_initrd(). > > Signed-off-by: Milton Miller <[EMAIL PROTECTED]