Skip to content

Commit c2da38d

Browse files
committed
fix(Dockerfile): update SHA256 checksum for LoongArch64 toolchain
docs: add LoongArch64 files to README
1 parent 4c6baa2 commit c2da38d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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 "b8572e2083143ff1807658f02e11eba53e5ed81d6194854d369b43fceea72de7 x86_64-cross-tools-loongarch64-binutils_2.45-gcc_15.1.0-glibc_2.42.tar.xz" | sha256sum --check
22+
RUN echo "51f02e7e63e406892f1a6b7fae2a50c98758449358de67418d79acacda22b8e3 x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz" | sha256sum --check
2323
RUN mkdir /opt/loongarch64_cross-toolchain/
2424
RUN tar -vxf x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz -C /opt/loongarch64_cross-toolchain/
2525

0 commit comments

Comments
 (0)