File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ aarch64/shell.efi
16
16
riscv64/vars.fd
17
17
riscv64/code.fd
18
18
riscv64/shell.efi
19
+ loongarch64/vars.fd
20
+ loongarch64/code.fd
21
+ loongarch64/shell.efi
19
22
```
20
23
21
24
[ ** Latest Release** ] ( https://github.com/rust-osdev/ovmf-prebuilt/releases/latest )
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN tar -C /opt -xzf gcc-riscv.tar.gz
19
19
20
20
# Use the LoongArch64 cross toolchain for building LoongArch64 code.
21
21
RUN wget https://github.com/loongson/build-tools/releases/download/2023.08.08/x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz
22
+ RUN echo "51f02e7e63e406892f1a6b7fae2a50c98758449358de67418d79acacda22b8e3 x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz" | sha256sum --check
22
23
RUN mkdir /opt/loongarch64_cross-toolchain/
23
24
RUN tar -vxf x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz -C /opt/loongarch64_cross-toolchain/
24
25
You can’t perform that action at this time.
0 commit comments