We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dbac8 commit 5b4b81fCopy full SHA for 5b4b81f
Platforms/QemuQ35Pkg/ResetVector/ResetVector.nasmb
@@ -36,13 +36,11 @@
36
37
%include "PostCodes.inc"
38
39
-%ifdef DEBUG_PORT80
40
- %include "Port80Debug.asm"
41
-%elifdef DEBUG_SERIAL
42
- %include "SerialDebug.asm"
43
-%else
44
- %include "DebugDisabled.asm"
45
-%endif
+%include "SerialDebug.asm"
+%undef DEFAULT_COM_BASE
+%define DEFAULT_COM_BASE 0x402
+%undef SERIAL_PORT_IO_BASE_ADDRESS
+%define SERIAL_PORT_IO_BASE_ADDRESS DEFAULT_COM_BASE
46
47
%include "Ia32/SearchForBfvBase.asm"
48
%include "Ia32/SearchForSecEntry.asm"
0 commit comments