1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record.
2, Move PcdHardwareErrorRecordLevel to IntelFrameworkModulePkg 3, Change PCD type to dynamic, Platform integrator need set this PCD type as HII type PCD mapped to variable L"HwErrRecSupport". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7713 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,17 +23,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
level of support for Hardware Error Record Persistence that is implemented
|
||||
by the platform.
|
||||
|
||||
|
||||
@param HwErrRecSupportLevel
|
||||
zero value - Indicates that the platform implements no support for
|
||||
Hardware Error Record Persistence.
|
||||
non-zero value - Indicates that the platform implements Hardware Error
|
||||
Record Persistence.
|
||||
|
||||
**/
|
||||
VOID
|
||||
InitializeHwErrRecSupport (
|
||||
IN UINT16 HwErrRecSupportLevel
|
||||
VOID
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user