Re: [U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit

2019-09-13 Thread Tom Rini
On Sun, Aug 04, 2019 at 02:10:36PM +0200, Heinrich Schuchardt wrote: > Build GRUB UEFI target grubriscv64.efi. It is needed for running > test_efi_grub_net(). > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Bin Meng Applied to u-boot-gitlab-ci-runner/master. Pushed and

Re: [U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit

2019-09-13 Thread Heinrich Schuchardt
On 9/12/19 11:17 PM, Tom Rini wrote: On Thu, Sep 12, 2019 at 10:31:39PM +0200, Heinrich Schuchardt wrote: On 8/4/19 3:31 PM, Bin Meng wrote: On Sun, Aug 4, 2019 at 8:10 PM Heinrich Schuchardt wrote: Build GRUB UEFI target grubriscv64.efi. It is needed for running test_efi_grub_net().

Re: [U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit

2019-09-12 Thread Tom Rini
On Thu, Sep 12, 2019 at 10:31:39PM +0200, Heinrich Schuchardt wrote: > On 8/4/19 3:31 PM, Bin Meng wrote: > >On Sun, Aug 4, 2019 at 8:10 PM Heinrich Schuchardt > >wrote: > >> > >>Build GRUB UEFI target grubriscv64.efi. It is needed for running > >>test_efi_grub_net(). > >> > >>Signed-off-by:

Re: [U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit

2019-09-12 Thread Heinrich Schuchardt
On 8/4/19 3:31 PM, Bin Meng wrote: On Sun, Aug 4, 2019 at 8:10 PM Heinrich Schuchardt wrote: Build GRUB UEFI target grubriscv64.efi. It is needed for running test_efi_grub_net(). Signed-off-by: Heinrich Schuchardt --- This patch applies to https://gitlab.denx.de/u-boot/gitlab-ci-runner ---

Re: [U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit

2019-08-04 Thread Bin Meng
On Sun, Aug 4, 2019 at 8:10 PM Heinrich Schuchardt wrote: > > Build GRUB UEFI target grubriscv64.efi. It is needed for running > test_efi_grub_net(). > > Signed-off-by: Heinrich Schuchardt > --- > This patch applies to > https://gitlab.denx.de/u-boot/gitlab-ci-runner > --- > Dockerfile | 14

[U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit

2019-08-04 Thread Heinrich Schuchardt
Build GRUB UEFI target grubriscv64.efi. It is needed for running test_efi_grub_net(). Signed-off-by: Heinrich Schuchardt --- This patch applies to https://gitlab.denx.de/u-boot/gitlab-ci-runner --- Dockerfile | 14 ++ 1 file changed, 14 insertions(+) diff --git a/Dockerfile