Skip to content

Commit

Permalink
arm-gic: support arm-gicv3
Browse files Browse the repository at this point in the history
--------

Signed-off-by: guoweikang <[email protected]>
  • Loading branch information
guoweikang committed Mar 27, 2024
1 parent 30b91ab commit 5fb1dc1
Show file tree
Hide file tree
Showing 10 changed files with 1,263 additions and 232 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/arm_gic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@ homepage = "https://github.com/rcore-os/arceos"
repository = "https://github.com/rcore-os/arceos/tree/main/crates/arm_gic"
documentation = "https://rcore-os.github.io/arceos/arm_gic/index.html"

[features]
gic-v2 = []
gic-v3 = []
default = []

[dependencies]
tock-registers = "0.8"
bitflags = "2.0"
cfg-if = "1.0"
aarch64-cpu = "9.3"
Loading

0 comments on commit 5fb1dc1

Please sign in to comment.