https://github.com/thalesgroup/cva6-baremetal-bsp
Provides baremetal support for the CVA6 COREV APU on GENESYS2
https://github.com/thalesgroup/cva6-baremetal-bsp
bsp cva6 risc-v
Last synced: 12 months ago
JSON representation
Provides baremetal support for the CVA6 COREV APU on GENESYS2
- Host: GitHub
- URL: https://github.com/thalesgroup/cva6-baremetal-bsp
- Owner: ThalesGroup
- License: apache-2.0
- Created: 2022-12-16T08:38:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T14:32:09.000Z (almost 3 years ago)
- Last Synced: 2025-07-08T16:54:38.488Z (12 months ago)
- Topics: bsp, cva6, risc-v
- Language: C
- Homepage:
- Size: 499 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# CVA6 BAREMETAL BSP
## Get started
CVA6 BAREMETAL BSP project purpose is to provide baremetal support for the CVA6 COREV APU on GENESYS2. More info on this target can be found in the [CVA6 repository](https://github.com/openhwgroup/cva6).
Only the 32 bits version is available yet. The 64 bits version is a WIP.
You will need to compile this BSP with the [RISC-V GNU Toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain) compiled with the arguments compatible with your CVA6 configuration.
The [app folder](/app) contains basic application tests.
## Documentation
No proper documentation yet.
## Contributing
If you are interested in contributing to the CVA6 BAREMETAL BSP project, start by reading the [Contributing guide](/CONTRIBUTING.md).
## License
This work is released under the Apache v2.0 License.
License file can be found [here](/LICENSE).
The [app folder](/app) is taken from [risc-v tests](https://github.com/riscv-software-src/riscv-tests) and is under [BSD License](/app/LICENSE).