]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Clean up image layout
authorJean-Philippe Brucker <jean-philippe.brucker@arm.com>
Wed, 7 Oct 2015 18:20:43 +0000 (19:20 +0100)
committerMark Rutland <mark.rutland@arm.com>
Tue, 14 Jun 2016 16:49:11 +0000 (17:49 +0100)
commit8aca634eda45e13d653fe41109d70dbbc2c3cf17
treeef734dd70684d2937bc8cb26274d389a236ea868
parent9f01bed3a1c944c3d2bac84b497cbffdacb707ad
Clean up image layout

This patch moves page tables and vectors to their own section, in order
to avoid big alignment gaps in the middle of .text or .data. We also
remove all .org directives, as they are not needed.

Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
boot.S
cache.S
mmu.S
model.lds.S
ns.S
psci.S
spin.S