Re: [PATCH] armv8: start.S: remove CONFIG_SYS_RESET_SCTRL code

2022-02-03 Thread Tom Rini
On Mon, Jan 24, 2022 at 05:17:40PM +, Andre Przywara wrote: > There is some code that tries to "reset" the SCTLR_ELx register early in > the boot process. The idea seems to be to guarantee some sane settings > that U-Boot actually relies on, for instance running in little-endian > mode, with

Re: [PATCH] armv8: start.S: remove CONFIG_SYS_RESET_SCTRL code

2022-01-24 Thread Michael Walle
Am 2022-01-24 18:17, schrieb Andre Przywara: There is some code that tries to "reset" the SCTLR_ELx register early in the boot process. The idea seems to be to guarantee some sane settings that U-Boot actually relies on, for instance running in little-endian mode, with the MMU off initially.

[PATCH] armv8: start.S: remove CONFIG_SYS_RESET_SCTRL code

2022-01-24 Thread Andre Przywara
There is some code that tries to "reset" the SCTLR_ELx register early in the boot process. The idea seems to be to guarantee some sane settings that U-Boot actually relies on, for instance running in little-endian mode, with the MMU off initially. However the current code has multiple problems: -