[Qemu-devel] [PATCH] fixup! roms: Add OpenSBI version 0.3

Alistair Francis posted 1 patch 4 years, 10 months ago
Failed in applying to current master (apply log)
roms/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] fixup! roms: Add OpenSBI version 0.3
Posted by Alistair Francis 4 years, 10 months ago
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/Makefile b/roms/Makefile
index 562ed726fd..dc70fb5aea 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -179,7 +179,7 @@ opensbi64-virt:
 		PLATFORM="qemu/virt"
 	cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-virt-fw_jump.bin
 
-opensbi64-virt:
+opensbi64-sifive_u:
 	$(MAKE) -C opensbi \
 		CROSS_COMPILE=$(riscv64_cross_prefix) \
 		PLATFORM="qemu/sifive_u"
-- 
2.22.0


Re: [Qemu-devel] [PATCH] fixup! roms: Add OpenSBI version 0.3
Posted by Palmer Dabbelt 4 years, 10 months ago
On Fri, 28 Jun 2019 09:15:03 PDT (-0700), Alistair Francis wrote:
> ---
>  roms/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/roms/Makefile b/roms/Makefile
> index 562ed726fd..dc70fb5aea 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -179,7 +179,7 @@ opensbi64-virt:
>  		PLATFORM="qemu/virt"
>  	cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opensbi-riscv64-virt-fw_jump.bin
>
> -opensbi64-virt:
> +opensbi64-sifive_u:
>  	$(MAKE) -C opensbi \
>  		CROSS_COMPILE=$(riscv64_cross_prefix) \
>  		PLATFORM="qemu/sifive_u"

Thanks!