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:
Angel Pons 2020-10-29 11:04:57 +01:00
parent b7fe448575
commit d0b7a534ce
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
config BOARD_GOOGLE_BASEBOARD_JECHT config BOARD_GOOGLE_BASEBOARD_JECHT
def_bool n def_bool n
select CPU_INTEL_HASWELL
select SOC_INTEL_BROADWELL select SOC_INTEL_BROADWELL
select BOARD_ROMSIZE_KB_8192 select BOARD_ROMSIZE_KB_8192
select SUPERIO_ITE_IT8772F select SUPERIO_ITE_IT8772F

View File

@ -10,7 +10,10 @@ chip soc/intel/broadwell
register "gpu_dp_b_hotplug" = "0x06" register "gpu_dp_b_hotplug" = "0x06"
device cpu_cluster 0 on device cpu_cluster 0 on
device lapic 0 on end chip cpu/intel/haswell
device lapic 0 on end
device lapic 0xacac off end
end
end end
device domain 0 on device domain 0 on