Hello Patrick Rudolph,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/35989
to review the following change.
Change subject: Documentation/gfx: Update support list of libgfxinit ......................................................................
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 --- M Documentation/gfx/libgfxinit.md 1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/35989/1
diff --git a/Documentation/gfx/libgfxinit.md b/Documentation/gfx/libgfxinit.md index c000f27..0608363 100644 --- a/Documentation/gfx/libgfxinit.md +++ b/Documentation/gfx/libgfxinit.md @@ -7,13 +7,14 @@ *libgfxinit* is a library of full-featured graphics initialization (aka. modesetting) drivers. It's implemented in SPARK (a subset of Ada with formal verification features). While not restricted to in -any way, it currently only supports Intel's integrated gfx control- -lers (GMA). +any way, it currently only supports Intel's integrated graphics +controllers (GMA).
-Currently, it supports the Intel Core i3/i5/i7 processor line and -will support HDMI and DP on the Atom successor Apollo Lake. At the -time of writing, Sandy Bridge, Ivy Bridge, and Haswell are veri- -fied to work within *coreboot*. +Currently, it supports the Intel Core i3/i5/i7 processor line, HDMI +and DP on the Apollo Lake processors and everything but SDVO on G45 +and GM45 chipsets. At the time of writing, G45, GM45, everything +from Arrandale to Coffee Lake, and Apollo Lake are verified to work +within *coreboot*.
GMA: Framebuffer Configuration ------------------------------
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35989 )
Change subject: Documentation/gfx: Update support list of libgfxinit ......................................................................
Patch Set 1: Code-Review+2
Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/35989 )
Change subject: Documentation/gfx: Update support list of libgfxinit ......................................................................
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 --- M Documentation/gfx/libgfxinit.md 1 file changed, 7 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved
diff --git a/Documentation/gfx/libgfxinit.md b/Documentation/gfx/libgfxinit.md index c000f27..0608363 100644 --- a/Documentation/gfx/libgfxinit.md +++ b/Documentation/gfx/libgfxinit.md @@ -7,13 +7,14 @@ *libgfxinit* is a library of full-featured graphics initialization (aka. modesetting) drivers. It's implemented in SPARK (a subset of Ada with formal verification features). While not restricted to in -any way, it currently only supports Intel's integrated gfx control- -lers (GMA). +any way, it currently only supports Intel's integrated graphics +controllers (GMA).
-Currently, it supports the Intel Core i3/i5/i7 processor line and -will support HDMI and DP on the Atom successor Apollo Lake. At the -time of writing, Sandy Bridge, Ivy Bridge, and Haswell are veri- -fied to work within *coreboot*. +Currently, it supports the Intel Core i3/i5/i7 processor line, HDMI +and DP on the Apollo Lake processors and everything but SDVO on G45 +and GM45 chipsets. At the time of writing, G45, GM45, everything +from Arrandale to Coffee Lake, and Apollo Lake are verified to work +within *coreboot*.
GMA: Framebuffer Configuration ------------------------------