Add build config for Renesas HiHope RZ/G2M development kit
Change-Id: I86d9308057386b1261ce56f067e800c7562a522d
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
diff --git a/group/tf-l1-build-plat/rzg-hihope-rzg2m:nil b/group/tf-l1-build-plat/rzg-hihope-rzg2m:nil
new file mode 100644
index 0000000..c156d65
--- /dev/null
+++ b/group/tf-l1-build-plat/rzg-hihope-rzg2m:nil
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+pre_tf_build() {
+ targets="bl2 bl31 rzg" set_tf_build_targets
+}
diff --git a/tf_config/rzg-hihope-rzg2m b/tf_config/rzg-hihope-rzg2m
new file mode 100644
index 0000000..e30d974
--- /dev/null
+++ b/tf_config/rzg-hihope-rzg2m
@@ -0,0 +1,7 @@
+CROSS_COMPILE=aarch64-none-elf-
+LSI=G2M
+PLAT=rzg
+RCAR_DRAM_SPLIT=2
+RCAR_LOSSY_ENABLE=1
+SPD=none
+TRUSTED_BOARD_BOOT=1