[PATCH RFC 6/7] scripts: Add Renesas RZ/Five to platform list in the binary archive script
Prabhakar
prabhakar.csengg at gmail.com
Thu Oct 27 17:40:41 PDT 2022
From: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
This patch adds Renesas RZ/Five to RV64 platform list in the binary
archive script.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
---
scripts/create-binary-archive.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index 261a45a..28a5b2f 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -104,6 +104,7 @@ build_opensbi() {
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
+ BUILD_PLATFORM_SUBDIR+=("renesas/rzfive")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
*)
--
2.17.1
More information about the opensbi
mailing list