mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVExpress.dsc.inc: Added DEBUG_GCD & DEBUG_CACHE values to the list of DEBUG_*
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14563 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
047c0cbb1e
commit
4ca88ec73f
|
@ -289,6 +289,8 @@
|
||||||
# DEBUG_UNDI 0x00010000 // UNDI Driver
|
# DEBUG_UNDI 0x00010000 // UNDI Driver
|
||||||
# DEBUG_LOADFILE 0x00020000 // UNDI Driver
|
# DEBUG_LOADFILE 0x00020000 // UNDI Driver
|
||||||
# DEBUG_EVENT 0x00080000 // Event messages
|
# DEBUG_EVENT 0x00080000 // Event messages
|
||||||
|
# DEBUG_GCD 0x00100000 // Global Coherency Database changes
|
||||||
|
# DEBUG_CACHE 0x00200000 // Memory range cachability changes
|
||||||
# DEBUG_ERROR 0x80000000 // Error
|
# DEBUG_ERROR 0x80000000 // Error
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue