[coreboot-gerrit] New patch to review for coreboot: 8f7e61c wtm2: auto-select CACHE_ROM

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Fri Mar 29 20:37:37 CET 2013


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2964

-gerrit

commit 8f7e61c41f7c72b02b181eddc74dc6e2c536f158
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Mar 29 14:36:10 2013 -0500

    wtm2: auto-select CACHE_ROM
    
    The WTM2 board has a fairly static configuration. As such
    it's been tested to properly handle CACHE_ROM given the number
    of MTRRs the boards' CPUs supports.
    
    Change-Id: Ic67cd1eebce580003dc6b6655cac2b2a92dd1b5f
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/intel/wtm2/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig
index 8942591..16b5373 100644
--- a/src/mainboard/intel/wtm2/Kconfig
+++ b/src/mainboard/intel/wtm2/Kconfig
@@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_SMI_HANDLER
 	select CHROMEOS
 	select EXTERNAL_MRC_BLOB
+	select CACHE_ROM
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list