NameDateSize

..16-Jul-202015

CMakeLists.txtH A D25-Jul-2019438

PCIConfigIO.camkesH A D02-Oct-20201.3 KiB

README.mdH A D31-Jul-2020971

src/H25-Jul-20193

README.md

1<!--
2     Copyright 2020, Data61
3     Commonwealth Scientific and Industrial Research Organisation (CSIRO)
4     ABN 41 687 119 230.
5
6     This software may be distributed and modified according to the terms of
7     the BSD 2-Clause license. Note that NO WARRANTY is provided.
8     See "LICENSE_BSD2.txt" for details.
9
10     @TAG(DATA61_BSD)
11-->
12
13# PCIConfigIO 
14
15This is a CAmkES component that is inteded to abstract over the PCI
16configuration process and multiplex client requests.
17
18## Dependencies
19
20There are currently no dependencies for this component.
21
22## Usage
23
24For clients to use the functionality exposed by the component, the clients will
25need to be connected to this CAmkES interface using the `seL4RPCCall`
26connector.
27
28```c
29provides PCIConfig pci_config;
30```
31
32This component will also need to be connected to SerialServer instance through
33this interface.
34
35```c
36uses PutChar putchar;
37```
38
39## Supported platforms
40
41This component only supports the pc99 platform.
42
43