public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Paweł Poławski" <ppolawsk@redhat.com>
To: devel@edk2.groups.io
Subject: [edk2-devel] PATCH v3 0/3 Add xterm resize support to OVMF
Date: Fri, 17 Feb 2023 14:01:36 +0100	[thread overview]
Message-ID: <cover.1675733286.git.ppolawsk@redhat.com> (raw)

This set of patches adds xterm resize sequences support to OvmfPkg
and ArmVirtPkg. This way firmware will be able to sent resize
requests to user terminal (gnome-terminal, xterm, xfce4-terminal).

To test this feature you can use a new configuration option:
-fw_cfg name=opt/org.tianocore/PcdResizeXterm,string=1

Laszlo Ersek (3):
  MdeModulePkg: TerminalDxe: set xterm resolution on mode change
  ArmVirtPkg: take PcdResizeXterm from the QEMU command line
  OvmfPkg: take PcdResizeXterm from the QEMU command line

 MdeModulePkg/MdeModulePkg.dec                                     |  4 ++
 ArmVirtPkg/ArmVirtQemu.dsc                                        |  7 +++-
 OvmfPkg/AmdSev/AmdSevX64.dsc                                      |  6 ++-
 OvmfPkg/CloudHv/CloudHvX64.dsc                                    |  6 ++-
 OvmfPkg/IntelTdx/IntelTdxX64.dsc                                  |  6 ++-
 OvmfPkg/Microvm/MicrovmX64.dsc                                    |  6 ++-
 OvmfPkg/OvmfPkgIa32.dsc                                           |  6 ++-
 OvmfPkg/OvmfPkgIa32X64.dsc                                        |  6 ++-
 OvmfPkg/OvmfPkgX64.dsc                                            |  6 ++-
 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf        |  2 +
 OvmfPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.inf | 33 ++++++++++++++++
 OvmfPkg/PlatformPei/PlatformPei.inf                               |  1 +
 MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c       | 29 ++++++++++++++
 OvmfPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.c   | 41 ++++++++++++++++++++
 14 files changed, 151 insertions(+), 8 deletions(-)
 create mode 100644 OvmfPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.inf
 create mode 100644 OvmfPkg/Library/TerminalPcdProducerLib/TerminalPcdProducerLib.c

-- 
2.39.1


             reply	other threads:[~2023-02-17 13:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17 13:01 Paweł Poławski [this message]
2023-02-17 13:01 ` [edk2-devel] PATCH v3 1/3 MdeModulePkg: TerminalDxe: set xterm resolution on mode change Paweł Poławski
2023-04-04 15:12   ` Ard Biesheuvel
2023-02-17 13:01 ` [edk2-devel] PATCH v3 2/3 ArmVirtPkg: take PcdResizeXterm from the QEMU command line Paweł Poławski
2023-02-17 13:01 ` [edk2-devel] PATCH v3 3/3 OvmfPkg: " Paweł Poławski
     [not found] ` <17449E3B102C52E2.23192@groups.io>
2023-03-07 12:47   ` [edk2-devel] PATCH v3 1/3 MdeModulePkg: TerminalDxe: set xterm resolution on mode change Paweł Poławski
2023-03-10  2:31 ` 回复: [edk2-devel] PATCH v3 0/3 Add xterm resize support to OVMF gaoliming
2023-03-24 13:57   ` Paweł Poławski
     [not found] ` <17449E3BBCD94462.23192@groups.io>
2023-03-24 13:59   ` [edk2-devel] PATCH v3 3/3 OvmfPkg: take PcdResizeXterm from the QEMU command line Paweł Poławski
     [not found] ` <17449E3B887C4E80.23192@groups.io>
2023-03-24 14:00   ` [edk2-devel] PATCH v3 2/3 ArmVirtPkg: " Paweł Poławski

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.1675733286.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