aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-11-01 02:41:39 -0600
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-11-02 03:23:47 +0100
commit70460249fd9b4c35d4f844aa6491e7f6def31c42 (patch)
treef06924ec1279b710b139d901dfab34a5bd8d8213 /src/mainboard/asus
parentf6dc5443185ea07fd305426a67a1b0aa57003d96 (diff)
mainboard/asus/kfsn4-dre_k8: Fix ramstage using Family 10h structs
Several ramstage files were inadvertently using Family 10h-specfic structures, causing unstable operation. Use the K8-specific structures instead. Change-Id: I64066dfdca83557393499b77726051e25b814381 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12290 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c2
-rw-r--r--src/mainboard/asus/kfsn4-dre_k8/irq_tables.c2
-rw-r--r--src/mainboard/asus/kfsn4-dre_k8/mptable.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c b/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c
index 904ad38745..c6d2981360 100644
--- a/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c
+++ b/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c
@@ -19,7 +19,7 @@
#include <device/pci_ids.h>
#include <cpu/x86/msr.h>
#include <cpu/amd/mtrr.h>
-#include <cpu/amd/amdfam10_sysconf.h>
+#include <cpu/amd/amdk8_sysconf.h>
/* APIC */
unsigned long acpi_fill_madt(unsigned long current)
diff --git a/src/mainboard/asus/kfsn4-dre_k8/irq_tables.c b/src/mainboard/asus/kfsn4-dre_k8/irq_tables.c
index 0a990a7518..d06980c773 100644
--- a/src/mainboard/asus/kfsn4-dre_k8/irq_tables.c
+++ b/src/mainboard/asus/kfsn4-dre_k8/irq_tables.c
@@ -28,7 +28,7 @@
#include <string.h>
#include <stdint.h>
#include <arch/pirq_routing.h>
-#include <cpu/amd/amdfam10_sysconf.h>
+#include <cpu/amd/amdk8_sysconf.h>
extern unsigned char bus_isa;
extern unsigned char bus_ck804[6];
diff --git a/src/mainboard/asus/kfsn4-dre_k8/mptable.c b/src/mainboard/asus/kfsn4-dre_k8/mptable.c
index cdf86a183c..21a433a64f 100644
--- a/src/mainboard/asus/kfsn4-dre_k8/mptable.c
+++ b/src/mainboard/asus/kfsn4-dre_k8/mptable.c
@@ -27,7 +27,7 @@
#include <device/pci.h>
#include <string.h>
#include <stdint.h>
-#include <cpu/amd/amdfam10_sysconf.h>
+#include <cpu/amd/amdk8_sysconf.h>
extern unsigned char bus_ck804[6];
extern unsigned apicid_ck804;