@@ -108,9 +108,7 @@ qemu = [
108108 " axfeat/fs-times" ,
109109 " starry-api/dev-log" ,
110110]
111- smp = [
112- " axfeat/smp"
113- ]
111+ smp = [" axfeat/smp" , " axplat-riscv64-visionfive2?/smp" ]
114112
115113vf2 = [" dep:axplat-riscv64-visionfive2" , " axfeat/driver-sdmmc-gpt" ]
116114
@@ -144,15 +142,15 @@ features = ["fp-simd", "irq", "rtc"]
144142optional = true
145143
146144[patch .crates-io ]
147- axcpu = { git = " https://github.com/Starry-OS/axcpu.git" , rev = " f1359df " }
145+ axcpu = { git = " https://github.com/Starry-OS/axcpu.git" , rev = " 9b94417 " }
148146axerrno = { git = " https://github.com/Starry-OS/axerrno.git" , rev = " f1e2bca" }
149147axfs-ng-vfs = { git = " https://github.com/Starry-OS/axfs-ng-vfs.git" , rev = " d6f470f" }
150148axio = { git = " https://github.com/Starry-OS/axio.git" , rev = " ebb0c6b" }
151- axplat = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 243fdc9 " }
152- axplat-x86-pc = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 243fdc9 " }
153- axplat-aarch64-qemu-virt = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 243fdc9 " }
154- axplat-riscv64-qemu-virt = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 243fdc9 " }
155- axplat-loongarch64-qemu-virt = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 243fdc9 " }
149+ axplat = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 7eb392e " }
150+ axplat-x86-pc = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 7eb392e " }
151+ axplat-aarch64-qemu-virt = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 7eb392e " }
152+ axplat-riscv64-qemu-virt = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 7eb392e " }
153+ axplat-loongarch64-qemu-virt = { git = " https://github.com/Starry-OS/axplat_crates.git" , rev = " 7eb392e " }
156154page_table_entry = { git = " https://github.com/Starry-OS/page_table_multiarch.git" , rev = " 9df46c8" }
157155page_table_multiarch = { git = " https://github.com/Starry-OS/page_table_multiarch.git" , rev = " 9df46c8" }
158156starry-process = { git = " https://github.com/Starry-OS/starry-process.git" , rev = " 6327455" }
0 commit comments