]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/AArch64/ArchPrePi.c
ArmPlatformPkg: Timer access for non-secure EL1/0
[mirror_edk2.git] / ArmPlatformPkg / PrePi / AArch64 / ArchPrePi.c
index 217986107e44185c2c6e11ca8a417fad659cde2f..4da590805aaae4016952c0e5e9ce90c1897e37c4 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2017, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
@@ -29,5 +29,12 @@ ArchInitialize (
   if (ArmReadCurrentEL () == AARCH64_EL2) {\r
     // Trap General Exceptions. All exceptions that would be routed to EL1 are routed to EL2\r
     ArmWriteHcr (ARM_HCR_TGE);\r
+\r
+    /* Enable Timer access for non-secure EL1 and EL0\r
+       The cnthctl_el2 register bits are architecturally\r
+       UNKNOWN on reset.\r
+       Disable event stream as it is not in use at this stage\r
+    */\r
+    ArmWriteCntHctl (CNTHCTL_EL2_EL1PCTEN | CNTHCTL_EL2_EL1PCEN);\r
   }\r
 }\r