Merge "fix(intel): temporarily workaround for Zephyr SMP" into integration

This commit is contained in:
Manish Pandey 2023-11-28 22:46:04 +01:00 committed by TrustedFirmware Code Review
commit ccd35d8d2d

View file

@ -84,7 +84,8 @@ void bl2_el3_early_platform_setup(u_register_t x0, u_register_t x1,
PLAT_BAUDRATE, &console); PLAT_BAUDRATE, &console);
/* Store magic number */ /* 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) void bl2_el3_plat_arch_setup(void)