Replies: 1 comment
-
Looks like you have memory protections enabled but are not aligning your images to 4K (and for aarch64 you need to align your runtime images to 64k): https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c#L293. Either you aren't using the edk2 tools_def.template or it is wrong for CLANGDWARF. You need to ensure that
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am trying to write a UEFI bootloader with EDK2 and I am building a aarch64 .efi application using the clangdwarf toolchain (through a llvm trunk build on macOS). I received this error and I haven't been able to find any information about it. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions