From 07236f53b30f92078437647a932ab9fda3d8381a Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Thu, 18 Jun 2015 18:35:42 +0100 Subject: Revert "ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLib" Since this commit, TC2 has no longer boots: commit ad91798676e8497b0631ff24d1bee031c0a38e9b Author: Olivier Martin Date: Tue Aug 26 10:16:16 2014 +0000 ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLib Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@159036f19259b-4bc3-4df7-8a09-765794883524 This patch reverts commit ad91798676e8497b0631ff24d1bee031c0a38e9b and TC2 is able to boot again. Signed-off-by: Ryan Harkin --- ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf index 03a4b1efa6..f614333974 100644 --- a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf +++ b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf @@ -1,6 +1,6 @@ #/** @file # -# Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
+# Copyright (c) 2011-2012, ARM Limited. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -28,11 +28,20 @@ EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec + [LibraryClasses] DebugLib + IoLib ArmLib BaseLib ArmGenericTimerCounterLib +[Protocols] + +[Guids] + [Pcd] gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz + +[Depex] + gEfiCpuArchProtocolGuid -- cgit v1.2.3