Re: [PATCH rtems-libbsd v3 1/3] rtemsbsd/bus: Add PCI support to the nexus bus

2021-08-09 Thread Chris Johns
On 10/8/21 1:43 am, Gedare Bloom wrote: > On Sun, Aug 8, 2021 at 7:22 PM Chris Johns wrote: >> >> - Add PCI IO region support >> >> - Add support map buffers to PCI address space >> >> - Add BSP conditional IO space support. Some PC implementations >> have PCI IO space mapped differently to

Re: [PATCH rtems-libbsd v3 1/3] rtemsbsd/bus: Add PCI support to the nexus bus

2021-08-09 Thread Gedare Bloom
On Sun, Aug 8, 2021 at 7:22 PM Chris Johns wrote: > > - Add PCI IO region support > > - Add support map buffers to PCI address space > > - Add BSP conditional IO space support. Some PC implementations > have PCI IO space mapped differently to memory space and this needs > to be reflected in

[PATCH rtems-libbsd v3 1/3] rtemsbsd/bus: Add PCI support to the nexus bus

2021-08-08 Thread Chris Johns
- Add PCI IO region support - Add support map buffers to PCI address space - Add BSP conditional IO space support. Some PC implementations have PCI IO space mapped differently to memory space and this needs to be reflected in the busspace. - Include bsp.h to pick per BSP configuration.