[PATCH RFC 2/3] xen/arm: efi: Introduce and fill the vga_console_info

2022-02-06 Thread Julien Grall
From: Julien Grall In a follow-up patch will we want to add support for EFI framebuffer in dom0. Yet, Xen may not use the framebuffer, so it would be ideal to not have to enable CONFIG_VIDEO/CONFIG_VGA. Introduce vga_console_info in a hacky way and move the code to fill it up from x86 to common.

Re: [PATCH RFC 2/3] xen/arm: efi: Introduce and fill the vga_console_info

2022-02-07 Thread Jan Beulich
On 06.02.2022 20:28, Julien Grall wrote: > From: Julien Grall > > In a follow-up patch will we want to add support for EFI framebuffer > in dom0. Yet, Xen may not use the framebuffer, so it would be ideal > to not have to enable CONFIG_VIDEO/CONFIG_VGA. > > Introduce vga_console_info in a hacky

Re: [PATCH RFC 2/3] xen/arm: efi: Introduce and fill the vga_console_info

2022-02-07 Thread Julien Grall
Hi, On 07/02/2022 08:53, Jan Beulich wrote: On 06.02.2022 20:28, Julien Grall wrote: From: Julien Grall In a follow-up patch will we want to add support for EFI framebuffer in dom0. Yet, Xen may not use the framebuffer, so it would be ideal to not have to enable CONFIG_VIDEO/CONFIG_VGA. Intr

Re: [PATCH RFC 2/3] xen/arm: efi: Introduce and fill the vga_console_info

2022-02-08 Thread Stefano Stabellini
On Sun, 6 Feb 2022, Julien Grall wrote: > From: Julien Grall > > In a follow-up patch will we want to add support for EFI framebuffer > in dom0. Yet, Xen may not use the framebuffer, so it would be ideal > to not have to enable CONFIG_VIDEO/CONFIG_VGA. > > Introduce vga_console_info in a hacky w