audk/MdeModulePkg/Include/Guid
Cosmo Lai 6964b5c48c MdeModulePkg/Include: Long debug string is truncated to 104 char
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3986

The EFI_STATUS_CODE_DATA_MAX_SIZE is defined as 200 in MdeModulePkg.
After reducing 96byte buffer for variable parameters it is limited to
only 104 char debug string. This is a non-necessary limitation.
This change sets EFI_STATUS_CODE_DATA_MAX_SIZE to 0x200, and moves
MAX_EXTENDED_DATA_SIZE definition to the same header file with value
of EFI_STATUS_CODE_DATA_MAX_SIZE + sizeof (EFI_STATUS_CODE_DATA)
which is used in ReportStatusCodeLib to support longer debug string.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Dandan Bi <dandan.bi@intel.com>

Signed-off-by: Cosmo Lai <cosmo.lai@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
2022-07-23 03:12:49 +00:00
..
AcpiS3Context.h
BootDiscoveryPolicy.h
BootScriptExecutorVariable.h
CapsuleVendor.h
ConnectConInEvent.h
ConsoleInDevice.h
ConsoleOutDevice.h
Crc32GuidedSectionExtraction.h
DebugMask.h
DriverSampleHii.h
EndOfS3Resume.h
EventExitBootServiceFailed.h
ExtendedFirmwarePerformance.h
FaultTolerantWrite.h
FirmwarePerformance.h
HiiBootMaintenanceFormset.h
HiiResourceSampleHii.h
IdleLoopEvent.h
LoadModuleAtFixedAddress.h
LzmaDecompress.h
MdeModuleHii.h
MdeModulePkgTokenSpace.h
MemoryProfile.h
MemoryStatusCodeRecord.h
MemoryTypeInformation.h
MigratedFvInfo.h
MtcVendor.h
NonDiscoverableDevice.h
PcdDataBaseHobGuid.h
PcdDataBaseSignatureGuid.h
Performance.h
PerformanceMeasurement.h
PiSmmCommunicationRegionTable.h
PiSmmMemoryAttributesTable.h
PlatDriOverrideHii.h
PlatformHasAcpi.h
RamDiskHii.h
RecoveryDevice.h
S3SmmInitDone.h
S3StorageDeviceInitList.h
SerialPortLibVendor.h
SmiHandlerProfile.h
SmmLockBox.h
SmmVariableCommon.h
StandardErrorDevice.h
StatusCodeCallbackGuid.h
StatusCodeDataTypeDebug.h
StatusCodeDataTypeVariable.h
SystemNvDataGuid.h
TtyTerm.h
UsbKeyBoardLayout.h
VarCheckPolicyMmi.h
VarErrorFlag.h
VariableFlashInfo.h
VariableFormat.h
VariableIndexTable.h
ZeroGuid.h