Re: [RFC PATCH v2 09/48] lmb: remove call to lmb_init()

2024-07-15 Thread Sughosh Ganu
hi Simon, On Mon, 15 Jul 2024 at 17:09, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 15 Jul 2024 at 10:31, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Sat, 13 Jul 2024 at 20:45, Simon Glass wrote: > > > > > > kHi Sughosh, > > > > > > On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > >

Re: [RFC PATCH v2 09/48] lmb: remove call to lmb_init()

2024-07-15 Thread Simon Glass
Hi Sughosh, On Mon, 15 Jul 2024 at 10:31, Sughosh Ganu wrote: > > hi Simon, > > On Sat, 13 Jul 2024 at 20:45, Simon Glass wrote: > > > > kHi Sughosh, > > > > On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > > > > > The LMB module will be changed to have persistent and global memory > > > ma

Re: [RFC PATCH v2 09/48] lmb: remove call to lmb_init()

2024-07-15 Thread Sughosh Ganu
hi Simon, On Sat, 13 Jul 2024 at 20:45, Simon Glass wrote: > > kHi Sughosh, > > On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > > > The LMB module will be changed to have persistent and global memory > > maps of available and used memory. With this change, there won't be > > any need to exp

Re: [RFC PATCH v2 09/48] lmb: remove call to lmb_init()

2024-07-13 Thread Simon Glass
kHi Sughosh, On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > The LMB module will be changed to have persistent and global memory > maps of available and used memory. With this change, there won't be > any need to explicitly initialise the LMB memory maps. Remove the call > to the lmb_init()

[RFC PATCH v2 09/48] lmb: remove call to lmb_init()

2024-07-04 Thread Sughosh Ganu
The LMB module will be changed to have persistent and global memory maps of available and used memory. With this change, there won't be any need to explicitly initialise the LMB memory maps. Remove the call to the lmb_init() function. Signed-off-by: Sughosh Ganu --- Changes since V1: New patch