Re: [PATCH v2 04/35] arm: Support a separate stack for VPL

2025-02-27 Thread Simon Glass
Hi Jonas, On Mon, 17 Feb 2025 at 14:22, Jonas Karlman wrote: > > Hi Simon, > > On 2025-02-09 22:14, Simon Glass wrote: > > VPL has the same needs as TPL in situations where the stack is at the > > top of SRAM. Add an option for this and implement it for arm > > > > Signed-off-by: Simon Glass > >

Re: [PATCH v2 04/35] arm: Support a separate stack for VPL

2025-02-17 Thread Jonas Karlman
Hi Simon, On 2025-02-09 22:14, Simon Glass wrote: > VPL has the same needs as TPL in situations where the stack is at the > top of SRAM. Add an option for this and implement it for arm > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Reply on existing CONFIG_VAL() to select the VPL s

[PATCH v2 04/35] arm: Support a separate stack for VPL

2025-02-09 Thread Simon Glass
VPL has the same needs as TPL in situations where the stack is at the top of SRAM. Add an option for this and implement it for arm Signed-off-by: Simon Glass --- Changes in v2: - Reply on existing CONFIG_VAL() to select the VPL stack - Correct reference to TPL when VPL was intended common/spl/