Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-03 Thread Marek Vasut
On 9/20/23 14:42, Paul Barker wrote: The Renesas RZ/G2L SMARC Evaluation Board Kit consists of the RZ/G2L System-on-Module (SOM) based on the R9A07G044L2 SoC, and a common SMARC carrier board. The ARM TrustedFirmware code for the Renesas RZ/G2L SoC family passes a devicetree blob to the bootload

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-04 Thread Paul Barker
On 03/10/2023 14:36, Marek Vasut wrote: > On 9/20/23 14:42, Paul Barker wrote: >> The Renesas RZ/G2L SMARC Evaluation Board Kit consists of the RZ/G2L >> System-on-Module (SOM) based on the R9A07G044L2 SoC, and a common SMARC >> carrier board. >> >> The ARM TrustedFirmware code for the Renesas RZ/G

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-04 Thread Marek Vasut
On 10/4/23 11:36, Paul Barker wrote: [...] +int dram_init(void) +{ + return fdtdec_setup_mem_size_base(); +} + +int dram_init_banksize(void) +{ + fdtdec_setup_memory_banksize(); This and the one function above can likely go into arch/mach-rmobile/ We're not able to test every su

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-04 Thread Paul Barker
On Wed, Oct 04, 2023 at 02:33:07PM +0200, Marek Vasut wrote: > On 10/4/23 11:36, Paul Barker wrote: > > [...] > > > > > +int dram_init(void) > > > > +{ > > > > + return fdtdec_setup_mem_size_base(); > > > > +} > > > > + > > > > +int dram_init_banksize(void) > > > > +{ > > > > + fdtdec

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-04 Thread Marek Vasut
On 10/4/23 15:56, Paul Barker wrote: On Wed, Oct 04, 2023 at 02:33:07PM +0200, Marek Vasut wrote: On 10/4/23 11:36, Paul Barker wrote: [...] +int dram_init(void) +{ + return fdtdec_setup_mem_size_base(); +} + +int dram_init_banksize(void) +{ + fdtdec_setup_memory_banksize(); Thi

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-05 Thread Paul Barker
On 03/10/2023 14:36, Marek Vasut wrote: > On 9/20/23 14:42, Paul Barker wrote: >> The Renesas RZ/G2L SMARC Evaluation Board Kit consists of the RZ/G2L >> System-on-Module (SOM) based on the R9A07G044L2 SoC, and a common SMARC >> carrier board. >> >> The ARM TrustedFirmware code for the Renesas RZ/G

RE: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-06 Thread Biju Das
Hi Paul, > Subject: Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board > > On 03/10/2023 14:36, Marek Vasut wrote: > > On 9/20/23 14:42, Paul Barker wrote: > >> The Renesas RZ/G2L SMARC Evaluation Board Kit consists of the RZ/G2L > >> System-on-Module (

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-07 Thread Marek Vasut
On 10/5/23 22:50, Paul Barker wrote: On 03/10/2023 14:36, Marek Vasut wrote: On 9/20/23 14:42, Paul Barker wrote: The Renesas RZ/G2L SMARC Evaluation Board Kit consists of the RZ/G2L System-on-Module (SOM) based on the R9A07G044L2 SoC, and a common SMARC carrier board. The ARM TrustedFirmware

Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-07 Thread Marek Vasut
On 10/6/23 14:51, Biju Das wrote: Hi Paul, Subject: Re: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board On 03/10/2023 14:36, Marek Vasut wrote: On 9/20/23 14:42, Paul Barker wrote: The Renesas RZ/G2L SMARC Evaluation Board Kit consists of the RZ/G2L System-on-Module (SOM) based on