summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* b1553brm.c: Fix Dereference before null check (CID #1399829)Ryan Long2021-02-191-2/+5
| | | | | | CID 1399829: Dereference before null check in brm_control(). Closes #4250
* bsps: Replace non-ASCII bullet pointsChristian Mauderer2020-12-142-6/+6
|
* Add networking support for griscv bspJiri Gaisler2020-11-091-12/+12
| | | | | | | * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
* grlib: Add ambapp_common_info to derived typesSebastian Huber2020-10-1611-27/+27
| | | | This avoids a cast in DEV_TO_COMMON().
* grlib: Add and use irqmp_has_timestamp()Sebastian Huber2020-10-101-1/+1
| | | | | | | Replace leon3_irqmp_has_timestamp() with irqmp_has_timestamp() and move it to grlib.h. Close #4128.
* drvmgr: Fix determination of prefix in grlib uart driverDennis Pfau2020-02-201-1/+1
| | | | | drvmgr_get_dev_prefix returns 0 if a prefix was found. Therefore the if condition needs to check for 0, i.e. DRVMGR_OK.
* clock: Simplify driver initializationSebastian Huber2019-12-111-11/+2
| | | | | | Use a system initialization handler instead of a legacy IO driver. Update #3834.
* bsps: Fix warnings in grethSebastian Huber2019-05-271-3/+3
|
* grlib: make memory coherency cpu-independentJiri Gaisler2019-01-221-1/+1
| | | | Update #3678.
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-226-71/+10
| | | | Update #3678.
* grlib: use rtems_interrupt_handler_install()Jiri Gaisler2019-01-224-8/+15
| | | | Update #3678.
* grlib: make apbuart driver independent of bspJiri Gaisler2019-01-221-16/+16
| | | | Update #3678.
* grlib: Move source filesSebastian Huber2019-01-2266-0/+49217
Update #3678.