diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-14 20:56:36 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 07:11:16 -0700 |
commit | effcf067df5f986b8f9a2ca5101c74495be700ab (patch) | |
tree | da6cc6a7e550e69602991716fe2992ef76861932 /arch/x86/cpu/ivybridge/Makefile | |
parent | d040ac0a89a6ffdcd27bfba24984a339e8a4addc (diff) |
x86: Add initial video device init for Intel GMA
Intel's Graphics Media Accelerator (GMA) is a generic name for a wide range
of video devices. Add code to set up the hardware on ivybridge. Part of the
init happens in native code, part of it happens in a 16-bit option ROM for
those nostalgic for the 1970s.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r-- | arch/x86/cpu/ivybridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index 1296a78187..0c7efaec7c 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile @@ -9,6 +9,7 @@ obj-y += car.o obj-y += cpu.o obj-y += early_init.o obj-y += early_me.o +obj-y += gma.o obj-y += lpc.o obj-y += me_status.o obj-y += model_206ax.o |