Re: [PATCH 1/5] sunxi: move non-essential code out of s_init()

2022-01-27 Thread Simon Glass
On Mon, 24 Jan 2022 at 18:15, Andre Przywara wrote: > > So far all Allwinner based boards were doing some not-so-lowlevel-setup > in lowlevel's s_init() routine. > This includes the initial clock, timer and pinmux setup, among other > things. This is clearly out of the "absolute bare minimum to

Re: [PATCH 1/5] sunxi: move non-essential code out of s_init()

2022-01-24 Thread Samuel Holland
On 1/24/22 7:15 PM, Andre Przywara wrote: > So far all Allwinner based boards were doing some not-so-lowlevel-setup > in lowlevel's s_init() routine. > This includes the initial clock, timer and pinmux setup, among other > things. This is clearly out of the "absolute bare minimum to get started" >

[PATCH 1/5] sunxi: move non-essential code out of s_init()

2022-01-24 Thread Andre Przywara
So far all Allwinner based boards were doing some not-so-lowlevel-setup in lowlevel's s_init() routine. This includes the initial clock, timer and pinmux setup, among other things. This is clearly out of the "absolute bare minimum to get started" scope that lowlevel_init.S suggests for this