-
- Downloads
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>
Showing
- arch/x86/cpu/ivybridge/Makefile 1 addition, 0 deletionsarch/x86/cpu/ivybridge/Makefile
- arch/x86/cpu/ivybridge/bd82x6x.c 12 additions, 1 deletionarch/x86/cpu/ivybridge/bd82x6x.c
- arch/x86/cpu/ivybridge/gma.c 756 additions, 0 deletionsarch/x86/cpu/ivybridge/gma.c
- arch/x86/cpu/ivybridge/gma.h 156 additions, 0 deletionsarch/x86/cpu/ivybridge/gma.h
- arch/x86/include/asm/arch-ivybridge/bd82x6x.h 2 additions, 0 deletionsarch/x86/include/asm/arch-ivybridge/bd82x6x.h
- doc/device-tree-bindings/video/intel-gma.txt 40 additions, 0 deletionsdoc/device-tree-bindings/video/intel-gma.txt
- include/fdtdec.h 1 addition, 0 deletionsinclude/fdtdec.h
- lib/fdtdec.c 1 addition, 0 deletionslib/fdtdec.c
Loading
Please register or sign in to comment