sdm845Pkg: CommonDsc.dsc.inc: change PcdDebugPrintErrorLevel
authorBigfootACA <bigfoot@classfun.cn>
星期三, 9 Feb 2022 18:39:51 +0000 (02:39 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期四, 10 Feb 2022 08:45:00 +0000 (16:45 +0800)
sdm845Pkg/CommonDsc.dsc.inc

index db0c56931617c573f04829c27e735b1270af3cde..ca5ca38f28915da27c82f1e47cd9c7219f9c4e67 100644 (file)
   #  DEBUG_EVENT     0x00080000  // Event messages
   #  DEBUG_ERROR     0x80000000  // Error
 
+!if $(TARGET) != RELEASE
+  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
+!else
   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
+!endif
   gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
 
   #
 
 [PcdsDynamicHii.common.DEFAULT]
   gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|3 # Variable: L"Timeout"
-
-