summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/kfsn4-dre/acpi_tables.c
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-10-28 02:59:40 -0500
committerRonald G. Minnich <rminnich@gmail.com>2015-10-30 16:01:13 +0100
commitab95702f1e4c4e9ca1c33516877308ce9d94e0ca (patch)
tree8c1b1b8fd1f10b33c42bf698dcf8567ba3f2b317 /src/mainboard/asus/kfsn4-dre/acpi_tables.c
parent529fd81f640fa514ea4c443dd561086e7c582a64 (diff)
downloadcoreboot-ab95702f1e4c4e9ca1c33516877308ce9d94e0ca.tar.xz
mainboard: Add initial K8-compatible version of the KFSN4-DRE
This is a clone of the original Family 10h-compatible ASUS KFSN4-DRE board, modified for basic K8 support to allow for future K8 Socket F Opteron testing. TEST: Booted KFSN4-DRE with 1 Opteron 8222 processor KNOWN ISSUES: * Second CPU package fails to initialize AP This prevents use of a secondary CPU package * Second memory channel of at least CPU package #0 does not function (crash at CAR handoff) Change-Id: I591725babe685fa50a0d7473b17005fbd258056e Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12212 Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/asus/kfsn4-dre/acpi_tables.c')
-rw-r--r--src/mainboard/asus/kfsn4-dre/acpi_tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/acpi_tables.c b/src/mainboard/asus/kfsn4-dre/acpi_tables.c
index 904ad38745..caffdc459b 100644
--- a/src/mainboard/asus/kfsn4-dre/acpi_tables.c
+++ b/src/mainboard/asus/kfsn4-dre/acpi_tables.c
@@ -49,9 +49,6 @@ unsigned long acpi_fill_madt(unsigned long current)
pci_write_config32(dev, 0x84, 0x00000001);
}
-// /* IRQ of timer (override IRQ0 --> APIC IRQ2) */
-// current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
-// current, 0, 0, 2, 0);
/* IRQ9 */
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
current, 0, 9, 9, MP_IRQ_TRIGGER_LEVEL | MP_IRQ_POLARITY_HIGH);