commit | d90f8e1e284cb11a8541f93df21222879ef8b737 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 20:56:36 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 07:11:16 2014 -0700 |
tree | da6cc6a7e550e69602991716fe2992ef76861932 | |
parent | e32aba3c69d669701e94dc8d5b86496333c772af [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>