summaryrefslogtreecommitdiff
path: root/plat/common
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-08-19 15:31:36 +0100
committerGitHub <noreply@github.com>2016-08-19 15:31:36 +0100
commit079e522d39715c39a9d5f23832d09ccdda5dfcd5 (patch)
tree3e4233741b28f7cd7a9a8b88538c1de0035f5071 /plat/common
parentefc759ad82b0acd87ffbf019fd65e54e1abf1db5 (diff)
parent8c9e1af0b5df7ee1ff32e6192ee0252315900895 (diff)
Merge pull request #687 from sandrine-bailleux-arm/sb/panic-handler
Add WFI in platform's unexpected error handlers
Diffstat (limited to 'plat/common')
-rw-r--r--plat/common/aarch64/platform_helpers.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/common/aarch64/platform_helpers.S b/plat/common/aarch64/platform_helpers.S
index 08638303..a134ded0 100644
--- a/plat/common/aarch64/platform_helpers.S
+++ b/plat/common/aarch64/platform_helpers.S
@@ -130,6 +130,7 @@ endfunc bl1_plat_prepare_exit
* -----------------------------------------------------
*/
func plat_error_handler
+ wfi
b plat_error_handler
endfunc plat_error_handler
@@ -139,5 +140,6 @@ endfunc plat_error_handler
* -----------------------------------------------------
*/
func plat_panic_handler
+ wfi
b plat_panic_handler
endfunc plat_panic_handler