summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared/pci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gr_cpci_gr740.c: Unchecked return value from library (CID #1437630)Ryan Long2021-03-051-1/+3
| | | | | | CID 1437630: Unchecked return value from library in gr_cpci_gr740_init1(). Closes #4290
* gr_leon4_n2x.c: Fix Unchecked return value from library (CID #1399767)Ryan Long2021-03-051-1/+3
| | | | | | CID 1399767: Unchecked return value error from library in gr_cpci_leon4_n2x_init1(). Closes #4285
* grlib: Move source filesSebastian Huber2019-01-2210-8696/+0
| | | | Update #3678.
* grlib: Move header filesSebastian Huber2019-01-2212-67/+67
| | | | Update #3678.
* bsps/sparc: Fix warningsSebastian Huber2018-12-218-30/+60
|
* bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber2018-12-215-14/+7
| | | | This avoids a dependency to errno in device driver code.
* bsps/sparc: Add and use <grlib_impl.h>Sebastian Huber2018-11-2710-143/+11
| | | | Reduce copy and paste.
* leon: substitute printf with printk in driver initDaniel Hellstrom2018-09-2011-57/+56
|
* bsps/sparc: Move shared files to bspsSebastian Huber2018-04-2014-0/+10414
This patch is a part of the BSP source reorganization. Update #3285.