[edk2-devel] [PATCH v2 0/1] MdePkg: Use ANSI colors to indicate debug message severity

Rebecca Cran posted 1 patch 1 year, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
MdePkg/MdePkg.dec                                                |   6 +
MdePkg/MdePkg.dsc                                                |   2 +
MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf |   2 +-
MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf         |   2 +-
MdePkg/Include/Library/PrintLib.h                                |  39 ++++++
MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c                 |   4 +
MdePkg/Library/BasePrintLib/PrintLib.c                           | 128 ++++++++++++++++++++
MdePkg/Library/UefiDebugLibConOut/DebugLib.c                     |   4 +
8 files changed, 185 insertions(+), 2 deletions(-)
[edk2-devel] [PATCH v2 0/1] MdePkg: Use ANSI colors to indicate debug message severity
Posted by Rebecca Cran 1 year, 7 months ago
Changes in v2:

Introduced a new FeatureFlag
gEfiMdePkgTokenSpaceGuid.PcdTerminalSupportsAnsiSequences
which defaults to FALSE, and which controls whether to use
ANSI color sequences.

Rebecca Cran (1):
  MdePkg: Use ANSI colors to indicate debug message severity

 MdePkg/MdePkg.dec                                                |   6 +
 MdePkg/MdePkg.dsc                                                |   2 +
 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf |   2 +-
 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf         |   2 +-
 MdePkg/Include/Library/PrintLib.h                                |  39 ++++++
 MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c                 |   4 +
 MdePkg/Library/BasePrintLib/PrintLib.c                           | 128 ++++++++++++++++++++
 MdePkg/Library/UefiDebugLibConOut/DebugLib.c                     |   4 +
 8 files changed, 185 insertions(+), 2 deletions(-)

-- 
2.30.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93066): https://edk2.groups.io/g/devel/message/93066
Mute This Topic: https://groups.io/mt/93406438/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-