blob: a558cfee689c04f725ff5f1bc7e2654bb2a78644 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001# Machine specific configurations
2
3MACHINE_TFM_REQUIRE ?= ""
4MACHINE_TFM_REQUIRE:corstone1000 = "trusted-firmware-m-1.7.0-corstone1000.inc"
5
6require ${MACHINE_TFM_REQUIRE}
Patrick Williams8e7b46e2023-05-01 14:19:06 -05007
8COMPATIBLE_MACHINE:tc = "(tc1)"
9TFM_PLATFORM:tc = "arm/rss/tc"