commit | 0f862b940a388f036193548ce50977a22565692d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 12 08:36:22 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 21:16:04 2018 +0800 |
tree | 4816671c72cba2b2aee0935d0ac44229da285ee9 | |
parent | cb787cbe8b41086fae4e8e842399215922d91da0 [diff] |
dm: video: Add an EFI framebuffer driver 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>