tree: c46d775fa7a5bd2318d146b02319683c2326f20f [path history] [tgz]
  1. src/
  2. CMakeLists.txt
  3. PCIConfigIO.camkes
  4. README.md
components/PCIConfigIO/README.md

PCIConfigIO

This is a CAmkES component that is inteded to abstract over the PCI configuration process and multiplex client requests.

Dependencies

There are currently no dependencies for this component.

Usage

For clients to use the functionality exposed by the component, the clients will need to be connected to this CAmkES interface using the seL4RPCCall connector.

provides PCIConfig pci_config;

This component will also need to be connected to SerialServer instance through this interface.

uses PutChar putchar;

Supported platforms

This component only supports the pc99 platform.