Add secure Hafnium build for tc0 platform
The Total Compute platform provides an envelope for all of
Arm's latest IP.
TC0 is a reference open source software stack for the first
version of the Total Compute Fixed Virtual Platform (FVP).
Enable secure Hafnium (SPM) build for tc0 platform
Defines:
load address
gic base
max cpus
pl011 base
Change-Id: I9cf94f33f36e99280e94a42560a35804dcfcc3e7
Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
diff --git a/secure_tc0/BUILD.gn b/secure_tc0/BUILD.gn
new file mode 100644
index 0000000..ccaaebe
--- /dev/null
+++ b/secure_tc0/BUILD.gn
@@ -0,0 +1,8 @@
+# Copyright 2020 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_tc0") {
+}