summaryrefslogtreecommitdiff
path: root/Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf
diff options
context:
space:
mode:
authorOlivier Deprez <o-deprez@ti.com>2012-05-11 17:50:35 +0200
committerRyan Harkin <ryan.harkin@linaro.org>2012-11-24 13:13:24 +0000
commit446d557635eb21f542018ee4de1d0d78f2655bf5 (patch)
tree374e7582d7b9d209985c98e3c441c1404fa9a12f /Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf
parent9e36ed5491e7c599359fca6774c5887d5b2e7cb5 (diff)
panda: initial omap4 panda edk2 port
creating repository for panda edk2
Diffstat (limited to 'Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf')
-rw-r--r--Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf40
1 files changed, 40 insertions, 0 deletions
diff --git a/Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf b/Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf
new file mode 100644
index 000000000..986ddb551
--- /dev/null
+++ b/Omap44xxPkg/Library/ResetSystemLib/ResetSystemLib.inf
@@ -0,0 +1,40 @@
+#/** @file
+# Reset System lib to make it easy to port new platforms
+#
+# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
+#
+# 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
+# http://opensource.org/licenses/bsd-license.php
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+#
+#**/
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = PandaBoardResetSystemLib
+ FILE_GUID = 781371a2-3fdd-41d4-96a1-7b34cbc9e895
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = EfiResetSystemLib
+
+
+[Sources.common]
+ ResetSystemLib.c
+
+[Packages]
+ Omap44xxPkg/Omap44xxPkg.dec
+ ArmPkg/ArmPkg.dec
+ MdePkg/MdePkg.dec
+ EmbeddedPkg/EmbeddedPkg.dec
+
+[Pcd.common]
+ gArmTokenSpaceGuid.PcdCpuResetAddress
+ gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
+
+[LibraryClasses]
+ DebugLib
+ PandaBoardSystemLib