On Mon, 15 Sept 2025 at 12:57, Alistair Francis <[email protected]> wrote:
>
> On Wed, Jul 23, 2025 at 7:43 PM Daniel Henrique Barboza
> <[email protected]> wrote:
> >
> > Update OpenSBI and the pre-built opensbi32 and opensbi64 images to
> > version 1.7.
> >
> > It has been almost an year since we last updated OpenSBI (at the time,
> > up to v1.5.1) and we're missing a lot of good stuff from both v1.6 and
> > v1.7, including SBI 3.0 and RPMI 1.0.
> >
> > The changelog is too large and tedious to post in the commit msg so I
> > encourage referring to [1] and [2] to see the new features we're adding
> > into the QEMU roms.
> >
> > [1] https://github.com/riscv-software-src/opensbi/releases/tag/v1.6
> > [2] https://github.com/riscv-software-src/opensbi/releases/tag/v1.7
> >
> > Signed-off-by: Daniel Henrique Barboza <[email protected]>
>
> Reviewed-by: Alistair Francis <[email protected]>

Reviewed-by: Joel Stanley <[email protected]>

I noticed we have .gitlab-ci.d/opensbi.yml and
.gitlab-ci.d/opensbi/Dockerfile. It looks like they are unused?
Certainly the docker file looks out of date:

#
# Docker image to cross-compile OpenSBI firmware binaries
#
FROM ubuntu:18.04
...
RUN wget -O - \
    
https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/8.3.0/x86_64-gcc-8.3.0-nolibc-riscv32-linux.tar.xz
\
    | tar -C /opt -xJ

Cheers,

Joel

Reply via email to