mbox series

[0/1] arm-bsp/trusted-firmware-a: corstone1000: fix reset sequence

Message ID 20240516140324.67124-1-emekcan.aras@arm.com
Headers show
Series arm-bsp/trusted-firmware-a: corstone1000: fix reset sequence | expand

Message

Emekcan Aras May 16, 2024, 2:03 p.m. UTC
From: Emekcan Aras <Emekcan.Aras@arm.com>

Corstone1000 does not properly clean the cache and disable gic interrupts
before the reset. This causes a race condition especially in FVP after reset.
This adds proper sequence before resetting the platform.

Emekcan Aras (1):
  arm-bsp/trusted-firmware-a: corstone1000: fix reset sequence

 ...-clean-the-cache-and-disable-interru.patch | 46 +++++++++++++++++++
 .../trusted-firmware-a-corstone1000.inc       |  1 +
 2 files changed, 47 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0005-fix-corstone1000-clean-the-cache-and-disable-interru.patch