Re: [PATCH v3 01/17] dm: Emit the arch_cpu_init_dm() even only before relocation

2023-06-12 Thread Simon Glass
Hi Jan, On Sun, 4 Jun 2023 at 13:05, Jan Kiszka wrote: > > On 05.05.23 00:50, Simon Glass wrote: > > The original function was only called once, before relocation. The new > > one is called again after relocation. This was not the intent of the > > original call. Fix this by renaming and updating

Re: [PATCH v3 01/17] dm: Emit the arch_cpu_init_dm() even only before relocation

2023-06-04 Thread Jan Kiszka
On 05.05.23 00:50, Simon Glass wrote: > The original function was only called once, before relocation. The new > one is called again after relocation. This was not the intent of the > original call. Fix this by renaming and updating the calling logic. > > With this, chromebook_link64 makes it thro

[PATCH v3 01/17] dm: Emit the arch_cpu_init_dm() even only before relocation

2023-05-04 Thread Simon Glass
The original function was only called once, before relocation. The new one is called again after relocation. This was not the intent of the original call. Fix this by renaming and updating the calling logic. With this, chromebook_link64 makes it through SPL. Fixes: 7fe32b3442f ("event: Convert ar