]> rtime.felk.cvut.cz Git - jailhouse.git/commit
inmates: arm: Initialize bss programmatically
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 2 Jan 2016 14:52:08 +0000 (15:52 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 8 Jan 2016 18:34:38 +0000 (19:34 +0100)
commit5eb1a649bcdb2650742831e38d3031bf8ca4e09f
tree9a2573f5b3d089fa2e1e56d1c483258029e0d3fc
parent023d3249cd087452ffc5796d0ffd333a2aa16f6a
inmates: arm: Initialize bss programmatically

Aligns ARM with x86: initialize bss with a small assembly loop before
inmate_main is invoked. This allows to move it after other sections,
effectively removing it from the image file.

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