Skip to content

Commit b1e116e

Browse files
ZR233YanLien
andauthored
chore: merge dev to main (#41)
* feat(axvisor): support Phytium Pi and RK3568 boards (#40) - Add rk3568_clk driver as optional dependency for RK3568 clock support - Dynamically determine guest page table levels based on physical address size (3 levels for 44-bit PA like Phytium Pi, 4 levels otherwise) - Export max_guest_page_table_levels() in arm_vcpu and axvm * fix(Cargo.lock): revert version to 3 and add rk3568_clk dependency --------- Co-authored-by: YanLien <128586861+YanLien@users.noreply.github.com>
1 parent 1d19fdd commit b1e116e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fs = ["axstd/fs"]
3939
dyn-plat = ["axstd/plat-dyn"]
4040
# Driver features (from former driver crate)
4141
rk3588-clk = ["dep:rk3588-clk"]
42+
rk3568-clk = ["dep:rk3568_clk"]
4243
sdmmc = ["dep:sdmmc"]
4344
rockchip-pm = ["dep:rockchip-pm"]
4445
phytium-blk = ["dep:phytium-mci"]
@@ -100,6 +101,7 @@ pcie = "0.5.0"
100101
# Optional driver dependencies
101102
sdmmc = { version = "0.1", default-features = false, features = ["pio"], optional = true }
102103
rk3588-clk = { version = "0.1", optional = true }
104+
rk3568_clk = { version = "0.1", optional = true }
103105
rockchip-pm = { version = "0.4", optional = true }
104106
phytium-mci = { version = "0.1", default-features = false, features = ["pio"], optional = true }
105107

0 commit comments

Comments
 (0)