osd-contiki/cpu/x86/drivers/legacy_pc
Ricardo de Almeida Gonzaga c796e270bf x86: Add Intel Quark X1000 PCI Interrupt Routing support
PCI Interrupt Routing is mapped using Interrupt Queue Agents
IRQAGENT[0:3] and aggregating the INT[A:D] interrupts for each
PCI-mapped device in the SoC.

PCI based interrupts PIRQ[A:H] are then available for consumption
by either the 8259 PICs or the IO-APIC, depending on the configuration
of the 8 PIRQx Routing Control Registers PIRQ[A:H].

More information about can be find in Intel Quark X1000 datasheet[1]
section 21.11.

[1] - http://www.intel.com/content/www/us/en/embedded/products/quark/quark-x1000-datasheet.html
2015-12-21 08:06:14 -02:00
..
nmi.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
nmi.h x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
pci.c x86: Add Intel Quark X1000 PCI Interrupt Routing support 2015-12-21 08:06:14 -02:00
pci.h x86: Add Intel Quark X1000 PCI Interrupt Routing support 2015-12-21 08:06:14 -02:00
pic.c x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pic.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pit.c x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
pit.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
rtc.c x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
rtc.h x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
uart-16x50.c x86: Add driver for MMIO-accessible 16X50 UART 2015-12-21 08:06:14 -02:00
uart-16x50.h x86: Add driver for MMIO-accessible 16X50 UART 2015-12-21 08:06:14 -02:00