Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-17 Thread Sughosh Ganu
On Tue, 16 Jul 2024 at 22:30, Tom Rini wrote: > > On Tue, Jul 16, 2024 at 11:55:10AM +0530, Sughosh Ganu wrote: > > On Tue, 16 Jul 2024 at 00:35, Tom Rini wrote: > > > > > > On Mon, Jul 15, 2024 at 12:39:32PM +0100, Simon Glass wrote: > > > > Hi Sughosh, > > > > > > > > On Mon, 15 Jul 2024 at 10:

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-16 Thread Tom Rini
On Tue, Jul 16, 2024 at 11:55:10AM +0530, Sughosh Ganu wrote: > On Tue, 16 Jul 2024 at 00:35, Tom Rini wrote: > > > > On Mon, Jul 15, 2024 at 12:39:32PM +0100, Simon Glass wrote: > > > Hi Sughosh, > > > > > > On Mon, 15 Jul 2024 at 10:39, Sughosh Ganu > > > wrote: > > > > > > > > hi Simon, > > >

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-16 Thread Sughosh Ganu
hi Simon, On Tue, 16 Jul 2024 at 12:40, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 16 Jul 2024 at 07:25, Sughosh Ganu wrote: > > > > On Tue, 16 Jul 2024 at 00:35, Tom Rini wrote: > > > > > > On Mon, Jul 15, 2024 at 12:39:32PM +0100, Simon Glass wrote: > > > > Hi Sughosh, > > > > > > > > On

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-16 Thread Simon Glass
Hi Sughosh, On Tue, 16 Jul 2024 at 07:25, Sughosh Ganu wrote: > > On Tue, 16 Jul 2024 at 00:35, Tom Rini wrote: > > > > On Mon, Jul 15, 2024 at 12:39:32PM +0100, Simon Glass wrote: > > > Hi Sughosh, > > > > > > On Mon, 15 Jul 2024 at 10:39, Sughosh Ganu > > > wrote: > > > > > > > > hi Simon, >

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-15 Thread Sughosh Ganu
On Tue, 16 Jul 2024 at 00:35, Tom Rini wrote: > > On Mon, Jul 15, 2024 at 12:39:32PM +0100, Simon Glass wrote: > > Hi Sughosh, > > > > On Mon, 15 Jul 2024 at 10:39, Sughosh Ganu wrote: > > > > > > hi Simon, > > > > > > On Sat, 13 Jul 2024 at 20:46, Simon Glass wrote: > > > > > > > > Hi Sughosh,

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-15 Thread Tom Rini
On Mon, Jul 15, 2024 at 12:39:32PM +0100, Simon Glass wrote: > Hi Sughosh, > > On Mon, 15 Jul 2024 at 10:39, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Sat, 13 Jul 2024 at 20:46, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote: > > >

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-15 Thread Simon Glass
Hi Sughosh, On Mon, 15 Jul 2024 at 10:39, Sughosh Ganu wrote: > > hi Simon, > > On Sat, 13 Jul 2024 at 20:46, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote: > > > > > > There are events that would be used to notify other interested modules > > >

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-15 Thread Sughosh Ganu
hi Simon, On Sat, 13 Jul 2024 at 20:46, Simon Glass wrote: > > Hi Sughosh, > > On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote: > > > > There are events that would be used to notify other interested modules > > of any changes in available and occupied memory. This would happen > > when a module

Re: [RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-13 Thread Simon Glass
Hi Sughosh, On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote: > > There are events that would be used to notify other interested modules > of any changes in available and occupied memory. This would happen > when a module allocates or reserves memory, or frees up memory. These > changes in memory

[RFC PATCH v2 41/48] efi_memory: add an event handler to update memory map

2024-07-04 Thread Sughosh Ganu
There are events that would be used to notify other interested modules of any changes in available and occupied memory. This would happen when a module allocates or reserves memory, or frees up memory. These changes in memory map should be notified to other interested modules so that the allocated