Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[submodule "modules/axvm"]
path = modules/axvm
url = https://github.com/arceos-hypervisor/axvm.git
branch = s100_next
[submodule "modules/axvcpu"]
path = modules/axvcpu
url = https://github.com/arceos-hypervisor/axvcpu.git
[submodule "modules/axdevice"]
path = modules/axdevice
url = https://github.com/arceos-hypervisor/axdevice.git
branch = rewrite
[submodule "modules/arm_vcpu"]
path = modules/arm_vcpu
url = https://github.com/arceos-hypervisor/arm_vcpu
Expand Down
33 changes: 22 additions & 11 deletions Cargo.lock

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

Binary file added configs/board/rdk-s100.dtb
Binary file not shown.
9 changes: 9 additions & 0 deletions configs/board/rdk-s100.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cargo_args = []
features = [
"dyn-plat",
"axstd/bus-mmio",
]
log = "Info"
target = "aarch64-unknown-none-softfloat"
to_bin = true
vm_configs = []
Loading
Loading