]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: add the ability to use arch-specific linker scripts
authorJean-Philippe Brucker <jean-philippe.brucker@arm.com>
Thu, 10 Jul 2014 08:37:24 +0000 (09:37 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 19 Dec 2014 08:57:47 +0000 (09:57 +0100)
commitee86e0494ede9996189179e9e7473486f8ae3654
treec570df43594deb6df8125e15804139f59173cd44
parentd4e54fb97ae42cc5388e8aaaf3846a06be6f42c1
core: add the ability to use arch-specific linker scripts

This patch adds an optional include inside the hypervisor's linker
script in order to add sections specific to the architecture.
For instance on ARM, a trampoline section will need to be added to
safely enable and disable the EL2 MMU. To avoid overlapping
complications, it will be less than one page, and aligned.

Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/hypervisor.lds.S