qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] riscv: Upgrade OpenSBI to v0.6 and add 32-bit sifive_u bios image
@ 2020-02-24 13:39 Bin Meng
  2020-02-24 13:39 ` [PATCH v2 1/4] roms: opensbi: Upgrade from v0.5 to v0.6 Bin Meng
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Bin Meng @ 2020-02-24 13:39 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Alistair Francis, Bastian Koppelmann,
	Palmer Dabbelt, Sagar Karandikar, qemu-devel, qemu-riscv


This series advances the roms/opensbi submodule to the v0.6 release,
and builds and captures platform firmware binaries from that release.

A 32-bit sifive_u bios image has also been added, so that we can have
32-bit test coverage for SiFive specific drivers that cannot be done
with the 'virt' machine.

Two GitLab CI jobs are added to build the OpenSBI firmware binaries.

Changes in v2:
- new patch: Upgrade opensbi from v0.5 to v0.6
- Update the 32-bit sifive_u bios image to OpenSBI v0.6
- new patch: Add GitLab jobs to build OpenSBI firmware binaries

Bin Meng (4):
  roms: opensbi: Upgrade from v0.5 to v0.6
  roms: opensbi: Add 32-bit firmware image for sifive_u machine
  riscv: sifive_u: Update BIOS_FILENAME for 32-bit
  gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries

 .gitlab-ci-opensbi.yml                       |  63 +++++++++++++++++++++++++++
 .gitlab-ci.d/opensbi/Dockerfile              |  33 ++++++++++++++
 .gitlab-ci.yml                               |   1 +
 Makefile                                     |   2 +-
 hw/riscv/sifive_u.c                          |   6 ++-
 pc-bios/opensbi-riscv32-sifive_u-fw_jump.bin | Bin 0 -> 49472 bytes
 pc-bios/opensbi-riscv32-virt-fw_jump.bin     | Bin 40984 -> 41280 bytes
 pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin | Bin 49160 -> 53760 bytes
 pc-bios/opensbi-riscv64-virt-fw_jump.bin     | Bin 45064 -> 49664 bytes
 roms/Makefile                                |   7 +++
 roms/opensbi                                 |   2 +-
 11 files changed, 111 insertions(+), 3 deletions(-)
 create mode 100644 .gitlab-ci-opensbi.yml
 create mode 100644 .gitlab-ci.d/opensbi/Dockerfile
 create mode 100644 pc-bios/opensbi-riscv32-sifive_u-fw_jump.bin

-- 
2.7.4



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

end of thread, other threads:[~2020-03-06  0:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24 13:39 [PATCH v2 0/4] riscv: Upgrade OpenSBI to v0.6 and add 32-bit sifive_u bios image Bin Meng
2020-02-24 13:39 ` [PATCH v2 1/4] roms: opensbi: Upgrade from v0.5 to v0.6 Bin Meng
2020-02-24 16:58   ` Alistair Francis
2020-02-24 13:39 ` [PATCH v2 2/4] roms: opensbi: Add 32-bit firmware image for sifive_u machine Bin Meng
2020-02-24 18:33   ` Alistair Francis
2020-02-24 13:39 ` [PATCH v2 3/4] riscv: sifive_u: Update BIOS_FILENAME for 32-bit Bin Meng
2020-02-24 13:39 ` [PATCH v2 4/4] gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries Bin Meng
2020-02-24 19:15   ` Alistair Francis
2020-03-06  0:02   ` Palmer Dabbelt
2020-03-01  2:47 ` [PATCH v2 0/4] riscv: Upgrade OpenSBI to v0.6 and add 32-bit sifive_u bios image Bin Meng
2020-03-06  0:06 ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).