[coreboot-gerrit] New patch to review for coreboot: a6d7944 cpu/amd/agesa: select SSE for northbridge code

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun May 18 08:12:45 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5783

-gerrit

commit a6d7944d45cf75c6c3500beefd6119ff6303d50a
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sun May 18 11:29:23 2014 +1000

    cpu/amd/agesa: select SSE for northbridge code
    
    SSE intrinsics are used in the case of inclusion of:
    vendorcode/amd/agesa/f*/Include/gcc-intrin.h
    
    Change-Id: Ic71be775ea2924f43b626fc809c5d906e7310469
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/cpu/amd/agesa/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index 21f0c6f..14b2a54 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -31,6 +31,7 @@ config CPU_AMD_AGESA
 	select ARCH_RAMSTAGE_X86_32
 	select TSC_SYNC_LFENCE
 	select UDELAY_LAPIC
+	select SSE
 	select LAPIC_MONOTONIC_TIMER
 	select SPI_FLASH if HAVE_ACPI_RESUME
 
@@ -74,4 +75,3 @@ source src/cpu/amd/agesa/family14/Kconfig
 source src/cpu/amd/agesa/family15/Kconfig
 source src/cpu/amd/agesa/family15tn/Kconfig
 source src/cpu/amd/agesa/family16kb/Kconfig
-



More information about the coreboot-gerrit mailing list