[PATCH v2 6/7] scripts: Add Renesas RZ/Five to platform list in the binary archive script

Prabhakar prabhakar.csengg at gmail.com
Fri Nov 11 10:21:04 PST 2022


From: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>

This patch adds Renesas RZ/Five (R9A07G043F) SoC to RV64 platform list in
the binary archive script.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
---
RFC->v2
* No change
---
 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