Re: [PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default

2022-03-28 Thread Fabio Estevam
Hi Tom, On Wed, Mar 23, 2022 at 1:27 PM Tom Rini wrote: > Well, this will be for -next, and we can get some more people on the > patch list, and this seems to be an area where everyone is either: > - Kicking the value up a bit for themselves > - Having hard to figure out problems booting the pla

Re: [PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default

2022-03-24 Thread Heiko Thiery
Hi Fabio, Am Mi., 23. März 2022 um 17:10 Uhr schrieb Fabio Estevam : > > From: Fabio Estevam > > When adding new features to imx8m boards, such as DM clock support, > the malloc area can be exhausted. > > To avoid such issue, provide a reasonable default for the > SYS_MALLOC_F_LEN size. > > Sugge

Re: [PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default

2022-03-23 Thread Adam Ford
On Wed, Mar 23, 2022 at 11:27 AM Tom Rini wrote: > > On Wed, Mar 23, 2022 at 01:23:29PM -0300, Fabio Estevam wrote: > > On Wed, Mar 23, 2022 at 1:16 PM Tom Rini wrote: > > > > > It should probably also cover the rest of imx8, and how close to you > > > think imx6 is? And, git grep'ing I see a bu

Re: [PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default

2022-03-23 Thread Tom Rini
On Wed, Mar 23, 2022 at 01:23:29PM -0300, Fabio Estevam wrote: > On Wed, Mar 23, 2022 at 1:16 PM Tom Rini wrote: > > > It should probably also cover the rest of imx8, and how close to you > > think imx6 is? And, git grep'ing I see a bunch of layerscape also > > overriding this with something lar

Re: [PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default

2022-03-23 Thread Fabio Estevam
On Wed, Mar 23, 2022 at 1:16 PM Tom Rini wrote: > It should probably also cover the rest of imx8, and how close to you > think imx6 is? And, git grep'ing I see a bunch of layerscape also > overriding this with something larger. I am not comfortable in changing imx8qxp/imx8qm/layerscape as I can

Re: [PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default

2022-03-23 Thread Tom Rini
On Wed, Mar 23, 2022 at 01:10:20PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > When adding new features to imx8m boards, such as DM clock support, > the malloc area can be exhausted. > > To avoid such issue, provide a reasonable default for the > SYS_MALLOC_F_LEN size. > > Suggested-b