]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
OvmfPkg/SmmCpuFeaturesLib: rewrap to 79 columns
[mirror_edk2.git] / BeagleBoardPkg / Library / ResetSystemLib / ResetSystemLib.inf
CommitLineData
f8a61fe7 1#/** @file\r
2# Reset System lib to make it easy to port new platforms\r
3#\r
1ebd6c11 4# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
fb5a64de 5# Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>\r
f8a61fe7 6#\r
1ebd6c11 7# This program and the accompanying materials\r
f8a61fe7 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = BeagleBoardResetSystemLib\r
20 FILE_GUID = 781371a2-3fdd-41d4-96a1-7b34cbc9e895\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
fb5a64de 23 LIBRARY_CLASS = ResetSystemLib\r
f8a61fe7 24\r
25\r
26[Sources.common]\r
27 ResetSystemLib.c\r
28\r
29[Packages]\r
f8a61fe7 30 ArmPkg/ArmPkg.dec\r
fb5a64de
LL
31 MdeModulePkg/MdeModulePkg.dec\r
32 MdePkg/MdePkg.dec\r
f8a61fe7 33 Omap35xxPkg/Omap35xxPkg.dec\r
34\r
35[Pcd.common]\r
36 gArmTokenSpaceGuid.PcdCpuResetAddress\r
3402aac7 37\r
f8a61fe7 38[LibraryClasses]\r
fb5a64de 39 IoLib\r
f8a61fe7 40\r
41[Pcd]\r
886f97c8 42 gArmTokenSpaceGuid.PcdFvBaseAddress\r