Re: [PATCH 05/12] arm: Support running U-Boot as a coreboot payload on ARM64

2025-03-06 Thread Simon Glass
Hi Stephen, On Fri, 21 Feb 2025 at 18:04, Tom Rini wrote: > > On Fri, Feb 21, 2025 at 05:03:52PM -0800, Stephen Boyd wrote: > > Quoting Tom Rini (2025-02-20 17:07:11) > > > On Thu, Feb 20, 2025 at 12:58:47PM -0800, Stephen Boyd wrote: > > > > > > > Add a 'coreboot' cpu to armv8 that looks for the

Re: [PATCH 05/12] arm: Support running U-Boot as a coreboot payload on ARM64

2025-02-21 Thread Stephen Boyd
Quoting Tom Rini (2025-02-20 17:07:11) > On Thu, Feb 20, 2025 at 12:58:47PM -0800, Stephen Boyd wrote: > > > Add a 'coreboot' cpu to armv8 that looks for the coreboot table near the > > top of the 4G address space. > > > > Signed-off-by: Stephen Boyd > > --- > > arch/arm/Kconfig

Re: [PATCH 05/12] arm: Support running U-Boot as a coreboot payload on ARM64

2025-02-21 Thread Tom Rini
On Fri, Feb 21, 2025 at 05:03:52PM -0800, Stephen Boyd wrote: > Quoting Tom Rini (2025-02-20 17:07:11) > > On Thu, Feb 20, 2025 at 12:58:47PM -0800, Stephen Boyd wrote: > > > > > Add a 'coreboot' cpu to armv8 that looks for the coreboot table near the > > > top of the 4G address space. > > > > > >

Re: [PATCH 05/12] arm: Support running U-Boot as a coreboot payload on ARM64

2025-02-20 Thread Tom Rini
On Thu, Feb 20, 2025 at 12:58:47PM -0800, Stephen Boyd wrote: > Add a 'coreboot' cpu to armv8 that looks for the coreboot table near the > top of the 4G address space. > > Signed-off-by: Stephen Boyd > --- > arch/arm/Kconfig | 2 ++ We can't really ask SYS_COREBOOT in two p