All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add efitextmode command
@ 2022-05-13 17:54 Glenn Washburn
  2022-05-13 17:54 ` [PATCH v2 1/2] efi: Add efitextmode command for getting/setting the text mode resolution Glenn Washburn
  2022-05-13 17:54 ` [PATCH v2 2/2] docs: Document efitextmode command Glenn Washburn
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Washburn @ 2022-05-13 17:54 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Paul Menzel, Glenn Washburn

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-12 13:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-13 17:54 [PATCH v2 0/2] Add efitextmode command Glenn Washburn
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

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.