]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
drop superfluous resolution patch
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Mar 2022 14:20:15 +0000 (15:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Mar 2022 14:20:17 +0000 (15:20 +0100)
commit 862ea6e836 ("OvmfPkg: change qemu default resolution to
1280x800") made our patch that changed it to 1024x768 obsolete.

Note that QEMU is planning to change their default from 1024x768 to
1280x800 in QEMU 7.0, so that's where that new value is coming from.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/0001-ovmf-platform-default-to-higher-resolution.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/0001-ovmf-platform-default-to-higher-resolution.patch b/debian/patches/0001-ovmf-platform-default-to-higher-resolution.patch
deleted file mode 100644 (file)
index 4a440d0..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Thomas Lamprecht <t.lamprecht@proxmox.com>
-Date: Mon, 15 Nov 2021 16:45:40 +0100
-Subject: [PATCH] ovmf platform: default to higher resolution
-
-Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
----
- OvmfPkg/OvmfPkgIa32.dsc    | 4 ++--
- OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++--
- OvmfPkg/OvmfPkgX64.dsc     | 4 ++--
- 3 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc
-index d1d92c97ba..0388f4621a 100644
---- a/OvmfPkg/OvmfPkgIa32.dsc
-+++ b/OvmfPkg/OvmfPkgIa32.dsc
-@@ -599,8 +599,8 @@
-   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
-   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
- !endif\r
--  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
--  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
-+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024\r
-+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768\r
-   gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
-   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
-   gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
-diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc
-index a467ab7090..6c215600f8 100644
---- a/OvmfPkg/OvmfPkgIa32X64.dsc
-+++ b/OvmfPkg/OvmfPkgIa32X64.dsc
-@@ -605,8 +605,8 @@
-   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
-   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
- !endif\r
--  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
--  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
-+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024\r
-+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768\r
-   gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
-   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
-   gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
-diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc
-index e56b83d95e..bcb33a06ca 100644
---- a/OvmfPkg/OvmfPkgX64.dsc
-+++ b/OvmfPkg/OvmfPkgX64.dsc
-@@ -605,8 +605,8 @@
-   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
-   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
- !endif\r
--  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
--  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
-+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024\r
-+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768\r
-   gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
-   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
-   gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
index 90a0e29e706c371685e101345f22a70f4078c458..31911bc9a9e31ec3f69c3a9dc14bf4e151c5121f 100644 (file)
@@ -1,3 +1,2 @@
 no-stack-protector-all-archs.diff
 brotlicompress-disable.diff
 no-stack-protector-all-archs.diff
 brotlicompress-disable.diff
-0001-ovmf-platform-default-to-higher-resolution.patch