fix(lx2160): set snoop-delayed exclusive handling on A72 coresSnoop requests should not be responded to during atomic operations. Thiscan be handled by the interconnect using its global monitor or
fix(lx2160): set snoop-delayed exclusive handling on A72 coresSnoop requests should not be responded to during atomic operations. Thiscan be handled by the interconnect using its global monitor or by thecore's SCU delaying to check for the corresponding atomic monitor state.Similar to commit 5668db72b ("feat(ti): set snoop-delayed exclusivehandling on A72 cores") enable the snoop-delayed exclusive handlingbit to inform the core it needs to delay responses to perform this check.Change-Id: I984f3d08b7a608f59f38e01461aeb448f2ef5af1Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
show more ...
fix(lx2): drop erratum A-009810The erratum A-009810 should not be applied to LX2, the impaction isthat it can cause system reboot when linux tried to power down, so removeit.Signed-off-by: Yang
fix(lx2): drop erratum A-009810The erratum A-009810 should not be applied to LX2, the impaction isthat it can cause system reboot when linux tried to power down, so removeit.Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>Change-Id: I5e24229cf8512eff28b315ebcdf18de555c40c74
nxp: adding support of soc lx2160a* NXP SoC is 16 A-72 core SoC.* SoC specific defines are defined in: - soc.def - soc.h* Called for BL2 and BL31 setup, SoC specific setup are implemented in:
nxp: adding support of soc lx2160a* NXP SoC is 16 A-72 core SoC.* SoC specific defines are defined in: - soc.def - soc.h* Called for BL2 and BL31 setup, SoC specific setup are implemented in: - soc.c* platform specific helper functions implemented at: - aarch64/lx2160a_helpers.S* platform specific functions used by 'plat/nxp/commpon/psci', etc. are implemented at: - aarch64/lx2160a.S* platform specific implementation for handling PSCI_SYSTEM_RESET2: - aarch64/lx2160a_warm_rst.SSigned-off-by: rocket <rod.dorris@nxp.com>Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>Change-Id: Ib40086f9d9079ed9b22967baff518c6df9f408b8