Re: [PATCH 18/40] lmb: remove the lmb_init_and_reserve() function

2024-08-16 Thread Sughosh Ganu
On Thu, 15 Aug 2024 at 22:14, Caleb Connolly wrote: > > Hi, > > On 24/07/2024 08:02, Sughosh Ganu wrote: > > With the changes to make the LMB reservations persistent, the common > > memory regions are being added during board init. Remove the > > now superfluous lmb_init_and_reserve() function. >

Re: [PATCH 18/40] lmb: remove the lmb_init_and_reserve() function

2024-08-15 Thread Simon Glass
On Thu, 15 Aug 2024 at 17:44, Caleb Connolly wrote: > > Hi, > > On 24/07/2024 08:02, Sughosh Ganu wrote: > > With the changes to make the LMB reservations persistent, the common > > memory regions are being added during board init. Remove the > > now superfluous lmb_init_and_reserve() function. >

Re: [PATCH 18/40] lmb: remove the lmb_init_and_reserve() function

2024-08-15 Thread Caleb Connolly
Hi, On 24/07/2024 08:02, Sughosh Ganu wrote: With the changes to make the LMB reservations persistent, the common memory regions are being added during board init. Remove the now superfluous lmb_init_and_reserve() function. This patch comes before the patches doing these reservations in generi

[PATCH 18/40] lmb: remove the lmb_init_and_reserve() function

2024-07-23 Thread Sughosh Ganu
With the changes to make the LMB reservations persistent, the common memory regions are being added during board init. Remove the now superfluous lmb_init_and_reserve() function. Signed-off-by: Sughosh Ganu Reviewed-by: Simon Glass Reviewed-by: Ilias Apalodimas --- Changes since rfc: None arc