From 37b8bdef6bb3d93a621f28623aa31d392584dbca Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 26 Sep 2017 09:41:10 -0600 Subject: soc/amd/stoneyridge: Enable SSE BUG=b:66997392 TEST=Flash to Kahlee, system no longer resets when the compiler uses SSE instructions. Change-Id: I7c1aed9ecfa6f3496760dcda422ddf184e2a043c Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/21697 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/stoneyridge/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 807db25f54..bda24af928 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -56,6 +56,8 @@ config CPU_SPECIFIC_OPTIONS select RELOCATABLE_RAMSTAGE select POSTCAR_STAGE select POSTCAR_CONSOLE + select SSE + select SSE2 config VBOOT select AMDFW_OUTSIDE_CBFS -- cgit v1.2.3