Re: [edk2-devel] [PATCH] ArmVirtPkg/ArmVirtQemu: always build XIP code with strict alignment

2024-04-22 Thread Jonathan Cameron via groups.io
On Fri, 19 Apr 2024 19:50:13 +0200 Ard Biesheuvel wrote: > From: Ard Biesheuvel > > The optimization that enabled entry with MMU and caches enabled at EL1 > removed the strict alignment requirement for XIP code (roughly, any code > that might execute with the MMU and caches off, which means

[edk2-devel] [PATCH] ArmVirtPkg/ArmVirtQemu: always build XIP code with strict alignment

2024-04-19 Thread Ard Biesheuvel via groups.io
From: Ard Biesheuvel The optimization that enabled entry with MMU and caches enabled at EL1 removed the strict alignment requirement for XIP code (roughly, any code that might execute with the MMU and caches off, which means SEC and PEI phase modules but also *all* BASE libraries), on the basis