mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
tool: fix BOARD_RUN_OPT for arm_v8
This commit is contained in:
parent
3c4c460f82
commit
efe0887247
@ -9,7 +9,7 @@ QEMU_RUN_OPT := --include power_on/qemu --include log/qemu
|
||||
# wand_quad, or zynq_qemu)
|
||||
#BOARD ?= pbxa9
|
||||
|
||||
# local varible for run-tool arguments that depend on the used board
|
||||
# local variable for run-tool arguments that depend on the used board
|
||||
BOARD_RUN_OPT(pbxa9) = $(QEMU_RUN_OPT)
|
||||
BOARD_RUN_OPT(zynq_qemu) = $(QEMU_RUN_OPT)
|
||||
|
||||
|
@ -7,10 +7,8 @@ QEMU_RUN_OPT := --include power_on/qemu --include log/qemu
|
||||
# board to use (rpi3)
|
||||
#BOARD ?= rpi3
|
||||
|
||||
# local varible for run-tool arguments that depend on the used kernel
|
||||
KERNEL_RUN_OPT(hw) := $(QEMU_RUN_OPT)
|
||||
KERNEL_RUN_OPT(foc) := $(QEMU_RUN_OPT)
|
||||
KERNEL_RUN_OPT(sel4) := $(QEMU_RUN_OPT)
|
||||
# local variable for run-tool arguments that depend on the used board
|
||||
BOARD_RUN_OPT(rpi3) := $(QEMU_RUN_OPT)
|
||||
|
||||
##
|
||||
## Qemu arguments, effective when using the run tool's 'power_on/qemu' back end
|
||||
|
@ -4,6 +4,6 @@ KERNEL ?= hw
|
||||
# board to use
|
||||
BOARD ?= spike
|
||||
|
||||
# local varible for run-tool arguments that depend on the used board
|
||||
# local variable for run-tool arguments that depend on the used board
|
||||
BOARD_RUN_OPT(spike) = --include image/bbl --include power_on/spike --include log/spike
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# board to use (pc, or linux)
|
||||
BOARD ?= pc
|
||||
|
||||
# local varible for run-tool arguments that depend on the used board
|
||||
# local variable for run-tool arguments that depend on the used board
|
||||
BOARD_RUN_OPT(pc) = $(QEMU_RUN_OPT)
|
||||
BOARD_RUN_OPT(linux) = --include power_on/linux --include log/linux
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# board to use (pc, linux, or muen)
|
||||
BOARD ?= pc
|
||||
|
||||
# local varible for run-tool arguments that depend on the used board
|
||||
# local variable for run-tool arguments that depend on the used board
|
||||
BOARD_RUN_OPT(muen) = --include image/muen
|
||||
BOARD_RUN_OPT(muen) += --image-muen-hardware hardware/lenovo-t430s.xml
|
||||
BOARD_RUN_OPT(muen) += --image-muen-platform platform/lenovo-t430s.xml
|
||||
|
Loading…
Reference in New Issue
Block a user