Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-11-04 Thread Simon Glass
Hi Mark, On Wed, 25 Oct 2023 at 08:05, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Tue, 24 Oct 2023 12:34:39 -0700 > > > > > This mechanism of retrieving the DTB is also used on the apple M1 I > > > think, and any other board where we're booting U-Boot as a drop-in for > > > the kerne

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-25 Thread Mark Kettenis
> From: Simon Glass > Date: Tue, 24 Oct 2023 12:34:39 -0700 > > > This mechanism of retrieving the DTB is also used on the apple M1 I > > think, and any other board where we're booting U-Boot as a drop-in for > > the kernel on arm64. > > I believe M1 is an open source project so perhaps they cou

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 08:52:22PM +0100, Caleb Connolly wrote: > > > On 24/10/2023 20:25, Tom Rini wrote: > > On Tue, Oct 24, 2023 at 12:32:35PM +0100, Caleb Connolly wrote: > > > >> Add a new config option to allow u-boot to reuse the FDT provided by the > >> previous stage bootloader when ava

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Caleb Connolly
On 24/10/2023 20:25, Tom Rini wrote: > On Tue, Oct 24, 2023 at 12:32:35PM +0100, Caleb Connolly wrote: > >> Add a new config option to allow u-boot to reuse the FDT provided by the >> previous stage bootloader when available. >> >> On some boards the previous stage bootloader can populate >> pl

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Simon Glass
Hi Caleb, On Tue, 24 Oct 2023 at 11:10, Caleb Connolly wrote: > > > > On 24/10/2023 19:03, Simon Glass wrote: > > Hi Caleb, > > > > On Tue, 24 Oct 2023 at 04:32, Caleb Connolly > > wrote: > >> > >> Add a new config option to allow u-boot to reuse the FDT provided by the > > > > U-Boot (please f

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Tom Rini
On Tue, Oct 24, 2023 at 12:32:35PM +0100, Caleb Connolly wrote: > Add a new config option to allow u-boot to reuse the FDT provided by the > previous stage bootloader when available. > > On some boards the previous stage bootloader can populate > platform-specific parts of the devicetree such as

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Caleb Connolly
On 24/10/2023 19:03, Simon Glass wrote: > Hi Caleb, > > On Tue, 24 Oct 2023 at 04:32, Caleb Connolly > wrote: >> >> Add a new config option to allow u-boot to reuse the FDT provided by the > > U-Boot (please fix throughout) Will do! > >> previous stage bootloader when available. >> >> On s

Re: [PATCH] arm: init: add an option to use FDT from previous bootloader

2023-10-24 Thread Simon Glass
Hi Caleb, On Tue, 24 Oct 2023 at 04:32, Caleb Connolly wrote: > > Add a new config option to allow u-boot to reuse the FDT provided by the U-Boot (please fix throughout) > previous stage bootloader when available. > > On some boards the previous stage bootloader can populate > platform-specific