[coreboot-gerrit] New patch to review for coreboot: AMD/Kaveri: Fix the interrupt routine.(WIP)

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Mon Nov 9 15:53:45 CET 2015


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12364

-gerrit

commit f0014063950046ce535891e172757d8a53b888df
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Mon Nov 9 22:52:34 2015 +0800

    AMD/Kaveri: Fix the interrupt routine.(WIP)
    
    The plugged devices on PCIe should use IOAPIC2 instead of standard
    IOAPIC1. The entries in IOAPIC2 count from the end of IOAPIC1.
    The unchanged code worked because the OS uses MSI instead APIC.
    To test that, boot linux with parameter pci=nomsi and see if the devices
    like NIC work well as they do without the booting parameter.
    
    Change-Id: I27f8656847bd1955d295a1523761790328255cc2
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 src/mainboard/amd/lamar/acpi/routing.asl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/amd/lamar/acpi/routing.asl b/src/mainboard/amd/lamar/acpi/routing.asl
index 531ceea..510055d 100644
--- a/src/mainboard/amd/lamar/acpi/routing.asl
+++ b/src/mainboard/amd/lamar/acpi/routing.asl
@@ -14,6 +14,7 @@
  * GNU General Public License for more details.
  */
 
+/* TODO: Change the interrupt routine. */
 	/* Routing is in System Bus scope */
 	Name(PR0, Package(){
 		/* NB devices */



More information about the coreboot-gerrit mailing list