Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-27 Thread Simon Glass
Hi Sughosh, On Thu, 26 Sept 2024 at 14:29, Sughosh Ganu wrote: > > On Thu, 26 Sept 2024 at 16:38, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 26 Sept 2024 at 09:12, Sughosh Ganu wrote: > > > > > > On Wed, 25 Sept 2024 at 18:23, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > >

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-27 Thread Simon Glass
Hi Sughosh, On Fri, 27 Sept 2024 at 05:01, Sughosh Ganu wrote: > > On Fri, 27 Sept 2024 at 16:12, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 26 Sept 2024 at 14:29, Sughosh Ganu wrote: > > > > > > On Thu, 26 Sept 2024 at 16:38, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > >

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-27 Thread Sughosh Ganu
On Fri, 27 Sept 2024 at 16:12, Simon Glass wrote: > > Hi Sughosh, > > On Thu, 26 Sept 2024 at 14:29, Sughosh Ganu wrote: > > > > On Thu, 26 Sept 2024 at 16:38, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Thu, 26 Sept 2024 at 09:12, Sughosh Ganu > > > wrote: > > > > > > > > On Wed

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Heinrich Schuchardt
On 26.09.24 15:54, Ilias Apalodimas wrote: Hi Heinrich, On Thu, 26 Sept 2024 at 16:19, Heinrich Schuchardt wrote: On 26.09.24 14:58, Ilias Apalodimas wrote: Hi Heinrich, On Sat, 14 Sept 2024 at 18:08, Heinrich Schuchardt wrote: On 9/5/24 10:27, Sughosh Ganu wrote: Add an event which wou

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Ilias Apalodimas
Hi Heinrich, On Thu, 26 Sept 2024 at 16:19, Heinrich Schuchardt wrote: > > On 26.09.24 14:58, Ilias Apalodimas wrote: > > Hi Heinrich, > > > > On Sat, 14 Sept 2024 at 18:08, Heinrich Schuchardt > > wrote: > >> > >> On 9/5/24 10:27, Sughosh Ganu wrote: > >>> Add an event which would be used for

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Heinrich Schuchardt
On 26.09.24 14:58, Ilias Apalodimas wrote: Hi Heinrich, On Sat, 14 Sept 2024 at 18:08, Heinrich Schuchardt wrote: On 9/5/24 10:27, Sughosh Ganu wrote: Add an event which would be used for notifying changes in the LMB modules' memory map. This is to be used for having a synchronous view of th

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Ilias Apalodimas
Hi Heinrich, On Sat, 14 Sept 2024 at 18:08, Heinrich Schuchardt wrote: > > On 9/5/24 10:27, Sughosh Ganu wrote: > > Add an event which would be used for notifying changes in the > > LMB modules' memory map. This is to be used for having a > > synchronous view of the memory that is currently in us

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Sughosh Ganu
On Thu, 26 Sept 2024 at 16:38, Simon Glass wrote: > > Hi Sughosh, > > On Thu, 26 Sept 2024 at 09:12, Sughosh Ganu wrote: > > > > On Wed, 25 Sept 2024 at 18:23, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Fri, 20 Sept 2024 at 13:38, Sughosh Ganu > > > wrote: > > > > > > > > On Fri

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Simon Glass
Hi Sughosh, On Thu, 26 Sept 2024 at 09:12, Sughosh Ganu wrote: > > On Wed, 25 Sept 2024 at 18:23, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Fri, 20 Sept 2024 at 13:38, Sughosh Ganu wrote: > > > > > > On Fri, 20 Sept 2024 at 14:51, Ilias Apalodimas > > > wrote: > > > > > > > > Hi Sughos

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-26 Thread Sughosh Ganu
On Wed, 25 Sept 2024 at 18:23, Simon Glass wrote: > > Hi Sughosh, > > On Fri, 20 Sept 2024 at 13:38, Sughosh Ganu wrote: > > > > On Fri, 20 Sept 2024 at 14:51, Ilias Apalodimas > > wrote: > > > > > > Hi Sughosh, > > > > > > On Tue, 17 Sept 2024 at 15:33, Sughosh Ganu > > > wrote: > > > > > > >

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-25 Thread Simon Glass
Hi Sughosh, On Fri, 20 Sept 2024 at 13:38, Sughosh Ganu wrote: > > On Fri, 20 Sept 2024 at 14:51, Ilias Apalodimas > wrote: > > > > Hi Sughosh, > > > > On Tue, 17 Sept 2024 at 15:33, Sughosh Ganu wrote: > > > > > > On Sat, 14 Sept 2024 at 20:38, Heinrich Schuchardt > > > wrote: > > > > > > >

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-20 Thread Sughosh Ganu
On Fri, 20 Sept 2024 at 14:51, Ilias Apalodimas wrote: > > Hi Sughosh, > > On Tue, 17 Sept 2024 at 15:33, Sughosh Ganu wrote: > > > > On Sat, 14 Sept 2024 at 20:38, Heinrich Schuchardt > > wrote: > > > > > > On 9/5/24 10:27, Sughosh Ganu wrote: > > > > Add an event which would be used for notif

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-20 Thread Ilias Apalodimas
Hi Sughosh, On Tue, 17 Sept 2024 at 15:33, Sughosh Ganu wrote: > > On Sat, 14 Sept 2024 at 20:38, Heinrich Schuchardt wrote: > > > > On 9/5/24 10:27, Sughosh Ganu wrote: > > > Add an event which would be used for notifying changes in the > > > LMB modules' memory map. This is to be used for havi

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-17 Thread Sughosh Ganu
On Sat, 14 Sept 2024 at 20:38, Heinrich Schuchardt wrote: > > On 9/5/24 10:27, Sughosh Ganu wrote: > > Add an event which would be used for notifying changes in the > > LMB modules' memory map. This is to be used for having a > > synchronous view of the memory that is currently in use, and that is

Re: [PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-14 Thread Heinrich Schuchardt
On 9/5/24 10:27, Sughosh Ganu wrote: Add an event which would be used for notifying changes in the LMB modules' memory map. This is to be used for having a synchronous view of the memory that is currently in use, and that is available for allocations. The synchronous view problem only exists be

[PATCH 04/16] event: add event to notify lmb memory map changes

2024-09-05 Thread Sughosh Ganu
Add an event which would be used for notifying changes in the LMB modules' memory map. This is to be used for having a synchronous view of the memory that is currently in use, and that is available for allocations. Signed-off-by: Sughosh Ganu --- common/event.c | 2 ++ include/event.h | 14 +++