summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-05-12 11:42:21 +0100
committerManish Pandey <manish.pandey2@arm.com>2023-05-12 12:02:35 +0100
commitae1bd6f29d62f0b0b3bdc637a7b80d776220cb33 (patch)
treecbfcf151e985e83a2168144c3458f6d3f3eeb129 /plat
parentdd2d2228c3c6867b1b29d9b0a4323685980e4093 (diff)
Revert "test(interrupts): add tests for interrupt routing"
This reverts commit 353a6cebde2586a866142f7dfbc6b8df644d03cd. Reverting due to failure in Arm internal RMM CI which stops tagging of rc0 for v2.9 release, Once the proper fix is found it will be taken back either in next tag or after v2.9 release. Failure log: SMC_RMM_VERSION > 380000 RMM version is: 56.0 > Executing 'Realm payload multi CPU request' SMC_RMM_VERSION > 380000 INFO: Booting SMC_RMM_VERSION > 380000 INFO: Powering off INFO: Booting SMC_RMM_VERSION > 380000 INFO: Powering off INFO: Booting SMC_RMM_VERSION > 380000 INFO: Powering off INFO: Booting SMC_RMM_VERSION > 380000 INFO: Powering off SMC_RMM_VERSION > 380000 INFO: Powering off INFO: Booting SMC_RMM_VERSION > 380000 INFO: Powering off ERROR: Error: fffffffa PANIC in file: spm/cactus/cactus_main.c line: 108 Change-Id: Id5179deb5324c1bd2fac41c7a030bf7e09a1c222
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/fvp/include/platform_def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plat/arm/fvp/include/platform_def.h b/plat/arm/fvp/include/platform_def.h
index ca391b3..b8871c4 100644
--- a/plat/arm/fvp/include/platform_def.h
+++ b/plat/arm/fvp/include/platform_def.h
@@ -308,7 +308,4 @@
#define ARM_SECURE_SERVICE_BUFFER_BASE 0xff600000ull
#define ARM_SECURE_SERVICE_BUFFER_SIZE 0x10000ull
-
-#define PLAT_INTERRUPT_MPIDR 0x81010300
-
#endif /* __PLATFORM_DEF_H__ */