summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-17DRVMGR: remove struct driver registration funcDaniel Hellstrom3-117/+44
2015-04-17DRVMGR: clean-up DRV_OPS_NUMDaniel Hellstrom2-3/+4
2015-04-17DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTYDaniel Hellstrom1-1/+1
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom3-15/+19
2015-04-17DRVMGR: renamed info_dev to get_info_devDaniel Hellstrom2-4/+5
2015-04-17DRVMGR: change name of freq_get to get_freqDaniel Hellstrom2-3/+3
2015-04-17DRVMGR: renamed private drv_mgr and its struct nameDaniel Hellstrom9-35/+35
2015-04-17DRVMGR: updated READMEDaniel Hellstrom1-3/+4
2015-04-17DRVMGR: only build on SPARC platformDaniel Hellstrom1-0/+4
2015-04-17DRVMGR: updated license to rtems.orgDaniel Hellstrom22-22/+22
2015-04-17DRVMGR: removed a goto and added commentsDaniel Hellstrom1-3/+5
2015-04-17DRVMGR: clean-up Makefile.amDaniel Hellstrom1-4/+0
2015-04-17DRVMGR: use RTEMS_INLINE_ROUTINEDaniel Hellstrom1-2/+4
2015-04-17DRVMGR: updated copyright into one line onlyDaniel Hellstrom22-44/+22
2015-04-17GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI deviceDaniel Hellstrom1-0/+6
Interrupts have not been test yet
2015-04-17GRSPW: New packet based driver for SPW/SPW2/SPW2_DMADaniel Hellstrom1-0/+6
This patch adds a new driver for the GRSPW SpaceWire AMBA interface family. The new driver does not implement a standard RTEMS driver, instead it provides only a library interface to the GRSPW devices. This driver can be used to implement a RTEMS I/O driver or used directly. New features compared with old GRSPW driver: * zero-copy packet interface * possibility to send/receive mulitple packets per call * optional interrupt awaken work-task to process TX/RX queues * DMA channels support. Before only first DMA channel supported * Separate DMA and link control * Packet based error flags
2015-04-17DRVMGR: add LEON BSPs driver registrationDaniel Hellstrom1-3/+215
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom24-0/+3563