Re: [PATCH 30/34] sunxi: A523: add DRAM initialisation routine

2025-04-07 Thread Andre Przywara
On Sat, 5 Apr 2025 22:01:50 + Yixun Lan wrote: Hi, > Hi Andre: > > On 11:35 Sun 23 Mar , Andre Przywara wrote: > > From: Jernej Skrabec > > > > DRAM init code, as per reverse engineering and matching against > > previous SoCs. > > Supports LPDDR4 for now only. > > --- > > arch/arm/in

Re: [PATCH 30/34] sunxi: A523: add DRAM initialisation routine

2025-04-05 Thread Yixun Lan
Hi Andre: On 11:35 Sun 23 Mar , Andre Przywara wrote: > From: Jernej Skrabec > > DRAM init code, as per reverse engineering and matching against > previous SoCs. > Supports LPDDR4 for now only. > --- > arch/arm/include/asm/arch-sunxi/dram.h|2 + > .../include/asm/arch-sunxi/dram

Re: [PATCH 30/34] sunxi: A523: add DRAM initialisation routine

2025-03-23 Thread Jernej Škrabec
Dne nedelja, 23. marec 2025 ob 12:35:40 Srednjeevropski standardni čas je Andre Przywara napisal(a): > From: Jernej Skrabec > > DRAM init code, as per reverse engineering and matching against > previous SoCs. > Supports LPDDR4 for now only. > --- > arch/arm/include/asm/arch-sunxi/dram.h

[PATCH 30/34] sunxi: A523: add DRAM initialisation routine

2025-03-23 Thread Andre Przywara
From: Jernej Skrabec DRAM init code, as per reverse engineering and matching against previous SoCs. Supports LPDDR4 for now only. --- arch/arm/include/asm/arch-sunxi/dram.h|2 + .../include/asm/arch-sunxi/dram_sun55i_a523.h | 183 ++ arch/arm/mach-sunxi/Kconfig |