soc/intel/fsp_broadwell_de: Enable SSE and SSE2

Apparently romcc-bootblock just barely built without
XMM registers.

Change-Id: Ie7b1101f47c2dfb718bef99f8c05f9d575c821cd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35617
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
Kyösti Mälkki 2019-09-26 09:49:00 +03:00 committed by Patrick Georgi
parent b56fcfe9b5
commit d2186a3b3f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ config CPU_SPECIFIC_OPTIONS
select PARALLEL_MP
select SMP
select IOAPIC
select SSE2
select UDELAY_TSC
select SUPPORT_CPU_UCODE_IN_CBFS
select INTEL_DESCRIPTOR_MODE_CAPABLE