[coreboot-gerrit] New patch to review for coreboot: NOTFORMERGE: Final hack for Pineview board to boot

Damien Zammit (damien@zamaudio.com) gerrit at coreboot.org
Fri Nov 13 15:23:59 CET 2015


Damien Zammit (damien at zamaudio.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12432

-gerrit

commit caaf4d3c615f38c9a00c53919b148d97aa422e8d
Author: Damien Zammit <damien at zamaudio.com>
Date:   Sat Nov 14 01:05:21 2015 +1100

    NOTFORMERGE: Final hack for Pineview board to boot
    
    This needs to be cleaned up so that a working patch can be
    submitted.  However I am providing this dirty hack here to complete the
    Intel D510MO board port.
    
    It modifies the cpu bits and CAR includes for an Atom CPU,
    but clearly cannot be merged as is.
    
    Change-Id: I088ba51498047027ee172dfc6628fcd00624f110
    Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
 src/cpu/intel/model_106cx/Kconfig      | 2 +-
 src/cpu/intel/model_106cx/Makefile.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index 09acfd9..a311dc2 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -16,6 +16,6 @@ if CPU_INTEL_MODEL_106CX
 
 config CPU_ADDR_BITS
 	int
-	default 32
+	default 36
 
 endif
diff --git a/src/cpu/intel/model_106cx/Makefile.inc b/src/cpu/intel/model_106cx/Makefile.inc
index 25631e5..ad7b733 100644
--- a/src/cpu/intel/model_106cx/Makefile.inc
+++ b/src/cpu/intel/model_106cx/Makefile.inc
@@ -1,5 +1,5 @@
 ramstage-y += model_106cx_init.c
 subdirs-y += ../../x86/name
 
-cpu_incs-y += $(src)/cpu/intel/car/cache_as_ram_ht.inc
+cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
 cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_106cx/microcode.bin



More information about the coreboot-gerrit mailing list