From 68820f642191cef67df38516ef1c2ed1411c579f Mon Sep 17 00:00:00 2001 From: Sieu Mun Tang Date: Tue, 1 Aug 2023 13:43:26 +0800 Subject: [PATCH] fix(intel): temporarily workaround for Zephyr SMP Temporarily workaround for Zephyr SMP testing. Change-Id: I9d2d209e9f384d079f0311b3a8b0b760e0566877 Signed-off-by: Sieu Mun Tang --- plat/intel/soc/agilex5/bl2_plat_setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plat/intel/soc/agilex5/bl2_plat_setup.c b/plat/intel/soc/agilex5/bl2_plat_setup.c index a2fafd2ff..3912ba8b4 100644 --- a/plat/intel/soc/agilex5/bl2_plat_setup.c +++ b/plat/intel/soc/agilex5/bl2_plat_setup.c @@ -84,7 +84,8 @@ void bl2_el3_early_platform_setup(u_register_t x0, u_register_t x1, PLAT_BAUDRATE, &console); /* Store magic number */ - mmio_write_32(L2_RESET_DONE_REG, PLAT_L2_RESET_REQ); + // TODO: Temp workaround to ungate testing + // mmio_write_32(L2_RESET_DONE_REG, PLAT_L2_RESET_REQ); } void bl2_el3_plat_arch_setup(void)