UPSTREAM: drivers/intel/gma: Add textmode support with libgfxinit
Add an alternative gfxinit implementation for textmode. The legacy VGA plane and textmode is configured through coreboot provided functions. libgfxinit uses this plane as alternative to the usual high resolution plane. BUG=None BRANCH=None TEST=None Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/17279 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: Iad0754c50fc6faec35f49583fe1c7cb50ac6c0c5 Reviewed-on: https://chromium-review.googlesource.com/422563 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
2cc0158728
commit
da07a403db
4 changed files with 81 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ config MAINBOARD_USE_LIBGFXINIT
|
|||
bool "Use libgfxinit for native graphics initialization"
|
||||
depends on MAINBOARD_DO_NATIVE_VGA_INIT
|
||||
depends on MAINBOARD_HAS_LIBGFXINIT
|
||||
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
|
||||
select RAMSTAGE_LIBHWBASE
|
||||
default n
|
||||
help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue