Skip to content

Commit

Permalink
QRD: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Feb 26, 2025
1 parent 1f613bf commit e425db5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Platforms/AndromedaPkg/Andromeda.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
!else
gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x00
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x00
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000000
gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fee0f
gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x00
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
!endif

gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
Expand Down
2 changes: 1 addition & 1 deletion Platforms/AndromedaPkg/Include/Resources/font5x12.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define FONT_WIDTH 5
#define FONT_HEIGHT 12

#define SCALE_FACTOR 1
#define SCALE_FACTOR 2

unsigned font5x12[] = {
0x00000000, 0x00000000, 0x08421080, 0x00020084, 0x00052940, 0x00000000,
Expand Down
2 changes: 1 addition & 1 deletion Platforms/KonaPkg/Kona.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
SECURE_BOOT = 1
USE_PHYSICAL_TIMER = 0

USE_SCREEN_FOR_SERIAL_OUTPUT = 0
USE_SCREEN_FOR_SERIAL_OUTPUT = 1
USE_UART_GENI_FOR_SERIAL_OUTPUT = 0
USE_UART_DM_FOR_SERIAL_OUTPUT = 0
USE_MEMORY_FOR_SERIAL_OUTPUT = 0
Expand Down

0 comments on commit e425db5

Please sign in to comment.