summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/pci/grpci2.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-14bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman1-3/+22
This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
2020-10-16grlib: Add ambapp_common_info to derived typesSebastian Huber1-2/+2
This avoids a cast in DEV_TO_COMMON().
2019-01-22grlib: Move source filesSebastian Huber1-0/+0
Update #3678.
2019-01-22grlib: Move header filesSebastian Huber1-4/+4
Update #3678.
2018-11-27bsps/sparc: Add and use <grlib_impl.h>Sebastian Huber1-31/+1
Reduce copy and paste.
2018-09-20leon: substitute printf with printk in driver initDaniel Hellstrom1-1/+1
2018-04-20bsps/sparc: Move shared files to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-05-02leon, grpci2: prepare for GRPCI2DMA driverJavier Jalle1-38/+72
2017-05-02leon, grpci2: Make driver SMP safeJavier Jalle1-15/+41
2017-03-06leon, grpci2: latency timer user configurable (default 64)Javier Jalle1-0/+16
2017-03-06leon, grpci2: updated DMA descriptor layoutJavier Jalle1-9/+13
2017-03-06leon, grpci2: fixed wrong bit layoutJavier Jalle1-2/+2
2017-03-06leon, grpci2: added TIMEOUT interruptJavier Jalle1-2/+6
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom1-3/+3
2015-04-17sparc bsps: updated license to rtems.orgDaniel Hellstrom1-1/+1
2015-04-17LEON: converted AT697,GRPCi,GRPCI2,PCIF to BSD headerDaniel Hellstrom1-10/+7
2015-04-17LEON: move driver headers to bsp/ directoryDaniel Hellstrom1-1/+1
2015-04-17LEON: GRPCI2 driver warning fixesDaniel Hellstrom1-10/+11
2015-04-17LEON PCI: fix for PCI host bridge driver CFG space accessDaniel Hellstrom1-1/+1
2015-04-17LEON PCI: host bridge driver support for probing dev0=AD16Daniel Hellstrom1-3/+10
Before the LIBPCI didn't probe device0 (AD16), the host bridge drivers used bus=dev=func=0 to internally probe the host bridge's target interface. Now that LIBPCI uses bus=dev=func=0 to access device0, bus=0xff is introduced internally to identify the host bridge target configuration space.
2015-04-17GRPCI2: updated register layout to newer specificationDaniel Hellstrom1-3/+4
2015-04-17GRPCI2: work-around for rev0 bug by limiting prefetchingDaniel Hellstrom1-0/+8
2015-04-17LEON: replaced old BSP PCI layer with new generic libpci PCI layerDaniel Hellstrom1-0/+902
The old code used a limited PCI configuration library, which was duplicated into LEON2 and LEON3 BSP pci.c together with respective Host controller PCI interface. The LEON2 BSP had support for AT697 PCI, and LEON3 for GRPCI PCI Host controller. With this update new PCI Host drivers are added, and all support the new generic PCI Library: * AT697 PCI (LEON2 only) * GRPCI (LEON2-GRLIB and LEON3) * GRPCI2 (LEON2-GRLIB and LEON3) * Actel PCIF GRLIB Wrapper (LEON3 only) The LEON2 BSP is defined as big-endian PCI in bsp.h, since the AT697 supports only big-endian PCI.