Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-27 Thread Simon Glass
Hi Ilias, On Fri, 27 Sept 2024 at 05:08, Ilias Apalodimas wrote: > > Hi Simon, > > On Thu, 19 Sept 2024 at 17:12, Simon Glass wrote: > > > > Hi, > > > > On Tue, 17 Sept 2024 at 13:55, Sughosh Ganu wrote: > > > > > > On Sat, 14 Sept 2024 at 20:14, Heinrich Schuchardt > > > wrote: > > > > > > >

Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-27 Thread Ilias Apalodimas
Hi Simon, On Thu, 19 Sept 2024 at 17:12, Simon Glass wrote: > > Hi, > > On Tue, 17 Sept 2024 at 13:55, Sughosh Ganu wrote: > > > > On Sat, 14 Sept 2024 at 20:14, Heinrich Schuchardt > > wrote: > > > > > > On 9/5/24 10:27, Sughosh Ganu wrote: > > > > Add a flag LMB_NONOTIFY that can be passed t

Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-27 Thread Simon Glass
Hi Sughosh, On Fri, 20 Sept 2024 at 06:33, Sughosh Ganu wrote: > > On Thu, 19 Sept 2024 at 19:42, Simon Glass wrote: > > > > Hi, > > > > On Tue, 17 Sept 2024 at 13:55, Sughosh Ganu wrote: > > > > > > On Sat, 14 Sept 2024 at 20:14, Heinrich Schuchardt > > > wrote: > > > > > > > > On 9/5/24 10:

Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-19 Thread Sughosh Ganu
On Thu, 19 Sept 2024 at 19:42, Simon Glass wrote: > > Hi, > > On Tue, 17 Sept 2024 at 13:55, Sughosh Ganu wrote: > > > > On Sat, 14 Sept 2024 at 20:14, Heinrich Schuchardt > > wrote: > > > > > > On 9/5/24 10:27, Sughosh Ganu wrote: > > > > Add a flag LMB_NONOTIFY that can be passed to the LMB A

Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-19 Thread Simon Glass
Hi, On Tue, 17 Sept 2024 at 13:55, Sughosh Ganu wrote: > > On Sat, 14 Sept 2024 at 20:14, Heinrich Schuchardt wrote: > > > > On 9/5/24 10:27, Sughosh Ganu wrote: > > > Add a flag LMB_NONOTIFY that can be passed to the LMB API's for > > > reserving memory. This will then result in no notification

Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-17 Thread Sughosh Ganu
On Sat, 14 Sept 2024 at 20:14, Heinrich Schuchardt wrote: > > On 9/5/24 10:27, Sughosh Ganu wrote: > > Add a flag LMB_NONOTIFY that can be passed to the LMB API's for > > reserving memory. This will then result in no notification being sent > > from the LMB module for the changes to the LMB's memo

Re: [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-14 Thread Heinrich Schuchardt
On 9/5/24 10:27, Sughosh Ganu wrote: Add a flag LMB_NONOTIFY that can be passed to the LMB API's for reserving memory. This will then result in no notification being sent from the LMB module for the changes to the LMB's memory map. You seem to be using this in patch 3 and 7. Please, describe i

[PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

2024-09-05 Thread Sughosh Ganu
Add a flag LMB_NONOTIFY that can be passed to the LMB API's for reserving memory. This will then result in no notification being sent from the LMB module for the changes to the LMB's memory map. Signed-off-by: Sughosh Ganu --- include/lmb.h | 1 + lib/lmb.c | 2 +- 2 files changed, 2 inserti