osd-contiki/cpu/x86
Michael LeMay 2dccb55e15 x86: Add PCI support
This patch adds the pci.c and pci.h files, which support access to PCI
configuration registers through a function interface.  It defines the
PCI configuration register access I/O port addresses and the
pci_config_addr union and structure to assist in specifying addresses
of PCI configuration registers.  It also defines the PCI configuration
register identifier for PCI BAR0.

This patch also adds wrappers for 32-bit 'in' and 'out' port I/O
instructions.  They were placed in helpers.S, since they may be useful
to other modules besides just the PCI support module.
2015-12-21 08:06:14 -02:00
..
drivers/legacy_pc x86: Add PCI support 2015-12-21 08:06:14 -02:00
init x86: Refactor GDT initialization code 2015-12-21 08:06:14 -02:00
bootstrap_quarkX1000.S x86: Move bootstrap code and linker script to cpu/x86 2015-12-21 08:06:14 -02:00
helpers.h x86: Add PCI support 2015-12-21 08:06:14 -02:00
helpers.S x86: Add PCI support 2015-12-21 08:06:14 -02:00
Makefile.x86_common x86: Cleanup Makefile.x86_common 2015-12-21 08:06:14 -02:00
Makefile.x86_quarkX1000 x86: Add PCI support 2015-12-21 08:06:14 -02:00
quarkX1000.ld x86: Don't generate .note.gnu.build-id section 2015-12-21 08:06:14 -02:00