Re: [PATCH 0/5] sunxi: remove lowlevel_init

2022-01-25 Thread Jesse Taube
On 1/25/22 18:47, Jesse Taube wrote: On 1/24/22 20:15, Andre Przywara wrote: For a long time the Allwinner platform was using the lowlevel_init() routine in U-Boot's boot process, even though there did not seem to be a real need for that. The README file suggests it should only be used for

Re: [PATCH 0/5] sunxi: remove lowlevel_init

2022-01-25 Thread Jesse Taube
On 1/24/22 20:15, Andre Przywara wrote: For a long time the Allwinner platform was using the lowlevel_init() routine in U-Boot's boot process, even though there did not seem to be a real need for that. The README file suggests it should only be used for "bare minimum" tasks to reach board_init

[PATCH 0/5] sunxi: remove lowlevel_init

2022-01-24 Thread Andre Przywara
For a long time the Allwinner platform was using the lowlevel_init() routine in U-Boot's boot process, even though there did not seem to be a real need for that. The README file suggests it should only be used for "bare minimum" tasks to reach board_init_f(). The routines called in arch/arm/mach-su