From ec60da42325a73e658877eac6435fd6fda8f3a3a Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 11 Nov 2023 00:57:54 +0100 Subject: [PATCH] OvmfPkg: remove Bios Video PCDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PcdBiosVideoSetTextVgaModeEnable, PcdBiosVideoCheckVbeEnable and PcdBiosVideoCheckVgaEnable are unused at this point, remove them. This shrinks the list of resources scheduled for removal to: - GUIDs (protocols or otherwise): - gEfiLegacyBiosGuid - gEfiLegacyBiosProtocolGuid - headers: - FrameworkDxe.h - Guid/LegacyBios.h - Protocol/LegacyBios.h Cc: Ard Biesheuvel Cc: Gerd Hoffmann Cc: Jiewen Yao Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=4588 Signed-off-by: Laszlo Ersek Message-Id: <20231110235820.644381-12-lersek@redhat.com> Reviewed-by: Jiewen Yao Reviewed-by: Ard Biesheuvel Acked-by: Corvin Köhne Acked-by: Gerd Hoffmann --- OvmfPkg/OvmfPkg.dec | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/OvmfPkg/OvmfPkg.dec b/OvmfPkg/OvmfPkg.dec index c9f41c7dde..c77126ea08 100644 --- a/OvmfPkg/OvmfPkg.dec +++ b/OvmfPkg/OvmfPkg.dec @@ -291,26 +291,6 @@ # For the corresponding bits, 0 = Edge triggered and 1 = Level triggered. gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0000|UINT16|0x5 - ## Indicates if BiosVideo driver will switch to 80x25 Text VGA Mode when - # exiting boot service. - # TRUE - Switch to Text VGA Mode. - # FALSE - Does not switch to Text VGA Mode. - gUefiOvmfPkgTokenSpaceGuid.PcdBiosVideoSetTextVgaModeEnable|FALSE|BOOLEAN|0x28 - - ## Indicates if BiosVideo driver will check for VESA BIOS Extension service - # support. - # TRUE - Check for VESA BIOS Extension service. - # FALSE - Does not check for VESA BIOS Extension service. - gUefiOvmfPkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable|TRUE|BOOLEAN|0x29 - - ## Indicates if BiosVideo driver will check for VGA service support. - # NOTE: If both PcdBiosVideoCheckVbeEnable and PcdBiosVideoCheckVgaEnable - # are set to FALSE, that means Graphics Output protocol will not be - # installed, the VGA miniport protocol will be installed instead. - # TRUE - Check for VGA service.
- # FALSE - Does not check for VGA service.
- gUefiOvmfPkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable|TRUE|BOOLEAN|0x2a - ## Indicates if memory space for legacy region will be set as cacheable. # TRUE - Set cachebility for legacy region. # FALSE - Does not set cachebility for legacy region.