File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ QEMU_RV32_VIRT_TOCK_TARGETS := rv32imac|rv32imac.0x80100080.0x80300000|0x8010008
7272 rv32imac|rv32imac.0x80130080.0x80330000|0x80130080|0x80330000\
7373 rv32imac|rv32imac.0x80180080.0x80380000|0x80180080|0x80380000
7474
75+ # Specific addresses useful for the QEMU rv32i "virt" machine memory map.
76+ ESP32_C3_TOCK_TARGETS := rv32imc|rv32imc.0x403B0080.0x3FCA2000|0x403B0080|0x3FCA2000\
77+ rv32imc|rv32imc.0x403C0080.0x3FCA8000|0x403C0080|0x3FCA8000\
78+ rv32imc|rv32imc.0x403D0080.0x3FCB0000|0x403D0080|0x3FCB0000
79+
7580VEER_EL2_TOCK_TARGETS := rv32imc|rv32imc.0x20300080.0x20602000|0x20300080|0x20602000
7681
7782# Include the RISC-V targets.
@@ -90,7 +95,8 @@ TOCK_TARGETS ?= cortex-m0\
9095 $(OPENTITAN_TOCK_TARGETS ) \
9196 $(ARTY_E21_TOCK_TARGETS ) \
9297 $(VEER_EL2_TOCK_TARGETS ) \
93- $(QEMU_RV32_VIRT_TOCK_TARGETS )
98+ $(QEMU_RV32_VIRT_TOCK_TARGETS ) \
99+ $(ESP32_C3_TOCK_TARGETS ) \
94100
95101# Generate `TOCK_ARCH_FAMILIES`, the set of architecture families which will be
96102# used to determine toolchains to use in the build process.
You can’t perform that action at this time.
0 commit comments