Anson Huang | b629413 | 2018-06-05 16:05:59 +0800 | [diff] [blame] | 1 | # |
Anson Huang | ee51c33 | 2019-01-15 10:22:06 +0800 | [diff] [blame] | 2 | # Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. |
Anson Huang | b629413 | 2018-06-05 16:05:59 +0800 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | BL31_SOURCES += plat/imx/common/sci/ipc.c \ |
| 8 | plat/imx/common/sci/imx8_mu.c \ |
| 9 | plat/imx/common/sci/svc/pad/pad_rpc_clnt.c \ |
| 10 | plat/imx/common/sci/svc/pm/pm_rpc_clnt.c \ |
Anson Huang | ee51c33 | 2019-01-15 10:22:06 +0800 | [diff] [blame] | 11 | plat/imx/common/sci/svc/rm/rm_rpc_clnt.c \ |
Anson Huang | 895fd3e | 2019-01-18 10:26:52 +0800 | [diff] [blame] | 12 | plat/imx/common/sci/svc/timer/timer_rpc_clnt.c \ |
| 13 | plat/imx/common/sci/svc/misc/misc_rpc_clnt.c |