coreboot-kgpe-d16/src
Jonathan A. Kollasch cf18c856aa ck804: hide IOAPIC base address in PCI_BASE_ADDRESS_1
Linux unhelpfully "fixes" the value in PCI_BASE_ADDRESS_1 when it is
0xfec00000 (that is, outside the range of bus 0 address space).  This
causes IOAPIC interrupts to fail to work under Linux.  This issue was
originally unnoticed by me when testing as sanity checking such as
this is not done by NetBSD.

Hiding the IOAPIC BAR is done by the OEM BIOS on the ck804 boards I've
checked.

Change-Id: I736db163750f709d68c988fac075597a50b29ab7
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-on: http://review.coreboot.org/3963
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-10-14 02:22:07 +02:00
..
arch Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
console CBMEM: Always have early initialisation 2013-09-21 06:26:54 +02:00
cpu Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
device Add test to match struct device with pci_devfn_t 2013-08-24 07:38:23 +02:00
drivers Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
ec ec/kontron/it8516e: Add sanity checks for values from nvram 2013-07-29 23:22:12 +02:00
include Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
lib Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
mainboard ck804: obtain I/O APIC base address for ACPI MADT from allocator 2013-10-14 02:17:03 +02:00
northbridge northbridge/amd/amdk8/raminit_f_dqs.c: Remove unused variable `reg` in `setup_mtrr_dqs()` 2013-10-13 19:10:10 +02:00
southbridge ck804: hide IOAPIC base address in PCI_BASE_ADDRESS_1 2013-10-14 02:22:07 +02:00
superio w83627hf/acpi: Move floppy drive enumeration from _INI into _FDE. 2013-08-15 21:30:53 +02:00
vendorcode Rename cpu/x86/car.h to arch/early_variables.h 2013-10-13 12:47:05 +02:00
Kconfig CBMEM: Always have early initialisation 2013-09-21 06:26:54 +02:00