All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] gfx: improvements when using multiboot2 and EFI
@ 2023-03-31  9:59 Roger Pau Monne
  2023-03-31  9:59 ` [PATCH v2 1/3] efi: try to use the currently set GOP mode Roger Pau Monne
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Roger Pau Monne @ 2023-03-31  9:59 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Wei Liu

Hello,

The following series contains some fixes and improvements related to
graphics usage when booting Xen.

Proposed patches fix some shortcomings when using multiboot2, mostly the
ignoring of the console=vga (or lack of) and the vga=gfx- parameters.
It also switches default Xen behaviour from trying to reuse the
currently set GOP mode instead of attempting to set the maximum
supported resolution.

Thanks, Roger.

Roger Pau Monne (3):
  efi: try to use the currently set GOP mode
  multiboot2: parse console= and vga= options when setting GOP mode
  multiboot2: do not set StdOut mode unconditionally

 xen/arch/x86/boot/head.S          | 13 ++++-
 xen/arch/x86/efi/efi-boot.h       | 95 ++++++++++++++++++++++++++++---
 xen/arch/x86/x86_64/asm-offsets.c |  1 +
 xen/common/efi/boot.c             | 21 +++++++
 4 files changed, 120 insertions(+), 10 deletions(-)

-- 
2.40.0



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

end of thread, other threads:[~2023-05-31 14:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31  9:59 [PATCH v2 0/3] gfx: improvements when using multiboot2 and EFI Roger Pau Monne
2023-03-31  9:59 ` [PATCH v2 1/3] efi: try to use the currently set GOP mode Roger Pau Monne
2023-04-04 16:07   ` Jan Beulich
2023-03-31  9:59 ` [PATCH v2 2/3] multiboot2: parse console= and vga= options when setting " Roger Pau Monne
2023-04-05 10:15   ` Jan Beulich
2023-05-30 16:02     ` Roger Pau Monné
2023-05-31  9:15       ` Jan Beulich
2023-05-31  9:30         ` Roger Pau Monné
2023-05-31  9:47           ` Jan Beulich
2023-03-31  9:59 ` [PATCH v2 3/3] multiboot2: do not set StdOut mode unconditionally Roger Pau Monne
2023-04-05 10:36   ` Jan Beulich
2023-05-31 10:57     ` Roger Pau Monné
2023-05-31 14:16       ` Jan Beulich

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.