mirror of https://github.com/acidanthera/audk.git
ArmVirtPkg: use 4 KB section alignment for ARM DXE_RUNTIME_DRIVER modules
In order to support the Properties Table memory protection feature on 32-bit ARM, build DXE_RUNTIME_DRIVER type binaries with 4 KB section alignment by setting the common-page-size linker command line option. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Michael Zimmermann <sigmaepsilon92@gmail.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18566 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
64a63d6942
commit
955b4946f9
|
@ -17,7 +17,8 @@
|
||||||
DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x8000004F
|
DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x8000004F
|
||||||
DEFINE TTY_TERMINAL = FALSE
|
DEFINE TTY_TERMINAL = FALSE
|
||||||
|
|
||||||
[BuildOptions.AARCH64.EDKII.DXE_RUNTIME_DRIVER]
|
[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
|
||||||
|
GCC:*_*_ARM_DLINK_FLAGS = -z common-page-size=0x1000
|
||||||
GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
|
GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
|
||||||
|
|
||||||
[LibraryClasses.common]
|
[LibraryClasses.common]
|
||||||
|
|
Loading…
Reference in New Issue