sel4: add x86_64 support

Issue #2451
This commit is contained in:
Alexander Boettcher
2017-06-22 18:47:02 +02:00
committed by Christian Helmuth
parent e31806d4e6
commit 66c0c7b6f1
52 changed files with 1504 additions and 697 deletions

View File

@@ -1,3 +1,3 @@
# kernel to use (nova, hw, linux, or foc)
# kernel to use (nova, hw, sel4, linux, or foc)
#KERNEL ?= nova

View File

@@ -1,6 +1,7 @@
# local varible for run-tool arguments that depend on the used kernel
KERNEL_RUN_OPT(nova) := $(QEMU_RUN_OPT)
KERNEL_RUN_OPT(hw) := $(QEMU_RUN_OPT)
KERNEL_RUN_OPT(sel4) := $(QEMU_RUN_OPT)
KERNEL_RUN_OPT(foc) := $(QEMU_RUN_OPT)
KERNEL_RUN_OPT(linux) := --include power_on/linux --include log/linux