Christian Mauderer
|
21a0d20c68
|
bsps: Replace non-ASCII bullet points
|
2020-12-14 10:48:57 +01:00 |
|
Jiri Gaisler
|
b4c29b54e7
|
Add networking support for griscv bsp
* 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-11-09 09:35:11 +01:00 |
|
Sebastian Huber
|
f9c8e14dcb
|
grlib: Add ambapp_common_info to derived types
This avoids a cast in DEV_TO_COMMON().
|
2020-10-16 07:07:19 +02:00 |
|
Sebastian Huber
|
e1a0e0c308
|
grlib: Add and use irqmp_has_timestamp()
Replace leon3_irqmp_has_timestamp() with irqmp_has_timestamp() and move
it to grlib.h.
Close #4128.
|
2020-10-10 14:00:37 +02:00 |
|
Dennis Pfau
|
7006f08b86
|
drvmgr: Fix determination of prefix in grlib uart driver
drvmgr_get_dev_prefix returns 0 if a prefix was found.
Therefore the if condition needs to check for 0, i.e. DRVMGR_OK.
|
2020-02-20 09:57:27 -07:00 |
|
Sebastian Huber
|
bb99cd0d83
|
clock: Simplify driver initialization
Use a system initialization handler instead of a legacy IO driver.
Update #3834.
|
2019-12-11 09:05:07 +01:00 |
|
Sebastian Huber
|
20bd667d8a
|
bsps: Fix warnings in greth
|
2019-05-27 07:35:07 +02:00 |
|
Jiri Gaisler
|
c1dcd6af56
|
grlib: make memory coherency cpu-independent
Update #3678.
|
2019-01-22 12:50:09 +01:00 |
|
Jiri Gaisler
|
9b2b389e8d
|
grlib: use cpu-independent routines for uncached access
Update #3678.
|
2019-01-22 12:50:08 +01:00 |
|
Jiri Gaisler
|
5981c8ca9f
|
grlib: use rtems_interrupt_handler_install()
Update #3678.
|
2019-01-22 12:49:58 +01:00 |
|
Jiri Gaisler
|
411c29735d
|
grlib: make apbuart driver independent of bsp
Update #3678.
|
2019-01-22 12:48:19 +01:00 |
|
Sebastian Huber
|
7eb606d393
|
grlib: Move source files
Update #3678.
|
2019-01-22 12:46:33 +01:00 |
|