Lean Sheng Tan has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84320?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84320 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz --- M configs/builder/config.intel.crb.ac 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Arthur Heymans: Looks good to me, approved build bot (Jenkins): Verified
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