Enhance inf and dec file to follow specs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11392 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -36,11 +36,11 @@
|
|||||||
DxeLoad.c
|
DxeLoad.c
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
X64/VirtualMemory.h ||||PcdDxeIplSwitchToLongMode
|
X64/VirtualMemory.h ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
|
||||||
X64/VirtualMemory.c ||||PcdDxeIplSwitchToLongMode
|
X64/VirtualMemory.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
|
||||||
Ia32/DxeLoadFunc.c
|
Ia32/DxeLoadFunc.c
|
||||||
Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode
|
Ia32/IdtVectorAsm.asm||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
|
||||||
Ia32/IdtVectorAsm.S ||||PcdDxeIplSwitchToLongMode
|
Ia32/IdtVectorAsm.S ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/VirtualMemory.h
|
X64/VirtualMemory.h
|
||||||
|
@@ -382,7 +382,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|0x30000011
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|0x30000011
|
||||||
|
|
||||||
## FFS filename to find the ACPI tables
|
## FFS filename to find the ACPI tables
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile|{ 0x25, 0x4e, 0x37, 0x7e, 0x01, 0x8e, 0xee, 0x4f, 0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd }|VOID*|16
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile|{ 0x25, 0x4e, 0x37, 0x7e, 0x01, 0x8e, 0xee, 0x4f, 0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd }|VOID*|0x30000016
|
||||||
|
|
||||||
## Single root I/O virtualization virtual function memory BAR alignment
|
## Single root I/O virtualization virtual function memory BAR alignment
|
||||||
# BITN set indicates 2 of n+12 power
|
# BITN set indicates 2 of n+12 power
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
# It installs the Capsule Architectural Protocol defined in PI1.0a to signify
|
# It installs the Capsule Architectural Protocol defined in PI1.0a to signify
|
||||||
# the capsule runtime services are ready.
|
# the capsule runtime services are ready.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support.
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset ## Populate Image requires reset support.
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable
|
gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable
|
||||||
|
@@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
DevicePathUtilities.c
|
DevicePathUtilities.c
|
||||||
DevicePathToText.c ||||PcdDevicePathSupportDevicePathToText
|
DevicePathToText.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText
|
||||||
DevicePathFromText.c ||||PcdDevicePathSupportDevicePathFromText
|
DevicePathFromText.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
|
||||||
DevicePath.h
|
DevicePath.h
|
||||||
DevicePath.c
|
DevicePath.c
|
||||||
|
|
||||||
@@ -54,18 +54,18 @@
|
|||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiVTUTF8Guid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiVTUTF8Guid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiVT100Guid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiVT100Guid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiVT100PlusGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiVT100PlusGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiPcAnsiGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiPcAnsiGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiUartDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiUartDevicePathGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiSasDevicePathGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## PRODUCES
|
gEfiDevicePathToTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## PRODUCES
|
||||||
gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES
|
gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## PRODUCES
|
||||||
gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES
|
gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES
|
||||||
gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
gEfiDebugPortProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[FeaturePcd]
|
[FeaturePcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
# It allows code running in the boot services environment to perform lexical
|
# It allows code running in the boot services environment to perform lexical
|
||||||
# comparison functions on Unicode strings for English languages.
|
# comparison functions on Unicode strings for English languages.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -52,6 +52,6 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support
|
gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiUnicodeCollationProtocolGuid | PcdUnicodeCollationSupport ## PRODUCES
|
gEfiUnicodeCollationProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport ## PRODUCES
|
||||||
gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## PRODUCES
|
gEfiUnicodeCollation2ProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support ## PRODUCES
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# which provides fault tolerant write capability for block devices.
|
# which provides fault tolerant write capability for block devices.
|
||||||
# Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access.
|
# Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
gEfiSystemNvDataFvGuid ## CONSUMES ## FV Signature of Working Space Header
|
gEfiSystemNvDataFvGuid ## CONSUMES ## FV Signature of Working Space Header
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSwapAddressRangeProtocolGuid | PcdFullFtwServiceEnable ## CONSUMES
|
gEfiSwapAddressRangeProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## CONSUMES
|
||||||
gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES
|
gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES
|
||||||
gEfiFaultTolerantWriteProtocolGuid ## PRODUCES
|
gEfiFaultTolerantWriteProtocolGuid ## PRODUCES
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
gEfiSystemNvDataFvGuid ## CONSUMES ## FV Signature of Working Space Header
|
gEfiSystemNvDataFvGuid ## CONSUMES ## FV Signature of Working Space Header
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSmmSwapAddressRangeProtocolGuid | PcdFullFtwServiceEnable ## CONSUMES
|
gEfiSmmSwapAddressRangeProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## CONSUMES
|
||||||
gEfiSmmFirmwareVolumeBlockProtocolGuid ## CONSUMES
|
gEfiSmmFirmwareVolumeBlockProtocolGuid ## CONSUMES
|
||||||
gEfiSmmFaultTolerantWriteProtocolGuid ## PRODUCES
|
gEfiSmmFaultTolerantWriteProtocolGuid ## PRODUCES
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
## @file
|
## @file
|
||||||
# The DXE driver produces HII protocols defined in UEFI HII 2.1 specificatin.
|
# The DXE driver produces HII protocols defined in UEFI HII 2.1 specificatin.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiHiiStringProtocolGuid ## PRODUCES
|
gEfiHiiStringProtocolGuid ## PRODUCES
|
||||||
gEfiHiiImageProtocolGuid |PcdSupportHiiImageProtocol ## PRODUCES
|
gEfiHiiImageProtocolGuid |gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol ## PRODUCES
|
||||||
gEfiHiiConfigRoutingProtocolGuid ## PRODUCES
|
gEfiHiiConfigRoutingProtocolGuid ## PRODUCES
|
||||||
gEfiHiiDatabaseProtocolGuid ## PRODUCES
|
gEfiHiiDatabaseProtocolGuid ## PRODUCES
|
||||||
gEfiHiiFontProtocolGuid ## PRODUCES
|
gEfiHiiFontProtocolGuid ## PRODUCES
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's
|
# Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's
|
||||||
# attributes were not actually modified.
|
# attributes were not actually modified.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
BASE_NAME = LegacyRegion2Dxe
|
BASE_NAME = LegacyRegion2Dxe
|
||||||
FILE_GUID = EC2BEECA-E84A-445B-869B-F7A73C96F58A
|
FILE_GUID = EC2BEECA-E84A-445B-869B-F7A73C96F58A
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = LegacyRegion2Install
|
ENTRY_POINT = LegacyRegion2Install
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -271,7 +271,7 @@
|
|||||||
# - Variable GUID for HII type PCD
|
# - Variable GUID for HII type PCD
|
||||||
# - Token space GUID for dynamicex type PCD
|
# - Token space GUID for dynamicex type PCD
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry || PcdPeiFullPcdDatabaseEnable
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry || gEfiMdeModulePkgTokenSpaceGuid.PcdPeiFullPcdDatabaseEnable
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
## @file
|
## @file
|
||||||
# Report Status Code Router PEIM which produces Report Stataus Code Handler PPI and Status Code PPI.
|
# Report Status Code Router PEIM which produces Report Stataus Code Handler PPI and Status Code PPI.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
BASE_NAME = ReportStatusCodeRouterPei
|
BASE_NAME = ReportStatusCodeRouterPei
|
||||||
FILE_GUID = A3610442-E69F-4DF3-82CA-2360C4031A23
|
FILE_GUID = A3610442-E69F-4DF3-82CA-2360C4031A23
|
||||||
MODULE_TYPE = PEIM
|
MODULE_TYPE = PEIM
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = GenericStatusCodePeiEntry
|
ENTRY_POINT = GenericStatusCodePeiEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Report Status Code Router Driver which produces Report Stataus Code Handler Protocol
|
# Report Status Code Router Driver which produces Report Stataus Code Handler Protocol
|
||||||
# and Status Code Runtime Protocol.
|
# and Status Code Runtime Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
BASE_NAME = ReportStatusCodeRouterRuntimeDxe
|
BASE_NAME = ReportStatusCodeRouterRuntimeDxe
|
||||||
FILE_GUID = D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C
|
FILE_GUID = D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C
|
||||||
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = GenericStatusCodeRuntimeDxeEntry
|
ENTRY_POINT = GenericStatusCodeRuntimeDxeEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Report Status Code Router Driver which produces Report Stataus Code Handler Protocol
|
# Report Status Code Router Driver which produces Report Stataus Code Handler Protocol
|
||||||
# and Status Code Runtime Protocol.
|
# and Status Code Runtime Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
FILE_GUID = A6885402-D022-4b0e-A509-4711B90F2A39
|
FILE_GUID = A6885402-D022-4b0e-A509-4711B90F2A39
|
||||||
MODULE_TYPE = DXE_SMM_DRIVER
|
MODULE_TYPE = DXE_SMM_DRIVER
|
||||||
PI_SPECIFICATION_VERSION = 0x0001000A
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = GenericStatusCodeSmmEntry
|
ENTRY_POINT = GenericStatusCodeSmmEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Report Status Code Handler PEIM which produces general handlers and hook them
|
# Report Status Code Handler PEIM which produces general handlers and hook them
|
||||||
# onto the PEI status code router.
|
# onto the PEI status code router.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
BASE_NAME = StatusCodeHandlerPei
|
BASE_NAME = StatusCodeHandlerPei
|
||||||
FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0
|
FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0
|
||||||
MODULE_TYPE = PEIM
|
MODULE_TYPE = PEIM
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = StatusCodeHandlerPeiEntry
|
ENTRY_POINT = StatusCodeHandlerPeiEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -60,7 +61,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiPeiRscHandlerPpiGuid
|
gEfiPeiRscHandlerPpiGuid
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Status Code Handler Driver which produces general handlers and hook them
|
# Status Code Handler Driver which produces general handlers and hook them
|
||||||
# onto the DXE status code router.
|
# onto the DXE status code router.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
BASE_NAME = StatusCodeHandlerRuntimeDxe
|
BASE_NAME = StatusCodeHandlerRuntimeDxe
|
||||||
FILE_GUID = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891
|
FILE_GUID = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891
|
||||||
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = StatusCodeHandlerRuntimeDxeEntry
|
ENTRY_POINT = StatusCodeHandlerRuntimeDxeEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -66,7 +67,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiRscHandlerProtocolGuid
|
gEfiRscHandlerProtocolGuid
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Status Code Handler Driver which produces general handlers and hook them
|
# Status Code Handler Driver which produces general handlers and hook them
|
||||||
# onto the SMM status code router.
|
# onto the SMM status code router.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
FILE_GUID = 79CD78D8-6EDC-4978-BD02-3299C387AB17
|
FILE_GUID = 79CD78D8-6EDC-4978-BD02-3299C387AB17
|
||||||
MODULE_TYPE = DXE_SMM_DRIVER
|
MODULE_TYPE = DXE_SMM_DRIVER
|
||||||
PI_SPECIFICATION_VERSION = 0x0001000A
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = StatusCodeHandlerSmmEntry
|
ENTRY_POINT = StatusCodeHandlerSmmEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -62,7 +63,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiSmmRscHandlerProtocolGuid
|
gEfiSmmRscHandlerProtocolGuid
|
||||||
|
Reference in New Issue
Block a user