
8 Feb
2017
8 Feb
'17
3:44 a.m.
On Tue, Feb 7, 2017 at 8:58 PM, Icenowy Zheng icenowy@aosc.xyz wrote:
As cfb_console now can expose its GraphicDevice, use it in the implementation of EFI GOP protocol, so that the graphics framebuffer can be passed to EFI applications.
Signed-off-by: Icenowy Zheng icenowy@aosc.xyz
Tested on an Allwinner H3 board with out-of-tree display support.
cmd/bootefi.c | 2 +- lib/efi_loader/Makefile | 1 + lib/efi_loader/efi_gop.c | 29 ++++++++++++++++++++++++----- 3 files changed, 26 insertions(+), 6 deletions(-)
Instead of adding support on legacy CFB console driver, can we use the DM video driver instead?
Regards, Bin