-
Notifications
You must be signed in to change notification settings - Fork 52
WIP: CHERI Standard support #419
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
Draft
arichardson
wants to merge
18
commits into
main
Choose a base branch
from
riscv-std
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+335
−65
Draft
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
c1a4b05
[zcheri] Initial support for the RISC-V CHERI standard
arichardson 648dda8
[zcheri] Honor riscv_cheri_isa configuration flag for CheriBSD builds.
qwattash 214485f
[zcheri] Add Cheri Alliance OpenSBI target with Zcheri support.
qwattash 9cb5bf0
[zcheri] Default OpenSBI start to 0x80000000
qwattash 56fa427
[zcheri] Added gfe build for cheri alliance opensbi
francislaus 674df00
[zcheri] Add CHERI Alliance SDK (QEMU and LLVM)
heshamelmatary 4e18945
[zcheri] Use CHERI Alliance SDK for CheriBSD targets.
qwattash 0262d09
[zcheri] Add GDB target off CHERI Alliance
heshamelmatary 83a52b5
[zcheri] Obey --riscv-cheri-isa in run-riscv64-xxx.
qwattash af5f307
[zcheri] Honor --riscv-cheri-isa for baremetal targets.
qwattash fae3ba9
[zcheri] Add Cheri Alliance gdb for purecap rootfs target.
qwattash 4fa1f28
[zcheri] Disable -mrelax for Zcheri ISA.
qwattash df3777e
[zcheri] Fix sysroot path to alliance sdk
heshamelmatary 31abb57
combine-files: Make sure opensbi.py precedes other projects
heshamelmatary 639be27
[zcheri] Fix llvm_test_suite llvm_project dependency resolution.
qwattash ee6c8fe
[zcheri] Drop unused `unaligned` option from BuildCheriAllianceQEMU.
qwattash 953e90e
[qemu] Bump tracked branch in cheri-alliance-qemu.
qwattash 5932aa2
[WIP] DO NOT MERGE Point the cheri-alliance-llvm target to codasip-re…
qwattash File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
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.
You could use a temporary_url_override here?
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.
Ah yes, I did not remember that was a thing
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.
Is there a way to override the default branch as well?
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.
Yeah looks like that doesn't exist yet.
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.
I can probably add that fairly easily. It's certainly cleaner than this.