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

2023-01-10 Thread Ard Biesheuvel
On Fri, 23 Dec 2022 at 15:58, Markuss Broks wrote: > > Hi Ard, > > On 12/23/22 16:42, Ard Biesheuvel wrote: > > (cc Andy) > > > > > > On Wed, 21 Dec 2022 at 11:54, Markuss Broks wrote: > >> Make the EFI earlycon driver be suitable for any linear framebuffers. > >> This should be helpful for early

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

2023-01-10 Thread Ard Biesheuvel
On Wed, 28 Dec 2022 at 15:04, Andy Shevchenko wrote: > > On Fri, Dec 23, 2022 at 03:42:33PM +0100, Ard Biesheuvel wrote: > > (cc Andy) > > I believe there are two reasons I'm Cc'ed now: > - the Cc was forgotten. because I remember reviewing some parts > of this contribution > - this conflicts (t

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

2022-12-28 Thread Andy Shevchenko
On Fri, Dec 23, 2022 at 03:42:33PM +0100, Ard Biesheuvel wrote: > (cc Andy) I believe there are two reasons I'm Cc'ed now: - the Cc was forgotten. because I remember reviewing some parts of this contribution - this conflicts (to some extent) with my patch that speeds up the scrolling For the

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

2022-12-23 Thread Markuss Broks
Hi Ard, On 12/23/22 16:42, Ard Biesheuvel wrote: (cc Andy) On Wed, 21 Dec 2022 at 11:54, 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. Ther

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

2022-12-23 Thread Ard Biesheuvel
(cc Andy) On Wed, 21 Dec 2022 at 11:54, 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

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

2022-12-21 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