Re: [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's

2025-05-02 Thread Ilias Apalodimas
Hi Sughosh [...] > > > - (ulong)lmb_alloc_base(rd_len, > > > - 0x1000, > > > - > > > initrd_high, > > > -

Re: [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's

2025-05-02 Thread Sughosh Ganu
On Fri, 2 May 2025 at 13:11, Ilias Apalodimas wrote: > > On Thu May 1, 2025 at 3:02 PM EEST, Sughosh Ganu wrote: > > There currently are two API's for requesting memory from the LMB > > module, lmb_alloc() and lmb_alloc_base(). The function which does the > > actual allocation is the same. Use the

Re: [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's

2025-05-02 Thread Ilias Apalodimas
On Thu May 1, 2025 at 3:02 PM EEST, Sughosh Ganu wrote: > There currently are two API's for requesting memory from the LMB > module, lmb_alloc() and lmb_alloc_base(). The function which does the > actual allocation is the same. Use the earlier introduced API > lmb_allocate_mem() for both types of a

[PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's

2025-05-01 Thread Sughosh Ganu
There currently are two API's for requesting memory from the LMB module, lmb_alloc() and lmb_alloc_base(). The function which does the actual allocation is the same. Use the earlier introduced API lmb_allocate_mem() for both types of allocation requests. Signed-off-by: Sughosh Ganu --- arch/arm/