Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-14 Thread Simon Glass
Hi Sughosh, On Wed, 14 Aug 2024 at 02:13, Sughosh Ganu wrote: > > On Fri, 9 Aug 2024 at 21:28, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Fri, 9 Aug 2024 at 02:25, Sughosh Ganu wrote: > > > > > > On Thu, 8 Aug 2024 at 19:58, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > > > > > >

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-14 Thread Sughosh Ganu
On Fri, 9 Aug 2024 at 21:28, Simon Glass wrote: > > Hi Sughosh, > > On Fri, 9 Aug 2024 at 02:25, Sughosh Ganu wrote: > > > > On Thu, 8 Aug 2024 at 19:58, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Wed, 7 Aug 2024 at 00:32, Sughosh Ganu wrote: > > > > > > > > On Wed, 7 Aug 2024 at

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-09 Thread Simon Glass
Hi Sughosh, On Fri, 9 Aug 2024 at 02:25, Sughosh Ganu wrote: > > On Thu, 8 Aug 2024 at 19:58, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 7 Aug 2024 at 00:32, Sughosh Ganu wrote: > > > > > > On Wed, 7 Aug 2024 at 03:21, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > > > > > >

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-09 Thread Sughosh Ganu
On Thu, 8 Aug 2024 at 19:58, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 7 Aug 2024 at 00:32, Sughosh Ganu wrote: > > > > On Wed, 7 Aug 2024 at 03:21, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Mon, 5 Aug 2024 at 05:55, Sughosh Ganu wrote: > > > > > > > > On Mon, 29 Jul 2024 a

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-08 Thread Simon Glass
Hi Sughosh, On Wed, 7 Aug 2024 at 00:32, Sughosh Ganu wrote: > > On Wed, 7 Aug 2024 at 03:21, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Mon, 5 Aug 2024 at 05:55, Sughosh Ganu wrote: > > > > > > On Mon, 29 Jul 2024 at 20:56, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > > > > > >

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-06 Thread Sughosh Ganu
On Wed, 7 Aug 2024 at 03:21, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 5 Aug 2024 at 05:55, Sughosh Ganu wrote: > > > > On Mon, 29 Jul 2024 at 20:56, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Mon, 29 Jul 2024 at 02:40, Sughosh Ganu > > > wrote: > > > > > > > > On Fri, 26 J

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-06 Thread Simon Glass
Hi Sughosh, On Mon, 5 Aug 2024 at 05:55, Sughosh Ganu wrote: > > On Mon, 29 Jul 2024 at 20:56, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Mon, 29 Jul 2024 at 02:40, Sughosh Ganu wrote: > > > > > > On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > > > > >

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-08-05 Thread Sughosh Ganu
On Mon, 29 Jul 2024 at 20:56, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 29 Jul 2024 at 02:40, 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: > > > > > > > > Add a flag

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-07-29 Thread Simon Glass
Hi Sughosh, On Mon, 29 Jul 2024 at 02:40, 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: > > > > > > Add a flags parameter to the LMB API functions. The parameter can then > > > be used to pa

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

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: > > > > Add a flags parameter to the LMB API functions. The parameter can then > > be used to pass any other type of reservations or allocations needed > > by the callers. These

Re: [PATCH 23/40] lmb: add a flags parameter to the API's

2024-07-25 Thread Simon Glass
Hi Sughosh, On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > Add a flags parameter to the LMB API functions. The parameter can then > be used to pass any other type of reservations or allocations needed > by the callers. These will be used in a subsequent set of changes for > allocation requ

[PATCH 23/40] lmb: add a flags parameter to the API's

2024-07-23 Thread Sughosh Ganu
Add a flags parameter to the LMB API functions. The parameter can then be used to pass any other type of reservations or allocations needed by the callers. These will be used in a subsequent set of changes for allocation requests coming from the EFI subsystem. Signed-off-by: Sughosh Ganu --- Chan