summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/drvmgr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom2015-04-172-22/+22
|
* DRVMGR: renamed info_dev to get_info_devDaniel Hellstrom2015-04-171-1/+1
|
* DRVMGR: change name of freq_get to get_freqDaniel Hellstrom2015-04-171-1/+1
|
* sparc bsps: updated license to rtems.orgDaniel Hellstrom2015-04-175-5/+5
|
* LEON: move driver headers to bsp/ directoryDaniel Hellstrom2015-04-171-1/+1
|
* LEON2: fix build warningsDaniel Hellstrom2015-04-171-22/+11
|
* AMBAPP_BUS: fix build warningsDaniel Hellstrom2015-04-171-23/+18
|
* LEON: added get_resarray_count() helper routineDaniel Hellstrom2015-04-171-0/+20
|
* LEON2: added support for LEON2-GRLIB systemsDaniel Hellstrom2015-04-171-0/+265
| | | | | | | | | | | In some non-standard designs GRLIB peripherals are used together LEON2. This patch adds a GRLIB amba Plug&Play driver so that AMBA devices can be found from Plug&Play the same way as with the LEON3 BSP. The user is required to add an AMBA-PnP device entry into the LEON2 bus configuration, so that the driver manager unite this driver with the "fake" device and start scanning after AMBA PnP devices.
* LEON2: implemented AMBA Bus Driver for Driver ManagerDaniel Hellstrom2015-04-171-0/+459
|
* LEON3: implemented AMBA PnP Bus Driver for Driver ManagerDaniel Hellstrom2015-04-172-0/+981