Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-23 Thread Tom Rini
On Tue, Jul 23, 2024 at 08:21:11PM +0530, Sughosh Ganu wrote: > On Tue, 23 Jul 2024 at 20:18, Tom Rini wrote: > > > > On Mon, Jul 22, 2024 at 11:07:45PM +0530, Sughosh Ganu wrote: > > > On Mon, 22 Jul 2024 at 23:03, Tom Rini wrote: > > > > > > > > On Mon, Jul 22, 2024 at 11:58:18AM +0530, Sughosh

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-23 Thread Sughosh Ganu
On Tue, 23 Jul 2024 at 20:18, Tom Rini wrote: > > On Mon, Jul 22, 2024 at 11:07:45PM +0530, Sughosh Ganu wrote: > > On Mon, 22 Jul 2024 at 23:03, Tom Rini wrote: > > > > > > On Mon, Jul 22, 2024 at 11:58:18AM +0530, Sughosh Ganu wrote: > > > > On Mon, 8 Jul 2024 at 19:32, Tom Rini wrote: > > > >

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-23 Thread Tom Rini
On Mon, Jul 22, 2024 at 11:07:45PM +0530, Sughosh Ganu wrote: > On Mon, 22 Jul 2024 at 23:03, Tom Rini wrote: > > > > On Mon, Jul 22, 2024 at 11:58:18AM +0530, Sughosh Ganu wrote: > > > On Mon, 8 Jul 2024 at 19:32, Tom Rini wrote: > > > > > > > > On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-23 Thread Simon Glass
Hi Sughosh, On Mon, 22 Jul 2024 at 18:37, Sughosh Ganu wrote: > > On Mon, 22 Jul 2024 at 23:03, Tom Rini wrote: > > > > On Mon, Jul 22, 2024 at 11:58:18AM +0530, Sughosh Ganu wrote: > > > On Mon, 8 Jul 2024 at 19:32, Tom Rini wrote: > > > > > > > > On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sugh

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-22 Thread Sughosh Ganu
On Mon, 22 Jul 2024 at 23:03, Tom Rini wrote: > > On Mon, Jul 22, 2024 at 11:58:18AM +0530, Sughosh Ganu wrote: > > On Mon, 8 Jul 2024 at 19:32, Tom Rini wrote: > > > > > > On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote: > > > > > > > The aim of this patch series is to fix the curre

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-22 Thread Tom Rini
On Mon, Jul 22, 2024 at 11:58:18AM +0530, Sughosh Ganu wrote: > On Mon, 8 Jul 2024 at 19:32, Tom Rini wrote: > > > > On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote: > > > > > The aim of this patch series is to fix the current state of > > > incoherence between modules when it comes t

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-21 Thread Sughosh Ganu
On Mon, 8 Jul 2024 at 19:32, Tom Rini wrote: > > On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote: > > > The aim of this patch series is to fix the current state of > > incoherence between modules when it comes to memory usage. The primary > > issue that this series is trying to fix is

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-13 Thread Simon Glass
Hi Sugosh, On Mon, 8 Jul 2024 at 15:35, Tom Rini wrote: > > On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote: I don't believe coherent is the right word here. Perhaps 'more persistent' is better? > > > The aim of this patch series is to fix the current state of > > incoherence betwe

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-08 Thread Tom Rini
On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote: > The aim of this patch series is to fix the current state of > incoherence between modules when it comes to memory usage. The primary > issue that this series is trying to fix is that the EFI memory module > which is responsible for al

Re: [RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-08 Thread Tom Rini
On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote: > The aim of this patch series is to fix the current state of > incoherence between modules when it comes to memory usage. The primary > issue that this series is trying to fix is that the EFI memory module > which is responsible for al

[RFC PATCH v2 00/48] Make U-Boot memory reservations coherent

2024-07-04 Thread Sughosh Ganu
The aim of this patch series is to fix the current state of incoherence between modules when it comes to memory usage. The primary issue that this series is trying to fix is that the EFI memory module which is responsible for allocating and freeing memory, does not have any visibility of the memo