Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3468
-gerrit
commit 7bb29d72ab89c300fa899a8cf39803ae8f101ff4 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Fri Jun 14 23:42:45 2013 +0200
cpu/amd/agesa/Kconfig: Only send one startup IPI for AMD AGESA processors
Current AMD processors (Family 10h to 15h/15tn) only need to send one startup IPI, so overwrite the default of 2 with 1.
Successfully tested on ASRock E350M1 with a Family 14h processor.
Change-Id: Ib310f2e5ab4b463a82bf0fa9fa9141b556cabf60 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/cpu/amd/agesa/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index c660470..8ac16ad 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -31,6 +31,10 @@ config CPU_AMD_AGESA
if CPU_AMD_AGESA
+config NUM_IPI_STARTS + int + default 1 + config UDELAY_IO bool default n