Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-10-20 Thread Simon Glass
Hi Ilias, On Fri, 20 Oct 2023 at 01:22, Ilias Apalodimas wrote: > > Hi Simon, > > On Wed, 18 Oct 2023 at 18:26, Simon Glass wrote: > > > > Hi Ilias, > > > > On Mon, 25 Sept 2023 at 04:19, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > [...] > > > > > > > > > >> +config

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-10-20 Thread Tom Rini
On Fri, Oct 20, 2023 at 11:21:29AM +0300, Ilias Apalodimas wrote: > Hi Simon, > > On Wed, 18 Oct 2023 at 18:26, Simon Glass wrote: > > > > Hi Ilias, > > > > On Mon, 25 Sept 2023 at 04:19, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > [...] > > > > > > > > > >> +config

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-10-20 Thread Ilias Apalodimas
Hi Simon, On Wed, 18 Oct 2023 at 18:26, Simon Glass wrote: > > Hi Ilias, > > On Mon, 25 Sept 2023 at 04:19, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > [...] > > > > > > > >> +config OF_BLOBLIST > > > > > >> + bool "DTB is provided by a bloblist" > > > > > >>

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-10-18 Thread Simon Glass
Hi Ilias, On Mon, 25 Sept 2023 at 04:19, Ilias Apalodimas wrote: > > Hi Simon, > > [...] > > > > > >> +config OF_BLOBLIST > > > > >> + bool "DTB is provided by a bloblist" > > > > >> + help > > > > >> + Select this to read the devicetree from the >

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-25 Thread Ilias Apalodimas
Hi Simon, [...] > > > >> +config OF_BLOBLIST > > > >> + bool "DTB is provided by a bloblist" > > > >> + help > > > >> + Select this to read the devicetree from the bloblist. > > > >> This allows > > > >> + using a bloblist to

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-20 Thread Simon Glass
Hi, On Mon, 11 Sept 2023 at 05:48, Ilias Apalodimas wrote: > > Hi Michal, > > On Mon, 11 Sept 2023 at 13:58, Michal Simek wrote: > > > > Hi Ilias, > > > > On 9/11/23 09:56, Ilias Apalodimas wrote: > > > Hi Michal, > > > > > > On Mon, 11 Sept 2023 at 09:38, Michal Simek wrote: > > >> > > >> > >

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-11 Thread Ilias Apalodimas
Hi Michal, On Mon, 11 Sept 2023 at 13:58, Michal Simek wrote: > > Hi Ilias, > > On 9/11/23 09:56, Ilias Apalodimas wrote: > > Hi Michal, > > > > On Mon, 11 Sept 2023 at 09:38, Michal Simek wrote: > >> > >> > >> > >> On 9/11/23 08:17, Ilias Apalodimas wrote: > >>> Hi Simon, > >>> > >>> On Sun,

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-11 Thread Michal Simek
Hi Ilias, On 9/11/23 09:56, Ilias Apalodimas wrote: Hi Michal, On Mon, 11 Sept 2023 at 09:38, Michal Simek wrote: On 9/11/23 08:17, Ilias Apalodimas wrote: Hi Simon, On Sun, 10 Sept 2023 at 22:14, Simon Glass wrote: Hi Ilias, On Mon, 4 Sept 2023 at 03:31, Ilias Apalodimas wrote:

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-11 Thread Ilias Apalodimas
Hi Michal, On Mon, 11 Sept 2023 at 09:38, Michal Simek wrote: > > > > On 9/11/23 08:17, Ilias Apalodimas wrote: > > Hi Simon, > > > > On Sun, 10 Sept 2023 at 22:14, Simon Glass wrote: > >> > >> Hi Ilias, > >> > >> On Mon, 4 Sept 2023 at 03:31, Ilias Apalodimas > >> wrote: > >>> > >>> Hi Simon,

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-11 Thread Michal Simek
On 9/11/23 08:17, Ilias Apalodimas wrote: Hi Simon, On Sun, 10 Sept 2023 at 22:14, Simon Glass wrote: Hi Ilias, On Mon, 4 Sept 2023 at 03:31, Ilias Apalodimas wrote: Hi Simon, On Fri, 1 Sept 2023 at 18:51, Simon Glass wrote: Hi Ilias, On Fri, 1 Sept 2023 at 01:50, Ilias

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-11 Thread Ilias Apalodimas
Hi Simon, On Sun, 10 Sept 2023 at 22:14, Simon Glass wrote: > > Hi Ilias, > > On Mon, 4 Sept 2023 at 03:31, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Fri, 1 Sept 2023 at 18:51, Simon Glass wrote: > > > > > > Hi Ilias, > > > > > > On Fri, 1 Sept 2023 at 01:50, Ilias Apalodimas > >

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-10 Thread Simon Glass
Hi Ilias, On Mon, 4 Sept 2023 at 03:31, Ilias Apalodimas wrote: > > Hi Simon, > > On Fri, 1 Sept 2023 at 18:51, Simon Glass wrote: > > > > Hi Ilias, > > > > On Fri, 1 Sept 2023 at 01:50, Ilias Apalodimas > > wrote: > > > > > > [...] > > > > > > > > > > > > > > +config OF_BLOBLIST > > > > > >

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-04 Thread Ilias Apalodimas
Hi Simon, On Fri, 1 Sept 2023 at 18:51, Simon Glass wrote: > > Hi Ilias, > > On Fri, 1 Sept 2023 at 01:50, Ilias Apalodimas > wrote: > > > > [...] > > > > > > > > > > > +config OF_BLOBLIST > > > > > + bool "DTB is provided by a bloblist" > > > > > + help > > > > > + Select this

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-01 Thread Simon Glass
Hi Ilias, On Fri, 1 Sept 2023 at 01:50, Ilias Apalodimas wrote: > > [...] > > > > > > > > +config OF_BLOBLIST > > > > + bool "DTB is provided by a bloblist" > > > > + help > > > > + Select this to read the devicetree from the bloblist. This allows > > > > + using a bloblist

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-09-01 Thread Ilias Apalodimas
[...] > > > > > +config OF_BLOBLIST > > > + bool "DTB is provided by a bloblist" > > > + help > > > + Select this to read the devicetree from the bloblist. This allows > > > + using a bloblist to transfer the devicetree between U-Boot > > > phases. > > > + The

Re: [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-08-31 Thread Simon Glass
Hi Ilias, On Thu, 31 Aug 2023 at 01:06, Ilias Apalodimas wrote: > > Hi Simon, > > On Wed, Aug 30, 2023 at 12:05:01PM -0600, 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 30/32] fdt: Allow the devicetree to come from a bloblist

2023-08-31 Thread Ilias Apalodimas
Hi Simon, On Wed, Aug 30, 2023 at 12:05:01PM -0600, 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

[PATCH 30/32] fdt: Allow the devicetree to come from a bloblist

2023-08-30 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 --- common/bloblist.c