From 3738274dc1b40ad846d41d7bfd6a597bcfba9e70 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Mon, 18 Nov 2013 17:26:59 +0000 Subject: Unmask SError and Debug exceptions. Any asynchronous exception caused by the firmware should be handled in the firmware itself. For this reason, unmask SError exceptions (and Debug ones as well) on all boot paths. Also route external abort and SError interrupts to EL3, otherwise they will target EL1. Change-Id: I9c191d2d0dcfef85f265641c8460dfbb4d112092 --- common/psci/psci_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/psci/psci_private.h') diff --git a/common/psci/psci_private.h b/common/psci/psci_private.h index 48d40d0f..6505adf3 100644 --- a/common/psci/psci_private.h +++ b/common/psci/psci_private.h @@ -64,6 +64,7 @@ typedef struct { unsigned long tcr; unsigned long ttbr; unsigned long vbar; + unsigned long pstate; } secure_context; /******************************************************************************* -- cgit v1.2.3