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

2023-12-31 Thread Tom Rini
On Sun, Dec 31, 2023 at 05:47:30AM -0700, Simon Glass wrote: > Hi, > > On Thu, Dec 28, 2023 at 2:24 PM Tom Rini wrote: > > > > On Thu, Dec 28, 2023 at 07:47:25PM +, Simon Glass wrote: > > > > > Standard passage provides for a bloblist to be passed from one firmware > > > phase to the next.

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

2023-12-31 Thread Simon Glass
Hi, On Thu, Dec 28, 2023 at 2:24 PM Tom Rini wrote: > > On Thu, Dec 28, 2023 at 07:47:25PM +, 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

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

2023-12-28 Thread Tom Rini
On Thu, Dec 28, 2023 at 07:47:25PM +, 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 v6] fdt: Allow the devicetree to come from a bloblist

2023-12-28 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