-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
hwmv2: Added Board Support for Starfive VisionFive2 RISC-V Single Board Computer #69676
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pfarwsi
requested review from
lorc,
xakep-amatop,
carlocaione,
povergoing,
firscity,
sidcha,
Navin-Sankar,
aaillet,
erwango,
ABOSTM,
FRASTM,
avisconti,
manuargue,
nandojve,
parthitce,
yonsch,
fkokosinski,
kgugala,
ioannisg,
stephanosio,
ibirnbaum,
rerickson1,
ssekar15,
carlescufi,
MulinChao,
ChiHuaL,
Mani-Sadhasivam,
mmahadevan108,
dleach02 and
simonguinot
as code owners
March 1, 2024 14:33
These list of files add Kconfig support for Starfive JH7110 SOC support. Signed-off-by: Pratik Farkase <[email protected]>
These list of files add basic support for StarFive JH7110 SOC Device Tree includes for VisionFive2 board. Signed-off-by: Pratik Farkase <[email protected]>
Update the CODEOWNERS/MAINTAINERS file with StarFive VisionFive2 board maintainers. Signed-off-by: Pratik Farkase <[email protected]>
added VisionFive2 Board files based on JH7110 SoC. this is basic board support. Board can be built using `visionfive2_jh7110` Signed-off-by: Kanak Shilledar <[email protected]>
@fkokosinski Rebased the collab-hwm branch with upstream and pointing to main branch now. We are upto-date with the collab-hwm. |
zephyrbot
added
area: RISCV
RISCV Architecture (32-bit & 64-bit)
platform: nRF
Nordic nRFx
platform: NXP MPU
area: Build System
area: Process
and removed
manifest
manifest-mcuboot
manifest-hal_nxp
manifest-hal_silabs
manifest-sof
manifest-hal_atmel
labels
Mar 4, 2024
zephyrbot
removed
manifest-hal_microchip
manifest-hal_infineon
manifest-hal_xtensa
manifest-zscilib
manifest-zcbor
manifest-hal_renesas
DNM
This PR should not be merged (Do Not Merge)
labels
Mar 4, 2024
@fkokosinski Any update on this PR? |
Well you have 973 commits, so you haven't rebased properly and there is nothing to review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Build System
area: Process
area: RISCV
RISCV Architecture (32-bit & 64-bit)
platform: nRF
Nordic nRFx
platform: NXP MPU
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These list of patches contain Board support files for running Zephyr on the Starfive VisionFive2 RISC-V Single Board Computer based on JH7110 SOC. It's a basic support, no drivers other than UART have been tested.