Re: [PATCH v3 06/10] of: overlay: add FIT overlay support

2024-07-15 Thread Sascha Hauer
On Mon, Jul 15, 2024 at 01:30:00PM +0200, Marco Felsch wrote: > Hi Sascha, > > On 24-07-15, Sascha Hauer wrote: > > On Wed, Jul 03, 2024 at 06:58:34PM +0200, Marco Felsch wrote: > > > This adds the support to load devicetree overlays from an FIT image. > > > There are quite a few options to handle

Re: [PATCH v3 06/10] of: overlay: add FIT overlay support

2024-07-15 Thread Marco Felsch
Hi Sascha, On 24-07-15, Sascha Hauer wrote: > On Wed, Jul 03, 2024 at 06:58:34PM +0200, Marco Felsch wrote: > > This adds the support to load devicetree overlays from an FIT image. > > There are quite a few options to handle FIT overlays since the FIT > > overlay spec is not very strict. > > > >

Re: [PATCH v3 06/10] of: overlay: add FIT overlay support

2024-07-15 Thread Sascha Hauer
On Wed, Jul 03, 2024 at 06:58:34PM +0200, Marco Felsch wrote: > This adds the support to load devicetree overlays from an FIT image. > There are quite a few options to handle FIT overlays since the FIT > overlay spec is not very strict. > > This patch implement the most configurable case where eac

[PATCH v3 06/10] of: overlay: add FIT overlay support

2024-07-03 Thread Marco Felsch
This adds the support to load devicetree overlays from an FIT image. There are quite a few options to handle FIT overlays since the FIT overlay spec is not very strict. This patch implement the most configurable case where each overlay does have it's own config node (including the optional signatu