Skip to content

Commit

Permalink
OvmfPkg: allow overriding default console redirection state
Browse files Browse the repository at this point in the history
It is generally useful for testing, to be able to build
QEMU firmware which will have serial enabled by default.

Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Oct 9, 2023
1 parent 97decab commit 31c1385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OvmfPkg/OvmfPkgX64.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
DEFINE IOMMU_ENABLE = FALSE
DEFINE SETUP_PASSWORD_ENABLE = TRUE
DEFINE SERIAL_TERMINAL = TRUE
DEFINE SERIAL_REDIRECTION_DEFAULT = FALSE

#
# Network definition
Expand Down Expand Up @@ -574,6 +575,7 @@
gDasharoSystemFeaturesTokenSpaceGuid.PcdDefaultNetworkBootEnable|FALSE
gDasharoSystemFeaturesTokenSpaceGuid.PcdDasharoEnterprise|TRUE
gDasharoSystemFeaturesTokenSpaceGuid.PcdShowIommuOptions|TRUE
gDasharoSystemFeaturesTokenSpaceGuid.PcdSerialRedirectionDefaultState|$(SERIAL_REDIRECTION_DEFAULT)

################################################################################
#
Expand Down

0 comments on commit 31c1385

Please sign in to comment.