From ad1fdac9879eb0aba5d7f05752ae010f3bdcff66 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Sat, 22 Jun 2019 16:15:06 -0500 Subject: soc/amd/picasso: Remove IOAPIC2 Remove the Family 15h device. It's not in Family 17h documentation and isn't detectable with HDT. Signed-off-by: Marshall Dawson Change-Id: Ifa9c06f78f39a3ec3b555d4ecc542172cd44a0b6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33990 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/acpi.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/soc/amd/picasso/acpi.c') diff --git a/src/soc/amd/picasso/acpi.c b/src/soc/amd/picasso/acpi.c index daeb7b60b4..5f897fe29d 100644 --- a/src/soc/amd/picasso/acpi.c +++ b/src/soc/amd/picasso/acpi.c @@ -47,9 +47,6 @@ unsigned long acpi_fill_madt(unsigned long current) current += acpi_create_madt_ioapic((acpi_madt_ioapic_t *)current, CONFIG_MAX_CPUS, IO_APIC_ADDR, 0); - current += acpi_create_madt_ioapic((acpi_madt_ioapic_t *)current, - CONFIG_MAX_CPUS+1, IO_APIC2_ADDR, 24); - /* 0: mean bus 0--->ISA */ /* 0: PIC 0 */ /* 2: APIC 2 */ -- cgit v1.2.3