Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-02-06 Thread Conor Dooley
On Tue, Jan 23, 2024 at 01:03:00PM -0500, Tom Rini wrote: > On Tue, Jan 23, 2024 at 11:27:57AM +, Conor Dooley wrote: > > On Mon, Jan 22, 2024 at 06:55:01PM +, Conor Dooley wrote: > > > On Mon, Jan 22, 2024 at 01:47:17PM -0500, Tom Rini wrote: > > > > On Mon, Jan 22, 2024 at 06:36:31PM

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-23 Thread Tom Rini
On Tue, Jan 23, 2024 at 11:27:57AM +, Conor Dooley wrote: > On Mon, Jan 22, 2024 at 06:55:01PM +, Conor Dooley wrote: > > On Mon, Jan 22, 2024 at 01:47:17PM -0500, Tom Rini wrote: > > > On Mon, Jan 22, 2024 at 06:36:31PM +, Conor Dooley wrote: > > > > Hey, > > > > > > > > On Tue, Jan

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-23 Thread Conor Dooley
On Mon, Jan 22, 2024 at 06:55:01PM +, Conor Dooley wrote: > On Mon, Jan 22, 2024 at 01:47:17PM -0500, Tom Rini wrote: > > On Mon, Jan 22, 2024 at 06:36:31PM +, Conor Dooley wrote: > > > Hey, > > > > > > On Tue, Jan 16, 2024 at 01:48:06PM +, Conor Dooley wrote: > > > > Yo, > > > > > >

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-22 Thread Conor Dooley
On Mon, Jan 22, 2024 at 01:47:17PM -0500, Tom Rini wrote: > On Mon, Jan 22, 2024 at 06:36:31PM +, Conor Dooley wrote: > > Hey, > > > > On Tue, Jan 16, 2024 at 01:48:06PM +, Conor Dooley wrote: > > > Yo, > > > > > > On Wed, Jan 03, 2024 at 06:49:19PM -0700, Simon Glass wrote: > > > >

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 06:36:31PM +, Conor Dooley wrote: > Hey, > > On Tue, Jan 16, 2024 at 01:48:06PM +, Conor Dooley wrote: > > Yo, > > > > On Wed, Jan 03, 2024 at 06:49:19PM -0700, Simon Glass wrote: > > > Standard passage provides for a bloblist to be passed from one firmware > > >

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-22 Thread Conor Dooley
Hey, On Tue, Jan 16, 2024 at 01:48:06PM +, Conor Dooley wrote: > Yo, > > On Wed, Jan 03, 2024 at 06:49:19PM -0700, Simon Glass wrote: > > Standard passage provides for a bloblist to be passed from one firmware > > phase to the next. That can be used to pass the devicetree along as well. > >

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-16 Thread Conor Dooley
Yo, On Wed, Jan 03, 2024 at 06:49:19PM -0700, Simon Glass wrote: > Standard passage provides for a bloblist to be passed from one firmware > phase to the next. That can be used to pass the devicetree along as well. > Add an option to support this. > > Tests for this will be added as part of the

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-07 Thread Simon Glass
On Thu, 4 Jan 2024 at 03:49, Simon Glass wrote: > > Standard passage provides for a bloblist to be passed from one firmware > phase to the next. That can be used to pass the devicetree along as well. > Add an option to support this. > > Tests for this will be added as part of the Universal

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-04 Thread Ilias Apalodimas
On Thu, 4 Jan 2024 at 03:49, Simon Glass wrote: > > Standard passage provides for a bloblist to be passed from one firmware > phase to the next. That can be used to pass the devicetree along as well. > Add an option to support this. > > Tests for this will be added as part of the Universal

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-04 Thread Tom Rini
On Wed, Jan 03, 2024 at 06:49:19PM -0700, Simon Glass wrote: > Standard passage provides for a bloblist to be passed from one firmware > phase to the next. That can be used to pass the devicetree along as well. > Add an option to support this. > > Tests for this will be added as part of the

[PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-03 Thread Simon Glass
Standard passage provides for a bloblist to be passed from one firmware phase to the next. That can be used to pass the devicetree along as well. Add an option to support this. Tests for this will be added as part of the Universal Payload work. Signed-off-by: Simon Glass --- The discussion on