summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-19b1553brm.c: Fix Dereference before null check (CID #1399829)Ryan Long1-2/+5
CID 1399829: Dereference before null check in brm_control(). Closes #4250
2020-12-14bsps: Replace non-ASCII bullet pointsChristian Mauderer2-6/+6
2020-11-09Add networking support for griscv bspJiri Gaisler1-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
2020-10-16grlib: Add ambapp_common_info to derived typesSebastian Huber11-27/+27
This avoids a cast in DEV_TO_COMMON().
2020-10-10grlib: Add and use irqmp_has_timestamp()Sebastian Huber1-1/+1
Replace leon3_irqmp_has_timestamp() with irqmp_has_timestamp() and move it to grlib.h. Close #4128.
2020-02-20drvmgr: Fix determination of prefix in grlib uart driverDennis Pfau1-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.
2019-12-11clock: Simplify driver initializationSebastian Huber1-11/+2
Use a system initialization handler instead of a legacy IO driver. Update #3834.
2019-05-27bsps: Fix warnings in grethSebastian Huber1-3/+3
2019-01-22grlib: make memory coherency cpu-independentJiri Gaisler1-1/+1
Update #3678.
2019-01-22grlib: use cpu-independent routines for uncached accessJiri Gaisler6-71/+10
Update #3678.
2019-01-22grlib: use rtems_interrupt_handler_install()Jiri Gaisler4-8/+15
Update #3678.
2019-01-22grlib: make apbuart driver independent of bspJiri Gaisler1-16/+16
Update #3678.
2019-01-22grlib: Move source filesSebastian Huber66-0/+49217
Update #3678.