commit | a4f315cd356d4b1866eb52954e1b96e2a9a11c86 | [log] [tgz] |
---|---|---|
author | Sami Mujawar <sami.mujawar@arm.com> | Thu Apr 30 15:50:34 2020 +0100 |
committer | Thomas Abraham <thomas.abraham@arm.com> | Thu Sep 24 19:15:54 2020 +0530 |
tree | 8dcb11ac9a4a5bbc80a4c510afdf57a36c98d5b8 | |
parent | a6bdd6072edceebb3ea8006592a76c4736479ff1 [diff] |
plat/arm/css/sgi: Map flash used for mem_protect The SGI platform defines the macro PLAT_ARM_MEM_PROT_ADDR which indicates that the platform has mitigation for cold reboot attacks. However, the flash memory used for the mem_protect region was not mapped. This results in a crash when an OS calls PSCI MEM_PROTECT. To fix this map the flash region used for mem_protect. Change-Id: Ia494f924ecfe2ce835c045689ba8f942bf0941f4 Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>