blob: 09de6f1e5a4aeeb827429e347f57d6b2f062d74a [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# TC specific configuration
2
3COMPATIBLE_MACHINE = "(tc?)"
4HAFNIUM_PLATFORM = "secure_tc"
5
Brad Bishopbec4ebc2022-08-03 09:55:16 -04006FILESEXTRAPATHS:prepend:tc := "${THISDIR}/files/tc:"
7
Brad Bishopbec4ebc2022-08-03 09:55:16 -04008SRC_URI:append = " \
9 file://0001-feat-emulate-cntp-timer-register-accesses-using-cnth.patch \
Patrick Williams8dd68482022-10-04 07:57:18 -050010 file://0002-feat-emulate-interrupt-controller-register-access.patch \
Andrew Geissler2edf0642023-09-11 08:24:07 -040011 file://0003-feat-vhe-set-STAGE1_NS-while-mapping-memory-from-NWd.patch \
12 file://0001-feat-vhe-enable-vhe-and-disable-branch-protection-fo.patch;patchdir=project/reference \
Brad Bishopbec4ebc2022-08-03 09:55:16 -040013 "
14
15do_compile() {
16 PATH="${S}/prebuilts/linux-x64/clang/bin:$PATH" oe_runmake -C ${S}
17}