summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/riscv/griscv/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-71/+0
| | | | | Close #3250. Close #4081.
* Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2021-04-261-6/+0
|
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-261-0/+1
| | | | Update #4267.
* Add networking support for griscv bspJiri Gaisler2020-11-091-0/+6
| | | | | | | * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
* riscv: Address differences in the linkerscript between GNU LD and LLVM/LLDHesham Almatary2019-10-271-1/+1
| | | | | | | | | | LLVM/LLD does not support STARTUP and ALIGN_WITH_INPUT directives that GNU LD support. INPUT and ALIGN(8) are supported by LLVM/LLD and can replace the unsupported STARTUP/ALIGN_WITH_INPUT directives. The commit conditionally adds the supported directive that linkers can understand depending on the toolchain used to compile RTEMS i.e., clang or gcc. Clang is assumed to use LLD by default.
* riscv: add griscv bspJiri Gaisler2019-01-221-0/+70
Update #3678.