Re: [PATCH 15/20] binman: Add support for alternative FDTs

2024-07-30 Thread Simon Glass
Hi Neha, On Mon, 29 Jul 2024 at 22:44, Neha Malcom Francis wrote: > > Hi Simon > > On 20/07/24 16:19, Simon Glass wrote: > > FIT provides a way to select between different devicetree blobs > > depending on the model. This works fine for U-Boot proper and allows SPL > > to select the correct blob

Re: [PATCH 15/20] binman: Add support for alternative FDTs

2024-07-29 Thread Neha Malcom Francis
Hi Simon On 20/07/24 16:19, Simon Glass wrote: FIT provides a way to select between different devicetree blobs depending on the model. This works fine for U-Boot proper and allows SPL to select the correct blob for the current board at runtime. The boot sequence (SPL->U-Boot proper) is therefore

Re: [PATCH 15/20] binman: Add support for alternative FDTs

2024-07-29 Thread Simon Glass
FIT provides a way to select between different devicetree blobs depending on the model. This works fine for U-Boot proper and allows SPL to select the correct blob for the current board at runtime. The boot sequence (SPL->U-Boot proper) is therefore covered by the existing feature set. The first b