All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Dockerfile: Install riscv32 toolchain from kernel.org
@ 2020-03-26 16:04 Bin Meng
  2020-03-26 16:04 ` [PATCH 2/3] Dockerfile: Build GRUB UEFI target for RISC-V 32-bit Bin Meng
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Bin Meng @ 2020-03-26 16:04 UTC (permalink / raw)
  To: u-boot

This is required to build GRUB UEFI target for RISC-V 32-bit.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 32d43f7..dc9d6c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,6 +23,7 @@ RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_
 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc-7.3.0-nolibc_microblaze-linux.tar.xz | tar -C /opt -xJ
 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc-7.3.0-nolibc_nios2-linux.tar.xz | tar -C /opt -xJ
 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc-7.3.0-nolibc_powerpc-linux.tar.xz | tar -C /opt -xJ
+RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc-7.3.0-nolibc_riscv32-linux.tar.xz | tar -C /opt -xJ
 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc-7.3.0-nolibc_riscv64-linux.tar.xz | tar -C /opt -xJ
 RUN wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc-7.3.0-nolibc_sh2-linux.tar.xz | tar -C /opt -xJ
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-04-10 22:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26 16:04 [PATCH 1/3] Dockerfile: Install riscv32 toolchain from kernel.org Bin Meng
2020-03-26 16:04 ` [PATCH 2/3] Dockerfile: Build GRUB UEFI target for RISC-V 32-bit Bin Meng
2020-04-10 22:24   ` Tom Rini
2020-03-26 16:04 ` [PATCH 3/3] Dockerfile: Build QEMU " Bin Meng
2020-04-10 22:24   ` Tom Rini
2020-03-26 16:14 ` [PATCH 1/3] Dockerfile: Install riscv32 toolchain from kernel.org Tom Rini
2020-03-27  1:57   ` Bin Meng
2020-03-27  1:59     ` Tom Rini
2020-03-27  6:05       ` Bin Meng
2020-03-27 15:25         ` Tom Rini
2020-03-27 23:55           ` Bin Meng
2020-03-31 15:15             ` Tom Rini
2020-04-01  3:31               ` Bin Meng
2020-04-10 22:23 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.