Re: Unable to build generic kernel on earmv6hf
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Nov 28, 2024 at 10:50:19AM -0500, Paul Walker wrote: > There is a movw instruction in sys/crypto/aes/arch/arm/aes_neon_32.S that is > preventing a build of the generic kernel for armv6. > > Is there any reason to use the movw instruction over mov considering it is > being used to zero r3? That question is actually good and I'll leave the answer to others - but what use is GENERIC for evbearmv6? It is not usually build, only the RPI and RPI2 kernels. I thought everything supporting GENERIC was evbearmv7* ? This is no objection to changing the aes_neon_32.S code. Martin