Re: [PATCH 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches

2021-05-28 Thread Javier Martinez Canillas
Hello Thomas, On 5/22/21 7:14 AM, Thomas Zimmermann wrote: [snip] >> --- a/arch/arm/Kconfig >> +++ b/arch/arm/Kconfig >> @@ -127,6 +127,7 @@ config ARM >> select PERF_USE_VMALLOC >> select RTC_LIB >> select SET_FS >> +select SYSFB > > Don't select this as part of the architec

Re: [PATCH 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches

2021-05-21 Thread Thomas Zimmermann
Hi Am 21.05.21 um 21:37 schrieb Javier Martinez Canillas: The register_gop_device() function registers an "efi-framebuffer" platform device to match against the efifb driver, to have an early framebuffer for EFI platforms. But the Generic System Framebuffers (sysfb) already has support for this

[PATCH 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches

2021-05-21 Thread Javier Martinez Canillas
The register_gop_device() function registers an "efi-framebuffer" platform device to match against the efifb driver, to have an early framebuffer for EFI platforms. But the Generic System Framebuffers (sysfb) already has support for this. Instead of having duplicated logic for x86 and other archi