mirror of https://github.com/acidanthera/audk.git
Select correct library instance of PeCoffLoaderLib for DXE_CORE
Open the debug print flag. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3095 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3d806b5af2
commit
7d421cff2b
|
@ -93,8 +93,7 @@
|
|||
MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
||||
UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
||||
ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
PeCoffLoaderLib|$(WORKSPACE)/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf
|
||||
PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
||||
PeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf
|
||||
UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
||||
DebugLib|$(WORKSPACE)/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
||||
|
||||
|
@ -253,7 +252,7 @@
|
|||
PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
||||
PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
|
||||
PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
|
||||
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
|
||||
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
|
||||
PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x1f
|
||||
PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
|
||||
PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000040
|
||||
|
|
Loading…
Reference in New Issue