Re: [U-Boot] [PATCH v2 14/18] bootvx: x86: Make VxWorks EFI console driver happy

2018-04-16 Thread Bin Meng
On Fri, Apr 13, 2018 at 12:42 AM, Simon Glass wrote: > On 11 April 2018 at 23:02, Bin Meng wrote: >> When booting from EFI BIOS, VxWorks bootloader stores the EFI GOP >> framebuffer info at a pre-defined offset @ 0x6100. When VxWorks >> kernel boots up, its

Re: [U-Boot] [PATCH v2 14/18] bootvx: x86: Make VxWorks EFI console driver happy

2018-04-12 Thread Simon Glass
On 11 April 2018 at 23:02, Bin Meng wrote: > When booting from EFI BIOS, VxWorks bootloader stores the EFI GOP > framebuffer info at a pre-defined offset @ 0x6100. When VxWorks > kernel boots up, its EFI console driver tries to find such a block > and if the signature matches,

[U-Boot] [PATCH v2 14/18] bootvx: x86: Make VxWorks EFI console driver happy

2018-04-11 Thread Bin Meng
When booting from EFI BIOS, VxWorks bootloader stores the EFI GOP framebuffer info at a pre-defined offset @ 0x6100. When VxWorks kernel boots up, its EFI console driver tries to find such a block and if the signature matches, the framebuffer information will be used to initialize the driver.