summaryrefslogtreecommitdiff
path: root/el3_payload
diff options
context:
space:
mode:
authorJohn Tsichritzis <john.tsichritzis@arm.com>2018-10-10 13:13:43 +0100
committerJoel Hutton <Joel.Hutton@Arm.com>2019-01-11 14:35:08 +0000
commitd325554bf84b54a62461365580e0e78634583640 (patch)
treee3aaede0e0fea7cfb9c5756e40e08ca013b1f23e /el3_payload
parenta17e77c53ba160e0394c331e6c37a4f3b271a78b (diff)
Hikey960 port: initial commit
Initial commit to allow building hikey960 as a target Change-Id: Ifaae59b06aaa4065668f05e17eac1a7e2a19ca14 Co-authored-by: John Tsichritzis <john.tsichritzis@arm.com> Co-authored-by: Joel Hutton <Joel.Hutton@Arm.com> Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
Diffstat (limited to 'el3_payload')
-rw-r--r--el3_payload/plat/hikey960/platform.h10
-rw-r--r--el3_payload/plat/hikey960/platform.mk10
2 files changed, 20 insertions, 0 deletions
diff --git a/el3_payload/plat/hikey960/platform.h b/el3_payload/plat/hikey960/platform.h
new file mode 100644
index 0000000..e85163b
--- /dev/null
+++ b/el3_payload/plat/hikey960/platform.h
@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2018, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __PLATFORM_H__
+#define __PLATFORM_H__
+
+#endif /* __PLATFORM_H__ */
diff --git a/el3_payload/plat/hikey960/platform.mk b/el3_payload/plat/hikey960/platform.mk
new file mode 100644
index 0000000..bdd5216
--- /dev/null
+++ b/el3_payload/plat/hikey960/platform.mk
@@ -0,0 +1,10 @@
+#
+# Copyright (c) 2018, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+DRAM_BASE := 0x0
+DRAM_SIZE := 0xE0000000
+
+