@@ -118,19 +118,12 @@ rdrive = "0.20"
118118rd-block = " 0.1"
119119pcie = " 0.5.0"
120120
121- # platform
122- axplat-riscv64-qemu-virt = {path = " platform/riscv64-qemu-virt" }
123-
124121# Optional driver dependencies
125122sdmmc = { version = " 0.1" , default-features = false , features = [" pio" ], optional = true }
126123rk3588-clk = { version = " 0.1" , optional = true }
127124rockchip-pm = { version = " 0.4" , optional = true }
128125phytium-mci = { version = " 0.1" , default-features = false , features = [" pio" ], optional = true }
129126
130- [target .'cfg(target_arch = "aarch64")' .dependencies ]
131- aarch64-cpu-ext = " 0.1"
132- arm-gic-driver = {version = " 0.17" , features = [" rdif" ]}
133-
134127[target .'cfg(target_arch = "x86_64")' .dependencies ]
135128axplat-x86-qemu-q35 = { version = " 0.2.0" , default-features = false , features = [
136129 " reboot-on-system-off" ,
@@ -139,6 +132,13 @@ axplat-x86-qemu-q35 = { version = "0.2.0", default-features = false, features =
139132] }
140133axconfig = { version = " =0.3.0-preview.3" , features = [" plat-dyn" ] }
141134
135+ [target .'cfg(target_arch = "aarch64")' .dependencies ]
136+ aarch64-cpu-ext = " 0.1"
137+ arm-gic-driver = {version = " 0.17" , features = [" rdif" ]}
138+
139+ [target .'cfg(target_arch = "riscv64")' .dependencies ]
140+ axplat-riscv64-qemu-virt = " 0.3.1-pre.6"
141+
142142# xtask dependencies (only used when xtask feature is enabled)
143143[target .'cfg(any(windows, unix))' .dependencies ]
144144anyhow = { version = " 1.0" , optional = true }
0 commit comments