Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-31 | dev: Add support for MSI-X and Capability Lists for ARM and PCI devices | Geoffrey Blake | |
This patch adds the registers and fields to the PCI device to support Capability lists and to support MSI-X in the GIC. | |||
2012-10-25 | arm: Create a GIC base class and make the PL390 derive from it | Andreas Sandberg | |
This patch moves the GIC interface to a separate base class and makes all interrupt devices use that base class instead of a pointer to the PL390 implementation. This allows us to have multiple GIC implementations. Future implementations will allow in-kernel GIC implementations when using hardware virtualization. --HG-- rename : src/dev/arm/gic.cc => src/dev/arm/gic_pl390.cc rename : src/dev/arm/gic.hh => src/dev/arm/gic_pl390.hh |