summaryrefslogtreecommitdiff
path: root/fdts/juno.dts
diff options
context:
space:
mode:
authorMikael Olsson <mikael.olsson@arm.com>2021-02-12 17:30:16 +0100
committerManish Pandey <manish.pandey2@arm.com>2021-04-20 15:42:10 +0200
commit5d5fb10f9cfe105fd1e160fdfc8bb77bd7492799 (patch)
tree411ac71678707a3bee51d70e2d20806445517e2e /fdts/juno.dts
parenta9e14e202f77cce74ff7f0433bf2d593be77ce3c (diff)
downloadarm-trusted-firmware-5d5fb10f9cfe105fd1e160fdfc8bb77bd7492799.tar.gz
plat/arm/juno: Add support to use hw_config in BL31
To make it possible to use the hw_config device tree for dynamic configuration in BL31 on the Arm Juno platform. A placeholder hw_config has been added that is included in the FIP and a Juno specific BL31 setup has been added to populate fconf with the hw_config. Juno's BL2 setup has been updated to align it with the new behavior implemented in the Arm FVP platform, where fw_config is passed in arg1 to BL31 instead of soc_fw_config. The BL31 setup is expected to use the fw_config passed in arg1 to find the hw_config. Signed-off-by: Mikael Olsson <mikael.olsson@arm.com> Change-Id: Ib3570faa6714f92ab8451e8f1e59779dcf19c0b6
Diffstat (limited to 'fdts/juno.dts')
-rw-r--r--fdts/juno.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/fdts/juno.dts b/fdts/juno.dts
new file mode 100644
index 000000000..b628d1809
--- /dev/null
+++ b/fdts/juno.dts
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2021, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/dts-v1/;
+
+/ {
+
+};