Blame SOURCES/edk2-Revert-MdeModulePkg-TerminalDxe-add-other-text-resol.patch

8ff9b3
From ca0c903fb6d028d679e7afef22d70914ad920212 Mon Sep 17 00:00:00 2001
8ff9b3
From: Gerd Hoffmann <kraxel@redhat.com>
8ff9b3
Date: Tue, 14 Feb 2023 12:48:06 +0100
8ff9b3
Subject: [PATCH] Revert "MdeModulePkg: TerminalDxe: add other text resolutions
8ff9b3
 (RHEL only)"
8ff9b3
8ff9b3
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
8ff9b3
RH-MergeRequest: 28: Revert "MdeModulePkg: TerminalDxe: add other text resolutions (RHEL only)"
8ff9b3
RH-Bugzilla: 2162307
8ff9b3
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
8ff9b3
RH-Commit: [1/1] aa3432ccf8e01b9e9058fe82a6a22c28137b8b4c (kraxel/centos-edk2)
8ff9b3
8ff9b3
This reverts commit cef6b69ea8f009aeba50b2f4b69889f9500fa585.
8ff9b3
---
8ff9b3
 .../Universal/Console/TerminalDxe/Terminal.c  | 41 ++-----------------
8ff9b3
 1 file changed, 3 insertions(+), 38 deletions(-)
8ff9b3
8ff9b3
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
8ff9b3
index dfd9c96773..e2d779c783 100644
8ff9b3
--- a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
8ff9b3
+++ b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
8ff9b3
@@ -112,44 +112,9 @@ TERMINAL_DEV  mTerminalDevTemplate = {
8ff9b3
 };
8ff9b3
 
8ff9b3
 TERMINAL_CONSOLE_MODE_DATA  mTerminalConsoleModeData[] = {
8ff9b3
-  {   80,  25 }, // from graphics resolution  640 x  480
8ff9b3
-  {   80,  50 }, // from graphics resolution  640 x  960
8ff9b3
-  {  100,  25 }, // from graphics resolution  800 x  480
8ff9b3
-  {  100,  31 }, // from graphics resolution  800 x  600
8ff9b3
-  {  104,  32 }, // from graphics resolution  832 x  624
8ff9b3
-  {  120,  33 }, // from graphics resolution  960 x  640
8ff9b3
-  {  128,  31 }, // from graphics resolution 1024 x  600
8ff9b3
-  {  128,  40 }, // from graphics resolution 1024 x  768
8ff9b3
-  {  144,  45 }, // from graphics resolution 1152 x  864
8ff9b3
-  {  144,  45 }, // from graphics resolution 1152 x  870
8ff9b3
-  {  160,  37 }, // from graphics resolution 1280 x  720
8ff9b3
-  {  160,  40 }, // from graphics resolution 1280 x  760
8ff9b3
-  {  160,  40 }, // from graphics resolution 1280 x  768
8ff9b3
-  {  160,  42 }, // from graphics resolution 1280 x  800
8ff9b3
-  {  160,  50 }, // from graphics resolution 1280 x  960
8ff9b3
-  {  160,  53 }, // from graphics resolution 1280 x 1024
8ff9b3
-  {  170,  40 }, // from graphics resolution 1360 x  768
8ff9b3
-  {  170,  40 }, // from graphics resolution 1366 x  768
8ff9b3
-  {  175,  55 }, // from graphics resolution 1400 x 1050
8ff9b3
-  {  180,  47 }, // from graphics resolution 1440 x  900
8ff9b3
-  {  200,  47 }, // from graphics resolution 1600 x  900
8ff9b3
-  {  200,  63 }, // from graphics resolution 1600 x 1200
8ff9b3
-  {  210,  55 }, // from graphics resolution 1680 x 1050
8ff9b3
-  {  240,  56 }, // from graphics resolution 1920 x 1080
8ff9b3
-  {  240,  63 }, // from graphics resolution 1920 x 1200
8ff9b3
-  {  240,  75 }, // from graphics resolution 1920 x 1440
8ff9b3
-  {  250, 105 }, // from graphics resolution 2000 x 2000
8ff9b3
-  {  256,  80 }, // from graphics resolution 2048 x 1536
8ff9b3
-  {  256, 107 }, // from graphics resolution 2048 x 2048
8ff9b3
-  {  320,  75 }, // from graphics resolution 2560 x 1440
8ff9b3
-  {  320,  84 }, // from graphics resolution 2560 x 1600
8ff9b3
-  {  320, 107 }, // from graphics resolution 2560 x 2048
8ff9b3
-  {  350, 110 }, // from graphics resolution 2800 x 2100
8ff9b3
-  {  400, 126 }, // from graphics resolution 3200 x 2400
8ff9b3
-  {  480, 113 }, // from graphics resolution 3840 x 2160
8ff9b3
-  {  512, 113 }, // from graphics resolution 4096 x 2160
8ff9b3
-  {  960, 227 }, // from graphics resolution 7680 x 4320
8ff9b3
-  { 1024, 227 }, // from graphics resolution 8192 x 4320
8ff9b3
+  { 80,  25 },
8ff9b3
+  { 80,  50 },
8ff9b3
+  { 100, 31 },
8ff9b3
   //
8ff9b3
   // New modes can be added here.
8ff9b3
   //
8ff9b3
-- 
8ff9b3
2.31.1
8ff9b3