Re: [RFC] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation

2023-08-17 Thread Simon Glass
Hi Jonas, On Thu, 17 Aug 2023 at 00:25, Jonas Karlman wrote: > > Hi Simon, > > On 2023-08-17 00:29, Simon Glass wrote: > > Hi Jonas, > > > > On Tue, 8 Aug 2023 at 20:03, Simon Glass wrote: > >> > >> Hi Jonas, > >> > >> On Sat, 5 Aug 2023 at 07:32, Jonas Karlman wrote: > >>> > >>> Devices for

Re: [RFC] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation

2023-08-17 Thread Jonas Karlman
Hi Simon, On 2023-08-17 00:29, Simon Glass wrote: > Hi Jonas, > > On Tue, 8 Aug 2023 at 20:03, Simon Glass wrote: >> >> Hi Jonas, >> >> On Sat, 5 Aug 2023 at 07:32, Jonas Karlman wrote: >>> >>> Devices for nodes with e.g. bootph-pre-ram are initialized three times. >>> 1. At SPL stage (always

Re: [RFC] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation

2023-08-16 Thread Simon Glass
Hi Jonas, On Tue, 8 Aug 2023 at 20:03, Simon Glass wrote: > > Hi Jonas, > > On Sat, 5 Aug 2023 at 07:32, Jonas Karlman wrote: > > > > Devices for nodes with e.g. bootph-pre-ram are initialized three times. > > 1. At SPL stage (always bind and probe only if used) > > 2. At U-Boot proper

Re: [RFC] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation

2023-08-08 Thread Simon Glass
Hi Jonas, On Sat, 5 Aug 2023 at 07:32, Jonas Karlman wrote: > > Devices for nodes with e.g. bootph-pre-ram are initialized three times. > 1. At SPL stage (always bind and probe only if used) > 2. At U-Boot proper pre-reloc (always bind and probe) > 3. At U-Boot proper normal (always bind and

[RFC] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation

2023-08-05 Thread Jonas Karlman
Devices for nodes with e.g. bootph-pre-ram are initialized three times. 1. At SPL stage (always bind and probe only if used) 2. At U-Boot proper pre-reloc (always bind and probe) 3. At U-Boot proper normal (always bind and probe only if used) Change ofnode_pre_reloc to report a node with