]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Conf/build_rule.template
BaseTools AARCH64: override XIP module linker alignment to 32 bytes
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 27 Jul 2016 10:08:20 +0000 (12:08 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Aug 2016 08:58:25 +0000 (10:58 +0200)
commitb89919ee8f8c9441c3514a3c5f352c0901103569
tree14149620e7270025332148720812f6c23d906867
parent026a82abf0bd6268d32f4559dbede00715264f74
BaseTools AARCH64: override XIP module linker alignment to 32 bytes

Now that GenFw converts small code model ADRP instructions to ADR on
the fly, we can reduce the alignment for XIP modules, where large
alignment values may cause considerable waste of flash space due to
excessive padding. This limits the module size to 1 MB, but this is
not a concern in practice.

So set the XIP section alignment to 0x20 for DEBUG_GCC49, DEBUG_GCC5
and *_CLANG35, all of which use the small code model.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
BaseTools/Conf/build_rule.template
BaseTools/Conf/tools_def.template