Re: [PATCH 0/3] arm: Semihosting fixes/improvements for ARMv6 and older

2023-11-10 Thread Tom Rini
On Fri, 27 Oct 2023 16:40:12 -0400, Sean Anderson wrote: > This series has a few fixes for semihosting on ARMv6 and older CPUs. The > first two patches address problems regarding the stack pointer and link > register. U-Boot runs in supervisor mode, so taking a software interrupt > will clobber sp

[PATCH 0/3] arm: Semihosting fixes/improvements for ARMv6 and older

2023-10-27 Thread Sean Anderson
This series has a few fixes for semihosting on ARMv6 and older CPUs. The first two patches address problems regarding the stack pointer and link register. U-Boot runs in supervisor mode, so taking a software interrupt will clobber sp/lr. I think we really should run in system mode, since it has sep