From a63be426f8e327181dda369348eae2768439536b Mon Sep 17 00:00:00 2001 From: Alexei Fedorov Date: Thu, 8 Jun 2017 15:40:09 +0100 Subject: ArmPlatformPkg: Store initial timer value This commit adds support for storing initial timer value logged at the beginning of firmware image execution. This timer value is required for firmware basic boot performance data record referenced by Firmware Performance Data Table (FPDT). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Alexei Fedorov Signed-off-by: Evan Lloyd Reviewed-by: Graeme Gregory Reviewed-by: Leif Lindholm --- ArmPlatformPkg/PrePi/PeiMPCore.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ArmPlatformPkg/PrePi/PeiMPCore.inf') diff --git a/ArmPlatformPkg/PrePi/PeiMPCore.inf b/ArmPlatformPkg/PrePi/PeiMPCore.inf index 4ce4a52784..636049d4f4 100644 --- a/ArmPlatformPkg/PrePi/PeiMPCore.inf +++ b/ArmPlatformPkg/PrePi/PeiMPCore.inf @@ -1,7 +1,7 @@ #/** @file # # (C) Copyright 2015 Hewlett-Packard Development Company, L.P.
-# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.
+# Copyright (c) 2011-2017, ARM Ltd. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -68,6 +68,7 @@ [Guids] gArmMpCoreInfoGuid + gEfiFirmwarePerformanceGuid [FeaturePcd] gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob -- cgit v1.2.3