All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <dkiper@net-space.pl>
Cc: Paul Menzel <pmenzel@molgen.mpg.de>,
	Glenn Washburn <development@efficientek.com>
Subject: [PATCH v2 0/2] Add efitextmode command
Date: Fri, 13 May 2022 12:54:10 -0500	[thread overview]
Message-ID: <cover.1652464320.git.development@efficientek.com> (raw)

Updates since v1:
* Update documentation language as suggested by Paul

This patch add the efitextmode command which is used for showing all
available text output modes and setting a specific mode. Its basically the
equivalent of the EFI Shell's "mode" command and its output looks similar.
The main difference is that its shows the mode number in the listing and
takes a mode number when setting the mode. As a convenience, it can take
arguments "min" or "max" to set to the minimum or maximum mode.

Glenn

Glenn Washburn (2):
  efi: Add efitextmode command for getting/setting the text mode
    resolution
  docs: Document efitextmode command

 docs/grub.texi                       |  26 ++++++
 grub-core/Makefile.core.def          |   6 ++
 grub-core/commands/efi/efitextmode.c | 118 +++++++++++++++++++++++++++
 3 files changed, 150 insertions(+)
 create mode 100644 grub-core/commands/efi/efitextmode.c

-- 
2.34.1



             reply	other threads:[~2022-05-13 17:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 17:54 Glenn Washburn [this message]
2022-05-13 17:54 ` [PATCH v2 1/2] efi: Add efitextmode command for getting/setting the text mode resolution Glenn Washburn
2022-07-05 13:50   ` Daniel Kiper
2022-05-13 17:54 ` [PATCH v2 2/2] docs: Document efitextmode command Glenn Washburn
2022-07-05 14:01   ` Daniel Kiper
2022-07-09  0:29     ` Glenn Washburn
2022-07-12 13:18       ` Daniel Kiper

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-all 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.1652464320.git.development@efficientek.com \
    --to=development@efficientek.com \
    --cc=dkiper@net-space.pl \
    --cc=grub-devel@gnu.org \
    --cc=pmenzel@molgen.mpg.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.