x86: apl: Support writing the IntelGraphicsMem table
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:03 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:15 +0000 (11:27 +0800)
commitc9cc37de2c71ebbf953c290144c3efc18145ded9
tree0288df4ef4140ad3c4e22513e0ecb3907c2a3b76
parente4f09f97c96b123aa0a334a7f6fc38f6a14154aa
x86: apl: Support writing the IntelGraphicsMem table

This table is needed by the Linux graphics driver to handle graphics
correctly. Write it to ACPI.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/cpu/apollolake/Kconfig
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/intel_opregion.c [new file with mode: 0644]
arch/x86/include/asm/intel_opregion.h [new file with mode: 0644]
arch/x86/lib/fsp/fsp_graphics.c
include/bloblist.h