Skip to content

Commit e21a324

Browse files
lizthegreyclaude
andcommitted
StandaloneMm: enable serial debug output for diagnostics
Switch DebugLib from Null to BaseDebugLibSerialPort to get edk2 debug prints from StandaloneMm on the serial console. This helps diagnose initialization failures in the secure partition. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac2fdc5 commit e21a324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Platform/SolidRun/StandAloneMm/StandaloneMm.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
3838
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
3939
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
40-
# DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
41-
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
40+
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
41+
# DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
4242
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
4343
ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
4444
FvLib|MdePkg/Library/FvLib/FvLib.inf

0 commit comments

Comments
 (0)