scripts: Extend create-binary-archive.sh for unified binary tar ball
authorAnup Patel <anup.patel@wdc.com>
Tue, 24 Mar 2020 12:44:28 +0000 (18:14 +0530)
committerAnup Patel <anup@brainfault.org>
Sat, 28 Mar 2020 08:01:47 +0000 (13:31 +0530)
commit550ba88db1950d448f25cf71457ed89a91c401f7
treebde169a5444df301a76a493172dc5de402e002b8
parent4d93586bfa9a6875f1f28c5f430b17b650a19207
scripts: Extend create-binary-archive.sh for unified binary tar ball

This patch extends/revamps create-binary-archive.sh to allow creating
unified binary tar ball containing both RV32 and RV64 images. Users
can also create "RV32 only" or "RV64 only" tar balls as well.

Few example commands are as follows:
./scripts/create-binary-archive.sh (Build both RV32 & RV64 images)
./scripts/create-binary-archive.sh -x 32 (Build RV32 only images)
./scripts/create-binary-archive.sh -x 64 (Build RV64 only images)

Signed-off-by: Anup Patel <anup.patel@wdc.com>
scripts/create-binary-archive.sh