Skip to content

Commit 1f28f08

Browse files
ZR233nicholasbishop
authored andcommitted
fix(Dockerfile): add SHA256 checksum verification for LoongArch64 toolchain
docs: add LoongArch64 files to README
1 parent f64f23f commit 1f28f08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ aarch64/shell.efi
1616
riscv64/vars.fd
1717
riscv64/code.fd
1818
riscv64/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)

build-edk2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.
2121
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
2223
RUN mkdir /opt/loongarch64_cross-toolchain/
2324
RUN tar -vxf x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz -C /opt/loongarch64_cross-toolchain/
2425

0 commit comments

Comments
 (0)