summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* grlib: Add ambapp_plb()Sebastian Huber2021-06-172-9/+21
| | | | | Replace the global variable ambapp_plb with a function to allow an automatic on demand initialization.
* bsps: Replace bsp_specs with an empty fileSebastian Huber2021-01-281-9/+0
| | | | | | | This fixes an issue with the latest tool chain which adds the default linker script in the endfile specification. Update #3250.
* bsps: Always install IPI in SMP configsSebastian Huber2020-08-311-12/+9
| | | | | | | The inter-processor interrupt (IPI) may be used to process per-CPU jobs. See for example the blocked handler in T_interrupt_test(). Update #3199.
* riscv: add griscv bspJiri Gaisler2019-01-226-0/+373
Update #3678.