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
1616riscv64/vars.fd
1717riscv64/code.fd
1818riscv64/shell.efi
19+ loongarch64/vars.fd
20+ loongarch64/code.fd
21+ loongarch64/shell.efi
1922```
2023
2124[ ** 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
1919
2020# Use the LoongArch64 cross toolchain for building LoongArch64 code.
2121RUN 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
2223RUN mkdir /opt/loongarch64_cross-toolchain/
2324RUN tar -vxf x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz -C /opt/loongarch64_cross-toolchain/
2425
You can’t perform that action at this time.
0 commit comments