]>
Commit | Line | Data |
---|---|---|
1 | ## @file\r | |
2 | # Provides drivers and definitions to support fsp in EDKII bios.\r | |
3 | #\r | |
4 | # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r | |
5 | # This program and the accompanying materials are licensed and made available under\r | |
6 | # the terms and conditions of the BSD License that accompanies this distribution.\r | |
7 | # The full text of the license may be found at\r | |
8 | # http://opensource.org/licenses/bsd-license.php.\r | |
9 | #\r | |
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
12 | #\r | |
13 | ##\r | |
14 | \r | |
15 | [Defines]\r | |
16 | PLATFORM_NAME = IntelFspWrapperPkg\r | |
17 | PLATFORM_GUID = BC1EC7D4-8550-4a64-B7F5-8E0EF864FFA2\r | |
18 | PLATFORM_VERSION = 0.1\r | |
19 | DSC_SPECIFICATION = 0x00010005\r | |
20 | OUTPUT_DIRECTORY = Build/IntelFspWrapperPkg\r | |
21 | SUPPORTED_ARCHITECTURES = IA32|X64\r | |
22 | BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r | |
23 | SKUID_IDENTIFIER = DEFAULT\r | |
24 | \r | |
25 | [LibraryClasses]\r | |
26 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r | |
27 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r | |
28 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
29 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
30 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
31 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r | |
32 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r | |
33 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r | |
34 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
35 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r | |
36 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
37 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r | |
38 | \r | |
39 | # Dummy - test build only\r | |
40 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r | |
41 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
42 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r | |
43 | \r | |
44 | # MdeModulePkg\r | |
45 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r | |
46 | \r | |
47 | # UefiCpuPkg\r | |
48 | UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r | |
49 | LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r | |
50 | \r | |
51 | # FSP lib\r | |
52 | FspApiLib|IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf\r | |
53 | \r | |
54 | # FSP platform sample\r | |
55 | FspPlatformInfoLib|IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf\r | |
56 | FspPlatformSecLib|IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf\r | |
57 | FspHobProcessLib|IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf\r | |
58 | \r | |
59 | [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]\r | |
60 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
61 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
62 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
63 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
64 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
65 | \r | |
66 | [LibraryClasses.common.DXE_DRIVER]\r | |
67 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
68 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
69 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r | |
70 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r | |
71 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r | |
72 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
73 | DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r | |
74 | \r | |
75 | [Components.Ia32]\r | |
76 | IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf\r | |
77 | IntelFspWrapperPkg/FspInitPei/FspInitPei.inf\r | |
78 | \r | |
79 | [Components.IA32, Components.X64]\r | |
80 | IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf\r | |
81 | \r | |
82 | [PcdsFixedAtBuild.common]\r | |
83 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r | |
84 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046\r | |
85 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r | |
86 | \r | |
87 | [BuildOptions]\r | |
88 | *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r |