aboutsummaryrefslogtreecommitdiff
path: root/plat/nxp/soc-ls1028a/ls1028ardb/policy.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:52 +0000
commit2beb3a69f30a600ae3ec27334e189649379b9329 (patch)
tree2ce8a4e341ac9f98fb265347777487eda74eba48 /plat/nxp/soc-ls1028a/ls1028ardb/policy.h
parent0f2974e30f5150b29f1dff5ec041d74ac687327c (diff)
parent138668cae2394deb5d695c70fe4aa9760c4458ee (diff)
downloadarm-trusted-firmware-2beb3a69f30a600ae3ec27334e189649379b9329.tar.gz
Change-Id: I4cf7f6eba068f9a96359b9ea4386cfb69e72d1ea
Diffstat (limited to 'plat/nxp/soc-ls1028a/ls1028ardb/policy.h')
-rw-r--r--plat/nxp/soc-ls1028a/ls1028ardb/policy.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plat/nxp/soc-ls1028a/ls1028ardb/policy.h b/plat/nxp/soc-ls1028a/ls1028ardb/policy.h
new file mode 100644
index 000000000..67a8b4502
--- /dev/null
+++ b/plat/nxp/soc-ls1028a/ls1028ardb/policy.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2020-2021 NXP
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef POLICY_H
+#define POLICY_H
+
+/*
+ * Set this to 0x0 to leave the default SMMU page size in sACR
+ * Set this to 0x1 to change the SMMU page size to 64K
+ */
+#define POLICY_SMMU_PAGESZ_64K 0x1
+
+#endif /* POLICY_H */