summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k-p/a8xxy/mvebu_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a8k-p/a8xxy/mvebu_def.h')
-rw-r--r--plat/marvell/a8k-p/a8xxy/mvebu_def.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/plat/marvell/a8k-p/a8xxy/mvebu_def.h b/plat/marvell/a8k-p/a8xxy/mvebu_def.h
new file mode 100644
index 00000000..77b5eaee
--- /dev/null
+++ b/plat/marvell/a8k-p/a8xxy/mvebu_def.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2017 Marvell International Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ * https://spdx.org/licenses
+ */
+#ifndef __MVEBU_DEF_H__
+#define __MVEBU_DEF_H__
+
+#include <a8kp_plat_def.h>
+
+#if (CP_NUM > 8) || (CP_NUM < 0)
+#error "Supported CP_NUM values are 0 to 8."
+#else
+#define CP110_DIE_NUM CP_NUM
+#endif
+#define MPP_MCI_RELEASE_FROM_RESET 16
+
+#endif /* __MVEBU_DEF_H__ */