mb/google/jecht: Use Haswell CPU code
Change-Id: I6c106b152bb2824e000232d23c2991898b2c4475 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46946 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b7fe448575
commit
d0b7a534ce
|
@ -1,5 +1,6 @@
|
|||
config BOARD_GOOGLE_BASEBOARD_JECHT
|
||||
def_bool n
|
||||
select CPU_INTEL_HASWELL
|
||||
select SOC_INTEL_BROADWELL
|
||||
select BOARD_ROMSIZE_KB_8192
|
||||
select SUPERIO_ITE_IT8772F
|
||||
|
|
|
@ -10,7 +10,10 @@ chip soc/intel/broadwell
|
|||
register "gpu_dp_b_hotplug" = "0x06"
|
||||
|
||||
device cpu_cluster 0 on
|
||||
chip cpu/intel/haswell
|
||||
device lapic 0 on end
|
||||
device lapic 0xacac off end
|
||||
end
|
||||
end
|
||||
|
||||
device domain 0 on
|
||||
|
|
Loading…
Reference in New Issue