Skip to content

Commit

Permalink
Merged PR 5874: AdvLoggerPkg.dec: Remove PcdAdvancedLoggerHdwPortDisable
Browse files Browse the repository at this point in the history
This PCD is not referenced anywhere in the package. This change
removes it to prevent confusion on the PCD as a potential
configuration point for advanced logger.
  • Loading branch information
makubacki committed Aug 11, 2022
1 parent ad52e6b commit 8770182
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions AdvLoggerPkg/AdvLoggerPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@
#
gAdvLoggerPkgTokenSpaceGuid.PcdAdvancedLoggerPages|1024|UINT32|0x00010183

## PcdAdvancedLoggerHdwPortDisable - When to turn off writing to the HdwPort.
##
# The values supported are:
# 0 = Never
# 2 = Exit Boot Services
# 4 = Virtual Address Change
#
gAdvLoggerPkgTokenSpaceGuid.PcdAdvancedLoggerHdwPortDisable|0x04|UINT8|0x00010188

## PcdAdvancedFileLoggerFlush - When the in memory log is flushed to media
# The values supported are:
# 0 = Never
Expand Down

0 comments on commit 8770182

Please sign in to comment.