summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/riscv (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-15build: Use BSP family for optionsChris Johns13-0/+13
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
2021-05-03bsps/riscv: Support RTEMS_NOINIT in linkcmdsSebastian Huber1-0/+7
Update #3866.
2021-04-07spec: Remove residue bsps spec filesVijay Kumar Banerjee1-18/+0
Update #3850
2021-04-07spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee1-2/+0
Update #3850
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber2-0/+2
Update #4267.
2021-01-26bsps: Add missing DWARF 5 sectionsSebastian Huber1-3/+5
Sort alphabetically.
2021-01-25bsps: Support DWARF 5 sectionsSebastian Huber1-8/+12
GCC 11 uses DWARF 5 by default.
2020-11-09Add correct link address for griscv waf buildJiri Gaisler2-0/+6
2020-11-09Add networking support for griscv bspJiri Gaisler2-0/+20
* 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-09-14build: Alternative build system based on wafSebastian Huber42-0/+1338
Update #3818.