Re: [linux-sunxi] [PATCH] sunxi: Add arm64 FEL support

2020-12-21 Thread Priit Laes
On Thu, Nov 19, 2020 at 10:54:42AM +, Andre Przywara wrote: > So far we did not support the BootROM based FEL USB debug mode on the > 64-bit builds for Allwinner SoCs: The BootROM is using AArch32, but the > SPL runs in AArch64. > Returning back to AArch32 was not working as expected, since

Re: [linux-sunxi] [PATCH] sunxi: Add arm64 FEL support

2020-11-28 Thread Icenowy Zheng
在 2020-11-19星期四的 10:54 +,Andre Przywara写道: > So far we did not support the BootROM based FEL USB debug mode on the > 64-bit builds for Allwinner SoCs: The BootROM is using AArch32, but > the > SPL runs in AArch64. > Returning back to AArch32 was not working as expected, since the RMR > reset

Re: Re: [linux-sunxi] [PATCH] sunxi: Add arm64 FEL support

2020-11-20 Thread Jernej Škrabec
Hi Andre, thanks for working on this! Dne petek, 20. november 2020 ob 10:42:15 CET je André Przywara napisal(a): > On 19/11/2020 19:59, Priit Laes wrote: > > On Thu, Nov 19, 2020 at 10:54:42AM +, Andre Przywara wrote: > >> So far we did not support the BootROM based FEL USB debug mode on the

Re: [linux-sunxi] [PATCH] sunxi: Add arm64 FEL support

2020-11-20 Thread André Przywara
On 19/11/2020 19:59, Priit Laes wrote: > On Thu, Nov 19, 2020 at 10:54:42AM +, Andre Przywara wrote: >> So far we did not support the BootROM based FEL USB debug mode on the >> 64-bit builds for Allwinner SoCs: The BootROM is using AArch32, but the >> SPL runs in AArch64. >> Returning back to

Re: [linux-sunxi] [PATCH] sunxi: Add arm64 FEL support

2020-11-19 Thread Priit Laes
On Thu, Nov 19, 2020 at 10:54:42AM +, Andre Przywara wrote: > So far we did not support the BootROM based FEL USB debug mode on the > 64-bit builds for Allwinner SoCs: The BootROM is using AArch32, but the > SPL runs in AArch64. > Returning back to AArch32 was not working as expected, since

[linux-sunxi] [PATCH] sunxi: Add arm64 FEL support

2020-11-19 Thread Andre Przywara
So far we did not support the BootROM based FEL USB debug mode on the 64-bit builds for Allwinner SoCs: The BootROM is using AArch32, but the SPL runs in AArch64. Returning back to AArch32 was not working as expected, since the RMR reset into 32-bit mode always starts execution in the BootROM, but