Re: [PATCH 17/40] lmb: introduce a function to add memory to the lmb memory map

2024-07-29 Thread Simon Glass
Hi Sughosh, On Mon, 29 Jul 2024 at 02:00, Sughosh Ganu wrote: > > On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > > > > > Introduce a function lmb_add_memory() to add available memory to the > > > LMB memory

Re: [PATCH 17/40] lmb: introduce a function to add memory to the lmb memory map

2024-07-29 Thread Sughosh Ganu
On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > > > Introduce a function lmb_add_memory() to add available memory to the > > LMB memory map. Call this function during board init once the LMB data > > structures have been

Re: [PATCH 17/40] lmb: introduce a function to add memory to the lmb memory map

2024-07-25 Thread Simon Glass
Hi Sughosh, On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > Introduce a function lmb_add_memory() to add available memory to the > LMB memory map. Call this function during board init once the LMB data > structures have been initialised. > > Signed-off-by: Sughosh Ganu > --- > Changes

[PATCH 17/40] lmb: introduce a function to add memory to the lmb memory map

2024-07-24 Thread Sughosh Ganu
Introduce a function lmb_add_memory() to add available memory to the LMB memory map. Call this function during board init once the LMB data structures have been initialised. Signed-off-by: Sughosh Ganu --- Changes since rfc: None include/lmb.h | 12 lib/lmb.c | 42