Documentation/gfx: Update support list of libgfxinit
Also get rid of some manual hyphenation. Change-Id: Ibeb4eceeae48cf375171d0261ed9475010b0d5b1 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35989 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
29e53582cc
commit
465dd5c524
|
@ -7,13 +7,14 @@ Introduction and Current State in coreboot
|
||||||
*libgfxinit* is a library of full-featured graphics initialization
|
*libgfxinit* is a library of full-featured graphics initialization
|
||||||
(aka. modesetting) drivers. It's implemented in SPARK (a subset of
|
(aka. modesetting) drivers. It's implemented in SPARK (a subset of
|
||||||
Ada with formal verification features). While not restricted to in
|
Ada with formal verification features). While not restricted to in
|
||||||
any way, it currently only supports Intel's integrated gfx control-
|
any way, it currently only supports Intel's integrated graphics
|
||||||
lers (GMA).
|
controllers (GMA).
|
||||||
|
|
||||||
Currently, it supports the Intel Core i3/i5/i7 processor line and
|
Currently, it supports the Intel Core i3/i5/i7 processor line, HDMI
|
||||||
will support HDMI and DP on the Atom successor Apollo Lake. At the
|
and DP on the Apollo Lake processors and everything but SDVO on G45
|
||||||
time of writing, Sandy Bridge, Ivy Bridge, and Haswell are veri-
|
and GM45 chipsets. At the time of writing, G45, GM45, everything
|
||||||
fied to work within *coreboot*.
|
from Arrandale to Coffee Lake, and Apollo Lake are verified to work
|
||||||
|
within *coreboot*.
|
||||||
|
|
||||||
GMA: Framebuffer Configuration
|
GMA: Framebuffer Configuration
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
Loading…
Reference in New Issue