qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-riscv] [PATCH] roms/Makefile: fix command for opensbi64-sifive


From: Peter Maydell
Subject: Re: [Qemu-riscv] [PATCH] roms/Makefile: fix command for opensbi64-sifive_u
Date: Mon, 12 Aug 2019 09:41:40 +0100

On Mon, 12 Aug 2019 at 08:20, Andreas Schwab <address@hidden> wrote:
>
> Copy the correct firmware file
>
> Signed-off-by: Andreas Schwab <address@hidden>
> ---
>  roms/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/roms/Makefile b/roms/Makefile
> index dc70fb5aea..775c963f9d 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -183,7 +183,7 @@ opensbi64-sifive_u:
>         $(MAKE) -C opensbi \
>                 CROSS_COMPILE=$(riscv64_cross_prefix) \
>                 PLATFORM="qemu/sifive_u"
> -       cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin 
> ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
> +       cp opensbi/build/platform/qemu/sifive_u/firmware/fw_jump.bin 
> ../pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin
>
>  clean:
>         rm -rf seabios/.config seabios/out seabios/builds
> --

Hi Andreas; this looks it's the same issue fixed by this patch
from Bin Meng sent last week:
https://patchew.org/QEMU/address@hidden/

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]