mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
5df91f1c82
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> Reviewed-by: Simon Glass <sjg@chromium.org>
12 lines
221 B
Makefile
12 lines
221 B
Makefile
#
|
|
# Copyright (C) 2015 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += cmd_fsp.o
|
|
obj-y += fsp_car.o
|
|
obj-y += fsp_common.o
|
|
obj-y += fsp_dram.o
|
|
obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
|
|
obj-y += fsp_support.o
|