Skip to content

Commit c5c5d77

Browse files
committed
fix: update axcpu, axplat, arceos
1 parent 4ae7c92 commit c5c5d77

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

Cargo.lock

Lines changed: 24 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

115113
vf2 = ["dep:axplat-riscv64-visionfive2", "axfeat/driver-sdmmc-gpt"]
116114

@@ -144,15 +142,15 @@ features = ["fp-simd", "irq", "rtc"]
144142
optional = 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" }
148146
axerrno = { git = "https://github.com/Starry-OS/axerrno.git", rev = "f1e2bca" }
149147
axfs-ng-vfs = { git = "https://github.com/Starry-OS/axfs-ng-vfs.git", rev = "d6f470f" }
150148
axio = { 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" }
156154
page_table_entry = { git = "https://github.com/Starry-OS/page_table_multiarch.git", rev = "9df46c8" }
157155
page_table_multiarch = { git = "https://github.com/Starry-OS/page_table_multiarch.git", rev = "9df46c8" }
158156
starry-process = { git = "https://github.com/Starry-OS/starry-process.git", rev = "6327455" }

0 commit comments

Comments
 (0)