Re: [PATCH v2 03/12] arm: arm926ej-s: Add sunxi code

2022-01-29 Thread Andre Przywara
On Fri, 28 Jan 2022 21:42:44 -0500 Jesse Taube wrote: Hi Jesse, > On 1/28/22 21:05, Andre Przywara wrote: > > On Wed, 26 Jan 2022 08:53:20 -0500 > > Jesse Taube wrote: > > > >> From: Icenowy Zheng > >> > >> Some Allwinner SoCs use ARM926EJ-S core. > >> > >> Add Allwinner/sunXi specific

Re: [PATCH v2 03/12] arm: arm926ej-s: Add sunxi code

2022-01-28 Thread Jesse Taube
On 1/28/22 21:05, Andre Przywara wrote: On Wed, 26 Jan 2022 08:53:20 -0500 Jesse Taube wrote: From: Icenowy Zheng Some Allwinner SoCs use ARM926EJ-S core. Add Allwinner/sunXi specific code to ARM926EJ-S CPU dircetory. It looks like we eventually won't need this, since the SPL linker

Re: [PATCH v2 03/12] arm: arm926ej-s: Add sunxi code

2022-01-28 Thread Andre Przywara
On Wed, 26 Jan 2022 08:53:20 -0500 Jesse Taube wrote: > From: Icenowy Zheng > > Some Allwinner SoCs use ARM926EJ-S core. > > Add Allwinner/sunXi specific code to ARM926EJ-S CPU dircetory. It looks like we eventually won't need this, since the SPL linker script is basically identical to the

[PATCH v2 03/12] arm: arm926ej-s: Add sunxi code

2022-01-26 Thread Jesse Taube
From: Icenowy Zheng Some Allwinner SoCs use ARM926EJ-S core. Add Allwinner/sunXi specific code to ARM926EJ-S CPU dircetory. Signed-off-by: Icenowy Zheng Signed-off-by: Jesse Taube --- V1->V2: * Fix Copyright notice * Remove lowlevel_init * Remove replaced timer.c * Remove Read CP15 Control