Re: [PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver

2022-09-06 Thread Ard Biesheuvel
On Sat, 6 Aug 2022 at 18:34, Markuss Broks wrote: > > Make the EFI earlycon driver be suitable for any linear framebuffers. > This should be helpful for early porting of boards with no other means of > output, like smartphones/tablets. There seems to be an issue with > early_ioremap > function on

[PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver

2022-08-06 Thread Markuss Broks
Make the EFI earlycon driver be suitable for any linear framebuffers. This should be helpful for early porting of boards with no other means of output, like smartphones/tablets. There seems to be an issue with early_ioremap function on ARM32, but I am unable to find the exact cause. It appears the