From: BigfootACA Date: 星期三, 9 Feb 2022 18:39:51 +0000 (+0800) Subject: sdm845Pkg: CommonDsc.dsc.inc: change PcdDebugPrintErrorLevel X-Git-Tag: v2.0rc1~18 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=41a4401a4e851637cd0891de7333f708bb2bf93d;p=edk2-sdm845.git sdm845Pkg: CommonDsc.dsc.inc: change PcdDebugPrintErrorLevel --- diff --git a/sdm845Pkg/CommonDsc.dsc.inc b/sdm845Pkg/CommonDsc.dsc.inc index db0c569..ca5ca38 100644 --- a/sdm845Pkg/CommonDsc.dsc.inc +++ b/sdm845Pkg/CommonDsc.dsc.inc @@ -306,7 +306,11 @@ # DEBUG_EVENT 0x00080000 // Event messages # DEBUG_ERROR 0x80000000 // Error +!if $(TARGET) != RELEASE + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040 +!else gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000 +!endif gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06 # @@ -337,5 +341,3 @@ [PcdsDynamicHii.common.DEFAULT] gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|3 # Variable: L"Timeout" - -