On Wed, Jan 19, 2022 at 12:26 PM Bin Meng <bmeng...@gmail.com> wrote: > > On Tue, Jan 18, 2022 at 7:18 PM Anup Patel <apa...@ventanamicro.com> wrote: > > > > Now that all RISC-V machines can use OpenSBI BIN images, we remove > > OpenSBI ELF images and also exclude these images from BIOS build. > > > > Signed-off-by: Anup Patel <a...@brainfault.org> > > --- > > pc-bios/meson.build | 2 -- > > pc-bios/opensbi-riscv32-generic-fw_dynamic.elf | Bin 838904 -> 0 bytes > > pc-bios/opensbi-riscv64-generic-fw_dynamic.elf | Bin 934696 -> 0 bytes > > roms/Makefile | 2 -- > > 4 files changed, 4 deletions(-) > > delete mode 100644 pc-bios/opensbi-riscv32-generic-fw_dynamic.elf > > delete mode 100644 pc-bios/opensbi-riscv64-generic-fw_dynamic.elf > > > > .gitlab-ci.d/opensbi.yml should also be updated to remove .elf build
Okay, I will update this file in the next revision. Thanks, Anup > > Otherwise, > Reviewed-by: Bin Meng <bmeng...@gmail.com>