Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # TC specific configuration |
| 2 | |
| 3 | COMPATIBLE_MACHINE = "(tc?)" |
| 4 | HAFNIUM_PLATFORM = "secure_tc" |
| 5 | |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 6 | # Intermediate SHA with 2.7 baseline version |
| 7 | SRCREV = "dd0561820946fe23bcd57cc129140437f72102a5" |
| 8 | PV = "2.7+git${SRCPV}" |
| 9 | |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 10 | FILESEXTRAPATHS:prepend:tc := "${THISDIR}/files/tc:" |
| 11 | |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 12 | SRC_URI:remove = "file://0003-Fix-build-with-clang-15.patch" |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 13 | |
| 14 | SRC_URI:append = " \ |
| 15 | file://0001-feat-emulate-cntp-timer-register-accesses-using-cnth.patch \ |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 16 | file://0002-feat-emulate-interrupt-controller-register-access.patch \ |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 17 | file://0003-feat-disable-alignment-check-for-EL0-partitions.patch \ |
| 18 | file://0004-feat-vhe-set-STAGE1_NS-while-mapping-memory-from-NWd.patch \ |
| 19 | file://0001-tc-increase-heap-pages.patch;patchdir=project/reference \ |
| 20 | file://0002-feat-vhe-enable-vhe-and-disable-branch-protection-fo.patch;patchdir=project/reference \ |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 21 | " |
| 22 | |
| 23 | do_compile() { |
| 24 | PATH="${S}/prebuilts/linux-x64/clang/bin:$PATH" oe_runmake -C ${S} |
| 25 | } |