[U-Boot] [PATCH 07/13] x86: dm: video: Add a framebuffer driver that utilizes VBT

Simon Glass sjg at chromium.org
Sat Aug 26 03:36:45 UTC 2017


On 15 August 2017 at 23:41, Bin Meng <bmeng.cn at gmail.com> wrote:
> When a VBT is given to an FSP that supports graphics initialization,
> the FSP will produce a graphics info HOB that contains all necessary
> information for the linear frame buffer of the integrated graphics
> device. This adds a DM video driver for it.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/Kconfig                |   8 +++
>  arch/x86/lib/fsp/Makefile       |   1 +
>  arch/x86/lib/fsp/fsp_graphics.c | 124 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 133 insertions(+)
>  create mode 100644 arch/x86/lib/fsp/fsp_graphics.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list