On 9/6/19 6:19 PM, Bin Meng wrote: > Like other binary files, the executable attribute of opensbi images > should not be set.
Ideally we'd have checkpatch warning for incorrect permissions when adding blobs under pc-bios/. > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > > Changes in v8: None > Changes in v7: None > Changes in v6: None > Changes in v5: None > Changes in v4: > - new patch to remove executable attribute of opensbi images > > Changes in v3: None > Changes in v2: None > > pc-bios/opensbi-riscv32-virt-fw_jump.bin | Bin > pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin | Bin > pc-bios/opensbi-riscv64-virt-fw_jump.bin | Bin > 3 files changed, 0 insertions(+), 0 deletions(-) > mode change 100755 => 100644 pc-bios/opensbi-riscv32-virt-fw_jump.bin > mode change 100755 => 100644 pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin > mode change 100755 => 100644 pc-bios/opensbi-riscv64-virt-fw_jump.bin > > diff --git a/pc-bios/opensbi-riscv32-virt-fw_jump.bin > b/pc-bios/opensbi-riscv32-virt-fw_jump.bin > old mode 100755 > new mode 100644 > diff --git a/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin > b/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin > old mode 100755 > new mode 100644 > diff --git a/pc-bios/opensbi-riscv64-virt-fw_jump.bin > b/pc-bios/opensbi-riscv64-virt-fw_jump.bin > old mode 100755 > new mode 100644 >