public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/1] MdePkg: Use ANSI colors to indicate debug message severity
@ 2022-09-02 11:23 Rebecca Cran
  2022-09-02 11:23 ` [PATCH v3 1/1] " Rebecca Cran
  0 siblings, 1 reply; 4+ messages in thread
From: Rebecca Cran @ 2022-09-02 11:23 UTC (permalink / raw)
  To: devel, Michael D Kinney, Liming Gao, Zhiguang Liu, Andrew Fish
  Cc: Rebecca Cran

Changes in v3:

Renamed the FeatureFlag to PcdDebugAnsiSeqSupport.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-06 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 11:23 [PATCH v3 0/1] MdePkg: Use ANSI colors to indicate debug message severity Rebecca Cran
2022-09-02 11:23 ` [PATCH v3 1/1] " Rebecca Cran
2022-09-06 18:40   ` Michael D Kinney
2022-09-06 21:51     ` Rebecca Cran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox