
On 14 November 2014 at 20:56, Simon Glass sjg@chromium.org wrote:
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
arch/x86/cpu/ivybridge/Makefile | 1 + arch/x86/cpu/ivybridge/bd82x6x.c | 13 +- arch/x86/cpu/ivybridge/gma.c | 756 ++++++++++++++++++++++++++ arch/x86/cpu/ivybridge/gma.h | 157 ++++++ arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 2 + doc/device-tree-bindings/video/intel-gma.txt | 40 ++ include/fdtdec.h | 1 + lib/fdtdec.c | 1 + 8 files changed, 970 insertions(+), 1 deletion(-) create mode 100644 arch/x86/cpu/ivybridge/gma.c create mode 100644 arch/x86/cpu/ivybridge/gma.h create mode 100644 doc/device-tree-bindings/video/intel-gma.txt
Applied to u-boot-x86.