]> git.baikalelectronics.ru Git - uboot.git/commit
x86: fsp: Make graphics support common to FSP1/2
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:16 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:16 +0000 (11:44 +0800)
commitccdc1fa415d853770efa1966de9966a08555b2a1
treedf253787b9ec1374d1d95c313855b9024849d0c2
parentdfc5d9e6efcc485ca086ab54732315edad3b34df
x86: fsp: Make graphics support common to FSP1/2

Both versions of FSP can use the same graphics support, so move it into
the common directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/fsp/Makefile
arch/x86/lib/fsp/fsp_graphics.c [new file with mode: 0644]
arch/x86/lib/fsp1/Makefile
arch/x86/lib/fsp1/fsp_graphics.c [deleted file]