
17 Jun
2018
17 Jun
'18
3:18 p.m.
On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng bmeng.cn@gmail.com 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: Bin Meng bmeng.cn@gmail.com Reviewed-by: Anatolij Gustschin agust@denx.de
Changes in v2: None
drivers/video/Kconfig | 9 +++ drivers/video/Makefile | 1 + drivers/video/efi.c | 146 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 drivers/video/efi.c
applied to u-boot-x86, thanks!