Re: [U-Boot] [PATCH v2 10/13] dm: video: Add an EFI framebuffer driver

2018-06-17 Thread Bin Meng
On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng wrote: > This adds a DM video driver for U-Boot as the EFI payload. The driver > makes use of all necessary information from the passed EFI GOP info > to create a linear framebuffer device, as if it were initialized by > U-Boot itself. > > Signed-off-by:

[U-Boot] [PATCH v2 10/13] dm: video: Add an EFI framebuffer driver

2018-06-12 Thread Bin Meng
This adds a DM video driver for U-Boot as the EFI payload. The driver makes use of all necessary information from the passed EFI GOP info to create a linear framebuffer device, as if it were initialized by U-Boot itself. Signed-off-by: Bin Meng Reviewed-by: Anatolij Gustschin --- Changes in