From: "Paweł Poławski" <ppolawsk@redhat.com>
To: devel@edk2.groups.io
Subject: [PATCH v2 0/3] Enable support for terminal resize
Date: Mon, 28 Nov 2022 05:35:19 +0100 [thread overview]
Message-ID: <cover.1669610016.git.ppolawsk@redhat.com> (raw)
This is re-submission of original patches written by Laszlo Ersek.
When mode will be changed in the EFI - xterm resolution will
change too. Tested with xterm, Gnome terminal and XFCE4 terminal.
Laszlo Ersek (3):
MdeModulePkg: TerminalDxe: set xterm resolution on mode change
OvmfPkg: take PcdResizeXterm from the QEMU command line
ArmVirtPkg: take PcdResizeXterm from the QEMU command line
MdeModulePkg/MdeModulePkg.dec | 4 ++
ArmVirtPkg/ArmVirtQemu.dsc | 7 +++-
OvmfPkg/AmdSev/AmdSevX64.dsc | 1 +
OvmfPkg/CloudHv/CloudHvX64.dsc | 1 +
OvmfPkg/IntelTdx/IntelTdxX64.dsc | 1 +
OvmfPkg/Microvm/MicrovmX64.dsc | 2 +-
OvmfPkg/OvmfPkgIa32.dsc | 1 +
OvmfPkg/OvmfPkgIa32X64.dsc | 1 +
OvmfPkg/OvmfPkgX64.dsc | 1 +
ArmVirtPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.inf | 33 ++++++++++++++++
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf | 2 +
OvmfPkg/PlatformPei/PlatformPei.inf | 1 +
ArmVirtPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.c | 41 ++++++++++++++++++++
MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c | 29 ++++++++++++++
OvmfPkg/PlatformPei/Platform.c | 13 +++++++
15 files changed, 136 insertions(+), 2 deletions(-)
create mode 100644 ArmVirtPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.inf
create mode 100644 ArmVirtPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.c
--
2.38.1
next reply other threads:[~2022-11-28 4:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-28 4:35 Paweł Poławski [this message]
2022-11-28 4:35 ` [PATCH v2 1/3] MdeModulePkg: TerminalDxe: set xterm resolution on mode change Paweł Poławski
2022-11-28 4:35 ` [PATCH v2 2/3] OvmfPkg: take PcdResizeXterm from the QEMU command line Paweł Poławski
2022-11-28 4:35 ` [PATCH v2 3/3] ArmVirtPkg: " Paweł Poławski
2022-11-28 8:59 ` [edk2-devel] [PATCH v2 0/3] Enable support for terminal resize Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1669610016.git.ppolawsk@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox