[coreboot] Patch set updated for coreboot: 944484c Revert "haswell: remove CONFIG_GFXUMA"

Hung-Te Lin (hungte@chromium.org) gerrit at coreboot.org
Fri Mar 15 11:37:35 CET 2013


Hung-Te Lin (hungte at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2732

-gerrit

commit 944484c6e32b9800c31c1dbef6612ffb054e9dd1
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Fri Mar 15 11:18:39 2013 +0100

    Revert "haswell: remove CONFIG_GFXUMA"
    
    This reverts commit ed7b52d3cb4c5f3f4ecfd43d93c0c5e2d459fe23
    
    There are still UMA stuff in pci_domain_set_resources and add_fixed_resources
    function from northbridge/intel/haswell/northbridge.c.
    
    We can't remove CONFIG_GFXUMA unless those are also removed, otherwise building
    intel/baskingridge will fail (http://qa.coreboot.org/job/coreboot-gerrit/5202/)
    
    Change-Id: Ie7a6196c252442ba11f56d7602988a3556bb01af
    Signed-off-by: Hung-Te Lin <hungte at chromium.org>
---
 src/mainboard/intel/baskingridge/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/intel/baskingridge/Kconfig b/src/mainboard/intel/baskingridge/Kconfig
index 830c650..a8478a8 100644
--- a/src/mainboard/intel/baskingridge/Kconfig
+++ b/src/mainboard/intel/baskingridge/Kconfig
@@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_MAINBOARD_RESOURCES
 	select MMCONF_SUPPORT
 	select HAVE_SMI_HANDLER
+	select GFXUMA
 	select CHROMEOS
 	select EXTERNAL_MRC_BLOB
 



More information about the coreboot mailing list