diff options
author | Anup Patel <apatel@ventanamicro.com> | 2022-01-18 14:00:35 +0530 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2022-01-21 15:52:57 +1000 |
commit | 4211fc5532343adaa8f648cedfa8e44643944717 (patch) | |
tree | f1900bda72f122f8ba3d27565311ec3858d35ab9 /pc-bios | |
parent | 092dc6df92f2f97487747eb1044ac2bcac64924d (diff) |
roms/opensbi: Remove ELF images
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 <apatel@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/meson.build | 2 | ||||
-rw-r--r-- | pc-bios/opensbi-riscv32-generic-fw_dynamic.elf | bin | 838904 -> 0 bytes | |||
-rw-r--r-- | pc-bios/opensbi-riscv64-generic-fw_dynamic.elf | bin | 934696 -> 0 bytes |
3 files changed, 0 insertions, 2 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 1812a4084f..4ac7a5509b 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -80,8 +80,6 @@ blobs = files( 'hppa-firmware.img', 'opensbi-riscv32-generic-fw_dynamic.bin', 'opensbi-riscv64-generic-fw_dynamic.bin', - 'opensbi-riscv32-generic-fw_dynamic.elf', - 'opensbi-riscv64-generic-fw_dynamic.elf', 'npcm7xx_bootrom.bin', ) diff --git a/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf b/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf Binary files differdeleted file mode 100644 index a19363e27c..0000000000 --- a/pc-bios/opensbi-riscv32-generic-fw_dynamic.elf +++ /dev/null diff --git a/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf b/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf Binary files differdeleted file mode 100644 index c59573d026..0000000000 --- a/pc-bios/opensbi-riscv64-generic-fw_dynamic.elf +++ /dev/null |