[coreboot] New patch to review for coreboot: 1e12401 Revert "haswell: remove CONFIG_GFXUMA"

Hung-Te Lin (hungte@chromium.org) gerrit at coreboot.org
Fri Mar 15 11:18:40 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 1e124017f0deb7de171618939fb2c72922d63fbb
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.
    
    Change-Id: Ie7a6196c252442ba11f56d7602988a3556bb01af
---
 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