feat: secure hafnium build fro RD Fremont platform
RD (Reference Design) is a collection of resources to provide a
representative view of typical compute subsystems that can be designed
and implemented using specific generations of Arm IP.
RD-Fremont supports S-EL2 and needs S-EL2 SPMC/Hafnium to manage its
secure partitions running at S-EL0.
Change-Id: I1aebd791757e555cd38ad3240d9a99c77de4ff14
Signed-off-by: Nishant Sharma <nishant.sharma@arm.com>
diff --git a/secure_rd_fremont/BUILD.gn b/secure_rd_fremont/BUILD.gn
new file mode 100644
index 0000000..39c4914
--- /dev/null
+++ b/secure_rd_fremont/BUILD.gn
@@ -0,0 +1,8 @@
+# Copyright 2023 The Hafnium Authors.
+#
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file or at
+# https://opensource.org/licenses/BSD-3-Clause.
+
+source_set("secure_rd_fremont") {
+}