blob: a3f38a53e0038b553e9fa8410880d3c3a45da8a0 [file] [log] [blame]
Chengci Xudb1e75b2022-07-20 16:20:15 +08001/*
2 * Copyright (c) 2022, MediaTek Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef IOMMU_PLAT_H
8#define IOMMU_PLAT_H
9
Chengci Xudb1e75b2022-07-20 16:20:15 +080010/* mm iommu */
kiwi liu2c024242023-11-16 16:46:11 +080011#define ATF_MTK_SMI_LARB_CFG_SUPPORT
Chengci Xudb1e75b2022-07-20 16:20:15 +080012
kiwi liu2c024242023-11-16 16:46:11 +080013/* mm iommu, sec bank dump */
14#define ATF_MTK_IOMMU_CFG_SUPPORT
Chengci Xudb1e75b2022-07-20 16:20:15 +080015
kiwi liu2c024242023-11-16 16:46:11 +080016/* infra iommu */
17#define ATF_MTK_INFRA_MASTER_CFG_SUPPORT
Chengci Xudb1e75b2022-07-20 16:20:15 +080018
19#endif /* IOMMU_PLAT_H */