Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-30 Thread Philipp Tomsich
> On 01.10.2020, at 20:40, Heiko Stuebner wrote: > > From: Heiko Stuebner > > The SRAM on the PX30 is not big enough to hold multiple DDR configs > so it needs to be selected during build. > > So far simply the DDR3 config was always selected and getting DDR4 > or LPDDR2/3 initialized

Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-30 Thread Kever Yang
On 2020/10/2 上午2:40, Heiko Stuebner wrote: From: Heiko Stuebner The SRAM on the PX30 is not big enough to hold multiple DDR configs so it needs to be selected during build. So far simply the DDR3 config was always selected and getting DDR4 or LPDDR2/3 initialized would require a code

Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-28 Thread Jagan Teki
On Fri, Oct 2, 2020 at 12:10 AM Heiko Stuebner wrote: > > From: Heiko Stuebner > > The SRAM on the PX30 is not big enough to hold multiple DDR configs > so it needs to be selected during build. > > So far simply the DDR3 config was always selected and getting DDR4 > or LPDDR2/3 initialized would

Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-02 Thread Jagan Teki
On Fri, Oct 2, 2020 at 7:40 AM Simon Glass wrote: > > Hi Heiko, > > On Thu, 1 Oct 2020 at 12:40, Heiko Stuebner wrote: > > > > From: Heiko Stuebner > > > > The SRAM on the PX30 is not big enough to hold multiple DDR configs > > so it needs to be selected during build. > > > > So far simply the

Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-02 Thread Heiko Stübner
Hi Simon, Am Freitag, 2. Oktober 2020, 07:58:35 CEST schrieb Heiko Stübner: > Am Freitag, 2. Oktober 2020, 04:09:56 CEST schrieb Simon Glass: > > On Thu, 1 Oct 2020 at 12:40, Heiko Stuebner wrote: > > > > > > From: Heiko Stuebner > > > > > > The SRAM on the PX30 is not big enough to hold

Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-01 Thread Heiko Stübner
Hi Simon, Am Freitag, 2. Oktober 2020, 04:09:56 CEST schrieb Simon Glass: > Hi Heiko, > > On Thu, 1 Oct 2020 at 12:40, Heiko Stuebner wrote: > > > > From: Heiko Stuebner > > > > The SRAM on the PX30 is not big enough to hold multiple DDR configs > > so it needs to be selected during build. > >

Re: [PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-01 Thread Simon Glass
Hi Heiko, On Thu, 1 Oct 2020 at 12:40, Heiko Stuebner wrote: > > From: Heiko Stuebner > > The SRAM on the PX30 is not big enough to hold multiple DDR configs > so it needs to be selected during build. > > So far simply the DDR3 config was always selected and getting DDR4 > or LPDDR2/3

[PATCH] ram: rockchip: px30: add a config-based ddr selection

2020-10-01 Thread Heiko Stuebner
From: Heiko Stuebner The SRAM on the PX30 is not big enough to hold multiple DDR configs so it needs to be selected during build. So far simply the DDR3 config was always selected and getting DDR4 or LPDDR2/3 initialized would require a code modification. So add Kconfig options similar to