Re: [RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL

2024-07-13 Thread Simon Glass
Hi, On Mon, 8 Jul 2024 at 15:46, Tom Rini wrote: > > On Mon, Jul 08, 2024 at 05:06:45PM +0530, Sughosh Ganu wrote: > > On Sat, 6 Jul 2024 at 01:18, Tom Rini wrote: > > > > > > On Thu, Jul 04, 2024 at 01:05:12PM +0530, Sughosh Ganu wrote: > > > > > > > Add separate config symbols for enabling the

Re: [RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL

2024-07-08 Thread Tom Rini
On Mon, Jul 08, 2024 at 05:06:45PM +0530, Sughosh Ganu wrote: > On Sat, 6 Jul 2024 at 01:18, Tom Rini wrote: > > > > On Thu, Jul 04, 2024 at 01:05:12PM +0530, Sughosh Ganu wrote: > > > > > Add separate config symbols for enabling the LMB module for the SPL > > > phase. The LMB module implementatio

Re: [RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL

2024-07-08 Thread Sughosh Ganu
On Sat, 6 Jul 2024 at 01:18, Tom Rini wrote: > > On Thu, Jul 04, 2024 at 01:05:12PM +0530, Sughosh Ganu wrote: > > > Add separate config symbols for enabling the LMB module for the SPL > > phase. The LMB module implementation now relies on alloced list data > > structure which requires heap area t

Re: [RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL

2024-07-05 Thread Tom Rini
On Thu, Jul 04, 2024 at 01:05:12PM +0530, Sughosh Ganu wrote: > Add separate config symbols for enabling the LMB module for the SPL > phase. The LMB module implementation now relies on alloced list data > structure which requires heap area to be present. Add specific config > symbol for the SPL ph

[RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL

2024-07-04 Thread Sughosh Ganu
Add separate config symbols for enabling the LMB module for the SPL phase. The LMB module implementation now relies on alloced list data structure which requires heap area to be present. Add specific config symbol for the SPL phase of U-Boot so that this can be enabled on platforms which support a