All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add efitextmode command
@ 2022-05-12  3:07 Glenn Washburn
  2022-05-12  3:07 ` [PATCH 1/2] efi: Add efitextmode command for getting/setting the text mode resolution Glenn Washburn
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Glenn Washburn @ 2022-05-12  3:07 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Gerd Hoffmann, Glenn Washburn

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: Add documentation for the efitextmode command

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

-- 
2.34.1



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

end of thread, other threads:[~2022-05-13  6:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12  3:07 [PATCH 0/2] Add efitextmode command Glenn Washburn
2022-05-12  3:07 ` [PATCH 1/2] efi: Add efitextmode command for getting/setting the text mode resolution Glenn Washburn
2022-05-12  6:10   ` Paul Menzel
2022-05-12 18:29     ` Glenn Washburn
2022-05-12 20:37       ` Paul Menzel
2022-05-12  3:07 ` [PATCH 2/2] docs: Add documentation for the efitextmode command Glenn Washburn
2022-05-12  6:08   ` Paul Menzel
2022-05-12 22:46     ` Glenn Washburn
2022-05-13  6:41       ` Paul Menzel
2022-05-13  5:07 ` [PATCH 0/2] Add " Gerd Hoffmann

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.