-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: openhwgroup: add CV64A6 on GenesysII board #77734
boards: openhwgroup: add CV64A6 on GenesysII board #77734
Conversation
34b6ad9
to
e57e1a6
Compare
@@ -0,0 +1 @@ | |||
# SPDX-License-Identifier: Apache-2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty file can go
CONFIG_SOC_SERIES_CV64A6_PROVIDE_NONSTANDARD_CACHE_OPTIONS=y | ||
CONFIG_DMA_XILINX_AXI_DMA_DISABLE_CACHE_WHEN_ACCESSING_SG_DESCRIPTORS=y | ||
|
||
# debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is not acceptable
e57e1a6
to
2dc3f87
Compare
I have cleaned the defconfigs and removed the empty CMakeLists.txt for my three board PRs. |
I am currently using it for a school project, if it can help, the fact that the board is called in some places cv64a6_genesysII_cispa and others cv64a6_genesysII without the "_cispa" suffix gave issues in cmake identifying the files. I fixed by renaming files adding the suffix, but consider also to just remove it everywhere |
#77792 and this PR refer to two slightly different configurations. |
2dc3f87
to
9959ea0
Compare
Adds support for the CVA6 CPU on a GenesysII FPGA board forked by CISPA with Xilinx AXI Ethernet (https://github.com/cispa/CVA6-Vivado-Project-with-Xilinx-AXI-Ethernet). The SoC currently contains the CVA6 CPU in 64-bit configuration with the SV39 MMU, interrupt controllers (CLINT and PLIC), UART, a SPI for booting from SD, a boot ROM, and I2C controller for on-board audio, a GPIO and the Xilinx AXI Ethernet subsystem. Signed-off-by: Eric Ackermann <eric.ackermann@cispa.de>
9959ea0
to
3c655d2
Compare
Merged into #77732 |
Adds support for the CVA6 CPU on a GenesysII FPGA board with Xilinx AXI Ethernet
(https://github.com/cispa/CVA6-Vivado-Project-with-Xilinx-AXI-Ethernet). The SoC currently contains the CVA6 CPU in 64-bit configuration with the SV39 MMU, interrupt controllers (CLINT and PLIC), UART, a SPI for booting from SD, a boot ROM, and I2C controller for on-board audio, a GPIO and the Xilinx AXI Ethernet subsystem.