Skip to content

Commit 5b4b81f

Browse files
committed
Temp enable Serial Mesages
1 parent e2dbac8 commit 5b4b81f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Platforms/QemuQ35Pkg/ResetVector/ResetVector.nasmb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@
3636

3737
%include "PostCodes.inc"
3838

39-
%ifdef DEBUG_PORT80
40-
%include "Port80Debug.asm"
41-
%elifdef DEBUG_SERIAL
42-
%include "SerialDebug.asm"
43-
%else
44-
%include "DebugDisabled.asm"
45-
%endif
39+
%include "SerialDebug.asm"
40+
%undef DEFAULT_COM_BASE
41+
%define DEFAULT_COM_BASE 0x402
42+
%undef SERIAL_PORT_IO_BASE_ADDRESS
43+
%define SERIAL_PORT_IO_BASE_ADDRESS DEFAULT_COM_BASE
4644

4745
%include "Ia32/SearchForBfvBase.asm"
4846
%include "Ia32/SearchForSecEntry.asm"

0 commit comments

Comments
 (0)