Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2678
-gerrit commit 64433e74a50e3d08441d9566dba65708ea364f01 Author: Aaron Durbin <[email protected]> Date: Tue Dec 18 14:18:53 2012 -0600 haswell: remove CONFIG_GFXUMA This option is not required for haswell. Enabling the option doesn't do anything aside from complicate mtrr calculation. Therefore, remove it. Change-Id: I897523ff7d3606eb89961674c2eb3d384e584857 Signed-off-by: Aaron Durbin <[email protected]> --- src/mainboard/intel/baskingridge/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/intel/baskingridge/Kconfig b/src/mainboard/intel/baskingridge/Kconfig index a8478a8..830c650 100644 --- a/src/mainboard/intel/baskingridge/Kconfig +++ b/src/mainboard/intel/baskingridge/Kconfig @@ -14,7 +14,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MAINBOARD_RESOURCES select MMCONF_SUPPORT select HAVE_SMI_HANDLER - select GFXUMA select CHROMEOS select EXTERNAL_MRC_BLOB -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

