]> rtime.felk.cvut.cz Git - jailhouse.git/commit
inmates: Define entry point in linker script
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 9 May 2015 14:51:34 +0000 (16:51 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 15 May 2015 07:14:00 +0000 (09:14 +0200)
commit18803a0ae2377e3e14c476a358c32258e743013e
tree80c9993510003a19513675947c615d3cfb4ef2c3
parenta9617b9dc7da56071205f6a1e1f87bc690f813bf
inmates: Define entry point in linker script

Export the reset address as symbols and define them as entry point of
our inmates in the linker scripts. We will bundle the headers together
with the other library objects in archives, and defining entry points
will ensure that the related sections will be included in the final
binary. This will simplify the inmate rules significantly.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
inmates/lib/arm/header.S
inmates/lib/arm/inmate.lds
inmates/lib/x86/header-32.S
inmates/lib/x86/header.S
inmates/lib/x86/inmate.lds