Damien Zammit (damien@zamaudio.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12432
-gerrit
commit 4eb7c9b89c922ad53eeb9b23064b5c2eb942a303 Author: Damien Zammit damien@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@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..c3742b1 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-y += $(src)/cpu/intel/model_6ex/cache_as_ram.inc cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_106cx/microcode.bin