File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ OPENTITAN_TOCK_TARGETS := rv32imc|rv32imc.0x20030080.0x10005000|0x20030080|0x100
66
66
ARTY_E21_TOCK_TARGETS := rv32imac|rv32imac.0x40430080.0x80004000|0x40430080|0x80004000\
67
67
rv32imac|rv32imac.0x40440080.0x80007000|0x40440080|0x80007000
68
68
69
+ # Specific addresses useful for the QEMU rv32i "virt" machine memory map.
70
+ QEMU_RV32_VIRT_TOCK_TARGETS := rv32imac|rv32imac.0x80100080.0x80210000|0x80100080|0x80210000\
71
+ rv32imac|rv32imac.0x80104080.0x80214000|0x80104080|0x80214000
72
+
69
73
VEER_EL2_TOCK_TARGETS := rv32imc|rv32imc.0x20300080.0x20602000|0x20300080|0x20602000
70
74
71
75
# Include the RISC-V targets.
@@ -83,7 +87,8 @@ TOCK_TARGETS ?= cortex-m0\
83
87
rv32imc|rv32imc.0x00080080.0x40008000|0x00080080|0x40008000\
84
88
$(OPENTITAN_TOCK_TARGETS ) \
85
89
$(ARTY_E21_TOCK_TARGETS ) \
86
- $(VEER_EL2_TOCK_TARGETS )
90
+ $(VEER_EL2_TOCK_TARGETS ) \
91
+ $(QEMU_RV32_VIRT_TOCK_TARGETS )
87
92
88
93
# Generate `TOCK_ARCH_FAMILIES`, the set of architecture families which will be
89
94
# used to determine toolchains to use in the build process.
You can’t perform that action at this time.
0 commit comments