muen: adapt initial IP of genode subject

The entry point changed in "hw: add UEFI boot support" due to the
additional Multiboot2 header.

Issue #2242
This commit is contained in:
Christian Helmuth 2017-08-21 13:59:27 +02:00
parent 2e62d2d4be
commit 7f2087e105
3 changed files with 13 additions and 1 deletions

View File

@ -1 +1 @@
fc3e49f0c47e850625e09a021f31291b845a6728
ed4aaf70cae8251180a99f2f0dd56322aa73b2a6

View File

@ -0,0 +1,10 @@
+++ src/kernel/muen/policy/xml/genode-base_hw.xml
@@ -102,7 +102,7 @@
</vmx>
<registers>
<gpr>
- <rip>16#0020_000c#</rip>
+ <rip>16#0020_0028#</rip>
<rsp>16#0000#</rsp>
</gpr>
</registers>

View File

@ -6,6 +6,8 @@ URL(muen) := https://git.codelabs.ch/git/muen.git
REV(muen) := 4ffd2c94b1b7de268c0a428855be2e7e8b8f288e
DIR(muen) := src/kernel/muen
PATCHES := ports/muen.patch
$(call check_tool,git)
$(call check_tool,iasl)
$(call check_tool,tidy)