Shuo Liu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84320?usp=email )
Change subject: configs: Disable graphics on intel/archercity CRB ......................................................................
configs: Disable graphics on intel/archercity CRB
Change-Id: Ic78190a6bff233388bf52fdbb94fa3d7812010f2 Signed-off-by: Shuo Liu shuo.liu@intel.com --- M configs/builder/config.intel.crb.ac 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/84320/1
diff --git a/configs/builder/config.intel.crb.ac b/configs/builder/config.intel.crb.ac index d2db58d..73e2eea 100644 --- a/configs/builder/config.intel.crb.ac +++ b/configs/builder/config.intel.crb.ac @@ -21,3 +21,4 @@ CONFIG_ME_BIN_PATH="site-local/archercity/me.bin" CONFIG_CPU_UCODE_BINARIES="site-local/archercity/mbf806f8.mcb" CONFIG_VALIDATE_INTEL_DESCRIPTOR=y +CONFIG_NO_GFX_INIT=y