Re: [RFC PATCH v2 12/48] lmb: allow for resizing lmb regions

2024-07-15 Thread Sughosh Ganu
hi Simon, On Mon, 15 Jul 2024 at 17:09, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 15 Jul 2024 at 10:27, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Sat, 13 Jul 2024 at 20:45, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > >

Re: [RFC PATCH v2 12/48] lmb: allow for resizing lmb regions

2024-07-15 Thread Simon Glass
Hi Sughosh, On Mon, 15 Jul 2024 at 10:27, Sughosh Ganu wrote: > > hi Simon, > > On Sat, 13 Jul 2024 at 20:45, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > > > > > Allow for resizing of LMB regions if the region attributes match. The > > > c

Re: [RFC PATCH v2 12/48] lmb: allow for resizing lmb regions

2024-07-15 Thread Sughosh Ganu
hi Simon, On Sat, 13 Jul 2024 at 20:45, Simon Glass wrote: > > Hi Sughosh, > > On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > > > Allow for resizing of LMB regions if the region attributes match. The > > current code returns a failure status on detecting an overlapping > > address. This wo

Re: [RFC PATCH v2 12/48] lmb: allow for resizing lmb regions

2024-07-13 Thread Simon Glass
Hi Sughosh, On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > Allow for resizing of LMB regions if the region attributes match. The > current code returns a failure status on detecting an overlapping > address. This worked up until now since the LMB calls were not > persistent and global -- th

[RFC PATCH v2 12/48] lmb: allow for resizing lmb regions

2024-07-04 Thread Sughosh Ganu
Allow for resizing of LMB regions if the region attributes match. The current code returns a failure status on detecting an overlapping address. This worked up until now since the LMB calls were not persistent and global -- the LMB memory map was specific and private to a given caller of the LMB AP