Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-11 Thread Simon Glass
Hi, On 10 June 2018 at 05:25, Bin Meng wrote: > If UEFI BIOS has the graphics output protocol (GOP), let's pass its > information to U-Boot payload so that U-Boot can utilize it (eg: > an EFI framebuffer driver). > > Signed-off-by: Bin Meng > --- > > include/efi.h | 35

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-11 Thread Bin Meng
Hi Alex, On Mon, Jun 11, 2018 at 4:33 PM, Alexander Graf wrote: > On 06/11/2018 09:44 AM, Bin Meng wrote: >> >> Hi Alex, >> >> On Mon, Jun 11, 2018 at 3:34 PM, Alexander Graf wrote: >>> >>> On 06/11/2018 08:01 AM, Bin Meng wrote: Hi Alex, On Mon, Jun 11, 2018 at 1:52 PM,

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-11 Thread Alexander Graf
On 06/11/2018 09:44 AM, Bin Meng wrote: Hi Alex, On Mon, Jun 11, 2018 at 3:34 PM, Alexander Graf wrote: On 06/11/2018 08:01 AM, Bin Meng wrote: Hi Alex, On Mon, Jun 11, 2018 at 1:52 PM, Alexander Graf wrote: On 11.06.18 01:29, Bin Meng wrote: On Mon, Jun 11, 2018 at 3:16 AM, Alexander

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-11 Thread Bin Meng
Hi Alex, On Mon, Jun 11, 2018 at 3:34 PM, Alexander Graf wrote: > On 06/11/2018 08:01 AM, Bin Meng wrote: >> >> Hi Alex, >> >> On Mon, Jun 11, 2018 at 1:52 PM, Alexander Graf wrote: >>> >>> >>> On 11.06.18 01:29, Bin Meng wrote: On Mon, Jun 11, 2018 at 3:16 AM, Alexander Graf wrote:

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-11 Thread Alexander Graf
On 06/11/2018 08:01 AM, Bin Meng wrote: Hi Alex, On Mon, Jun 11, 2018 at 1:52 PM, Alexander Graf wrote: On 11.06.18 01:29, Bin Meng wrote: On Mon, Jun 11, 2018 at 3:16 AM, Alexander Graf wrote: On 10.06.18 15:25, Bin Meng wrote: If UEFI BIOS has the graphics output protocol (GOP), let's

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-11 Thread Bin Meng
Hi Alex, On Mon, Jun 11, 2018 at 1:52 PM, Alexander Graf wrote: > > > On 11.06.18 01:29, Bin Meng wrote: >> On Mon, Jun 11, 2018 at 3:16 AM, Alexander Graf wrote: >>> >>> >>> On 10.06.18 15:25, Bin Meng wrote: If UEFI BIOS has the graphics output protocol (GOP), let's pass its

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-10 Thread Alexander Graf
On 11.06.18 01:29, Bin Meng wrote: > On Mon, Jun 11, 2018 at 3:16 AM, Alexander Graf wrote: >> >> >> On 10.06.18 15:25, Bin Meng wrote: >>> If UEFI BIOS has the graphics output protocol (GOP), let's pass its >>> information to U-Boot payload so that U-Boot can utilize it (eg: >>> an EFI

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-10 Thread Bin Meng
On Mon, Jun 11, 2018 at 3:16 AM, Alexander Graf wrote: > > > On 10.06.18 15:25, Bin Meng wrote: >> If UEFI BIOS has the graphics output protocol (GOP), let's pass its >> information to U-Boot payload so that U-Boot can utilize it (eg: >> an EFI framebuffer driver). >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 14/18] efi: stub: Pass EFI GOP information to U-Boot payload

2018-06-10 Thread Alexander Graf
On 10.06.18 15:25, Bin Meng wrote: > If UEFI BIOS has the graphics output protocol (GOP), let's pass its > information to U-Boot payload so that U-Boot can utilize it (eg: > an EFI framebuffer driver). > > Signed-off-by: Bin Meng Why can't the FB drive determine all of this on its own and