From 70460249fd9b4c35d4f844aa6491e7f6def31c42 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Nov 2015 02:41:39 -0600 Subject: 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 Reviewed-on: http://review.coreboot.org/12290 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc --- src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c | 2 +- src/mainboard/asus/kfsn4-dre_k8/irq_tables.c | 2 +- src/mainboard/asus/kfsn4-dre_k8/mptable.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 #include #include -#include +#include /* 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 #include #include -#include +#include 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 #include #include -#include +#include extern unsigned char bus_ck804[6]; extern unsigned apicid_ck804; -- cgit v1.2.3