tool: fix BOARD_RUN_OPT for arm_v8

This commit is contained in:
Christian Helmuth 2019-06-13 14:35:33 +02:00
parent 3c4c460f82
commit efe0887247
5 changed files with 6 additions and 8 deletions

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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