summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use linker set for driver manager initializationSebastian Huber2016-02-031-0/+90
| | | | Update #2408.
* Revert "drvmgr: Move bsp_driver_level_hook() calls"Sebastian Huber2016-01-261-7/+6
| | | | | | | | | The --enable-drvmgr configure option controls the driver manager startup and not if the driver manager is present or not. Presence of the driver manager is determined by the architecture (only available on sparc so far). This reverts commit 61bbf9194ff4bdbc1b48e6ac9919c02b358e5701.
* drvmgr: Move bsp_driver_level_hook() callsSebastian Huber2016-01-261-6/+7
|
* DRVMGR: remove struct driver registration funcDaniel Hellstrom2015-04-173-117/+44
|
* DRVMGR: clean-up DRV_OPS_NUMDaniel Hellstrom2015-04-172-3/+4
|
* DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTYDaniel Hellstrom2015-04-171-1/+1
|
* DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom2015-04-173-15/+19
|
* DRVMGR: renamed info_dev to get_info_devDaniel Hellstrom2015-04-172-4/+5
|
* DRVMGR: change name of freq_get to get_freqDaniel Hellstrom2015-04-172-3/+3
|
* DRVMGR: renamed private drv_mgr and its struct nameDaniel Hellstrom2015-04-179-35/+35
|
* DRVMGR: updated READMEDaniel Hellstrom2015-04-171-3/+4
|
* DRVMGR: only build on SPARC platformDaniel Hellstrom2015-04-171-0/+4
|
* DRVMGR: updated license to rtems.orgDaniel Hellstrom2015-04-1722-22/+22
|
* DRVMGR: removed a goto and added commentsDaniel Hellstrom2015-04-171-3/+5
|
* DRVMGR: clean-up Makefile.amDaniel Hellstrom2015-04-171-4/+0
|
* DRVMGR: use RTEMS_INLINE_ROUTINEDaniel Hellstrom2015-04-171-2/+4
|
* DRVMGR: updated copyright into one line onlyDaniel Hellstrom2015-04-1722-44/+22
|
* GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI deviceDaniel Hellstrom2015-04-171-0/+6
| | | | Interrupts have not been test yet
* GRSPW: New packet based driver for SPW/SPW2/SPW2_DMADaniel Hellstrom2015-04-171-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
* DRVMGR: add LEON BSPs driver registrationDaniel Hellstrom2015-04-171-3/+215
|
* DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom2015-04-1724-0/+3563