Re: [v2] bootstash: Do not provide a default address for all

2024-07-15 Thread Simon Glass
Hi Tom, On Sat, 13 Jul 2024 at 17:50, Tom Rini wrote: > > On Sat, Jul 13, 2024 at 04:13:50PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 11 Jul 2024 at 22:27, Tom Rini wrote: > > > > > > A valid memory location to stash bootstage information at will be > > > architecture dependent. Mov

Re: [v2] bootstash: Do not provide a default address for all

2024-07-13 Thread Tom Rini
On Sat, Jul 13, 2024 at 04:13:50PM +0100, Simon Glass wrote: > Hi Tom, > > On Thu, 11 Jul 2024 at 22:27, Tom Rini wrote: > > > > A valid memory location to stash bootstage information at will be > > architecture dependent. Move the existing defaults to the main Kconfig > > file for this option an

Re: [v2] bootstash: Do not provide a default address for all

2024-07-13 Thread Simon Glass
Hi Tom, On Thu, 11 Jul 2024 at 22:27, Tom Rini wrote: > > A valid memory location to stash bootstage information at will be > architecture dependent. Move the existing defaults to the main Kconfig > file for this option and set 0x0 as the default only for sandbox. > > Signed-off-by: Tom Rini > -

[v2] bootstash: Do not provide a default address for all

2024-07-11 Thread Tom Rini
A valid memory location to stash bootstage information at will be architecture dependent. Move the existing defaults to the main Kconfig file for this option and set 0x0 as the default only for sandbox. Signed-off-by: Tom Rini --- Changes in v2: - Seeing that BOOTSTAGE_STASH_ADDR did not depend o