
26 Aug
2017
26 Aug
'17
5:36 a.m.
On 15 August 2017 at 23:41, Bin Meng bmeng.cn@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@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@chromium.org