Re: [PATCH 4/5] armv8: remove no longer needed lowlevel_init.S

2022-01-27 Thread Simon Glass
On Mon, 24 Jan 2022 at 18:15, Andre Przywara wrote: > > When we added Allwinner SoC support to ARMv8, we needed to pull in an > implementation of lowlevel_init, as sunxi required it at this time. > > The last few patches got rid of this bogus requirement, and as sunxi was > still the only user, we

Re: [PATCH 4/5] armv8: remove no longer needed lowlevel_init.S

2022-01-24 Thread Samuel Holland
On 1/24/22 7:15 PM, Andre Przywara wrote: > When we added Allwinner SoC support to ARMv8, we needed to pull in an > implementation of lowlevel_init, as sunxi required it at this time. > > The last few patches got rid of this bogus requirement, and as sunxi was > still the only user, we can now rem

[PATCH 4/5] armv8: remove no longer needed lowlevel_init.S

2022-01-24 Thread Andre Przywara
When we added Allwinner SoC support to ARMv8, we needed to pull in an implementation of lowlevel_init, as sunxi required it at this time. The last few patches got rid of this bogus requirement, and as sunxi was still the only user, we can now remove lowlevel_init from ARMv8 altogether. Signed-off