Re: [PATCH] bootm: Pass SMP core ID and DTB address for ELF-formatted kernels

2025-05-23 Thread Heinrich Schuchardt
On 5/24/25 00:29, Tom Rini wrote: On Fri, May 23, 2025 at 07:04:46PM +0200, Heinrich Schuchardt wrote: Am 23. Mai 2025 18:41:45 MESZ schrieb Simon Glass : +Heinrich Schuchardt Hi, On Tue, 13 May 2025 at 13:28, 牛 志宏 wrote: When booting RISC-V ELF-formatted kernel images (IH_TYPE_KERNEL + IH

Re: [PATCH] bootm: Pass SMP core ID and DTB address for ELF-formatted kernels

2025-05-23 Thread Tom Rini
On Fri, May 23, 2025 at 07:04:46PM +0200, Heinrich Schuchardt wrote: > Am 23. Mai 2025 18:41:45 MESZ schrieb Simon Glass : > >+Heinrich Schuchardt > > > >Hi, > > > >On Tue, 13 May 2025 at 13:28, 牛 志宏 wrote: > >> > >> When booting RISC-V ELF-formatted kernel images (IH_TYPE_KERNEL + > >> IH_OS_ELF

Re: [PATCH] bootm: Pass SMP core ID and DTB address for ELF-formatted kernels

2025-05-23 Thread Heinrich Schuchardt
Am 23. Mai 2025 18:41:45 MESZ schrieb Simon Glass : >+Heinrich Schuchardt > >Hi, > >On Tue, 13 May 2025 at 13:28, 牛 志宏 wrote: >> >> When booting RISC-V ELF-formatted kernel images (IH_TYPE_KERNEL + IH_OS_ELF), >> explicitly pass SMP core/hart ID and DTB address to comply with modern >> SMP-enabled

Re: [PATCH] bootm: Pass SMP core ID and DTB address for ELF-formatted kernels

2025-05-23 Thread Simon Glass
+Heinrich Schuchardt Hi, On Tue, 13 May 2025 at 13:28, 牛 志宏 wrote: > > When booting RISC-V ELF-formatted kernel images (IH_TYPE_KERNEL + IH_OS_ELF), > explicitly pass SMP core/hart ID and DTB address to comply with modern > SMP-enabled kernels' boot protocol requirements. > > Signed-off-by: Zone