Re: [PATCH 01/11] arm: arm926ej-s: start.S: port save_boot_params support from armv7 code

2022-01-20 Thread Andre Przywara
On Tue, 4 Jan 2022 19:34:58 -0500 Jesse Taube wrote: Hi, > From: Icenowy Zheng > > The ARMv7 start code has support for saving some boot params at the > entry point, which is used by some SoCs to return to BROM. > > Port this to ARM926EJ-S start code. > > Signed-off-by: Icenowy Zheng >

[PATCH 01/11] arm: arm926ej-s: start.S: port save_boot_params support from armv7 code

2022-01-04 Thread Jesse Taube
From: Icenowy Zheng The ARMv7 start code has support for saving some boot params at the entry point, which is used by some SoCs to return to BROM. Port this to ARM926EJ-S start code. Signed-off-by: Icenowy Zheng Signed-off-by: Jesse Taube --- arch/arm/cpu/arm926ejs/start.S | 19