Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-17 Thread Javier Martinez Canillas
On Wed, Jun 16, 2021 at 2:20 PM Icenowy Zheng wrote: > > I'm trying RK3399 with Linux. EFIFB never works as intended (maybe it's > because IOMMU is reconfigured), and rockchipdrmfb will be fb1 (leave > non-working EFIFB as fb0), makes fbcon unusable. > > The second problem has a proposed fix, but

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Heinrich Schuchardt
Am 16. Juni 2021 16:18:35 MESZ schrieb Peter Robinson : >On Wed, Jun 16, 2021 at 3:11 PM Icenowy Zheng wrote: >> >> 在 2021-06-16星期三的 15:06 +0100,Peter Robinson写道: >> > On Wed, Jun 16, 2021 at 1:20 PM Icenowy Zheng >> > wrote: >> > > >> > > 在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: >> >

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Peter Robinson
On Wed, Jun 16, 2021 at 3:11 PM Icenowy Zheng wrote: > > 在 2021-06-16星期三的 15:06 +0100,Peter Robinson写道: > > On Wed, Jun 16, 2021 at 1:20 PM Icenowy Zheng > > wrote: > > > > > > 在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: > > > > Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng > > >

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Icenowy Zheng
在 2021-06-16星期三的 15:06 +0100,Peter Robinson写道: > On Wed, Jun 16, 2021 at 1:20 PM Icenowy Zheng > wrote: > > > > 在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: > > > Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng > > > : > > > > Sometimes EFI GOP support may be not wanted (e.g. because

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Icenowy Zheng
在 2021-06-16星期三的 15:20 +0200,Heinrich Schuchardt写道: > Am 16. Juni 2021 14:19:41 MESZ schrieb Icenowy Zheng > : > > 在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: > > > Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng > > > : > > > > Sometimes EFI GOP support may be not wanted (e.g.

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Peter Robinson
On Wed, Jun 16, 2021 at 1:20 PM Icenowy Zheng wrote: > > 在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: > > Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng > > : > > > Sometimes EFI GOP support may be not wanted (e.g. because the > > > operating > > > system cannot operate well with it)

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Heinrich Schuchardt
Am 16. Juni 2021 14:19:41 MESZ schrieb Icenowy Zheng : >在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: >> Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng >> : >> > Sometimes EFI GOP support may be not wanted (e.g. because the >> > operating >> > system cannot operate well with it) even

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-16 Thread Icenowy Zheng
在 2021-06-16星期三的 06:59 +0200,Heinrich Schuchardt写道: > Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng > : > > Sometimes EFI GOP support may be not wanted (e.g. because the > > operating > > system cannot operate well with it) even if video support in U-Boot > > is > > needed. > > Which OS

Re: [PATCH] efi_loader: allow to disable GOP support

2021-06-15 Thread Heinrich Schuchardt
Am 15. Juni 2021 23:10:28 MESZ schrieb Icenowy Zheng : >Sometimes EFI GOP support may be not wanted (e.g. because the operating >system cannot operate well with it) even if video support in U-Boot is >needed. Which OS has which problem? Why don't you fix the OS? Best regards Heinrich > >Allow

[PATCH] efi_loader: allow to disable GOP support

2021-06-15 Thread Icenowy Zheng
Sometimes EFI GOP support may be not wanted (e.g. because the operating system cannot operate well with it) even if video support in U-Boot is needed. Allow to disable EFI GOP support with a Kconfig option. Signed-off-by: Icenowy Zheng --- lib/efi_loader/Kconfig | 8