qemu-riscv
[Top][All Lists]
Advanced

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

Re: [Qemu-riscv] [Qemu-devel] [RFC v1 4/5] roms: Add OpenSBI version 0.3


From: Bin Meng
Subject: Re: [Qemu-riscv] [Qemu-devel] [RFC v1 4/5] roms: Add OpenSBI version 0.3
Date: Wed, 19 Jun 2019 23:18:05 +0800

On Wed, Jun 19, 2019 at 1:14 PM Anup Patel <address@hidden> wrote:
>
> On Wed, Jun 19, 2019 at 6:24 AM Alistair Francis
> <address@hidden> wrote:
> >
> > Add OpenSBI version 0.3 as a git submodule and as a prebult binary.
> >
> > Signed-off-by: Alistair Francis <address@hidden>
> > ---
> >  .gitmodules                         |   3 +++
> >  Makefile                            |   3 ++-
> >  configure                           |   1 +
> >  pc-bios/opensbi-riscv32-fw_jump.elf | Bin 0 -> 197988 bytes
> >  pc-bios/opensbi-riscv64-fw_jump.elf | Bin 0 -> 200192 bytes
> >  roms/Makefile                       |  17 +++++++++++++++++
> >  roms/opensbi                        |   1 +
> >  7 files changed, 24 insertions(+), 1 deletion(-)
> >  create mode 100644 pc-bios/opensbi-riscv32-fw_jump.elf
> >  create mode 100644 pc-bios/opensbi-riscv64-fw_jump.elf
> >  create mode 160000 roms/opensbi
> >
>
> The OpenSBI firmwares are platform specific so we should have
> machine directory under pc-bios/ directory
>
> So for virt machine we will have:
> pc-bios/riscv32/virt/fw_jump.elf
> pc-bios/riscv64/virt/fw_jump.elf

And we should only integrate plain binary image for "bios" images here.

pc-bios/riscv32/virt/fw_jump.bin
pc-bios/riscv64/virt/fw_jump.bin

Regards,
Bin



reply via email to

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