aboutsummaryrefslogtreecommitdiff
path: root/include/export/plat/mediatek/common/plat_params_exp.h
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-09-13 11:51:49 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-09-13 11:51:49 +0000
commit76eac18647f3bb81e029309ea61f8c4c5336ca27 (patch)
treef85daf7303bfff15beb1037f7594fcc226802303 /include/export/plat/mediatek/common/plat_params_exp.h
parent5f7956c0489790ddf7c269265ea87a4bdcd14de7 (diff)
parent0d8cb4937e7872c6fc49d26cc83bb72be907a073 (diff)
downloadtrusted-firmware-a-76eac18647f3bb81e029309ea61f8c4c5336ca27.tar.gz
Merge changes I08cf22df,I535ee414,Ie84cfc96,I8c35ce4e,If7649764, ... into integration
* changes: mediatek: mt8183: Support coreboot configuration mediatek: mt8183: support system reset mediatek: mt8183: pass platform parameters mediatek: mt8183: add GPIO driver mediatek: mt8183: support system off mediatek: mt8183: support CPU hotplug mediatek: mt8183: refine GIC driver
Diffstat (limited to 'include/export/plat/mediatek/common/plat_params_exp.h')
-rw-r--r--include/export/plat/mediatek/common/plat_params_exp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/export/plat/mediatek/common/plat_params_exp.h b/include/export/plat/mediatek/common/plat_params_exp.h
new file mode 100644
index 0000000000..d65003086c
--- /dev/null
+++ b/include/export/plat/mediatek/common/plat_params_exp.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef ARM_TRUSTED_FIRMWARE_EXPORT_PLAT_MEDIATEK_COMMON_PLAT_PARAMS_EXP_H
+#define ARM_TRUSTED_FIRMWARE_EXPORT_PLAT_MEDIATEK_COMMON_PLAT_PARAMS_EXP_H
+
+/* EXPORT HEADER -- See include/export/README for details! -- EXPORT HEADER */
+
+#include "../../../lib/bl_aux_params/bl_aux_params_exp.h"
+
+/* param type */
+enum bl_aux_mtk_param_type {
+ BL_AUX_PARAM_MTK_RESET_GPIO = BL_AUX_PARAM_VENDOR_SPECIFIC_FIRST,
+};
+
+#endif /* ARM_TRUSTED_FIRMWARE_EXPORT_PLAT_MEDIATEK_COMMON_PLAT_PARAMS_EXP_H */