blob: 6f44e8c26104f429b8d40d387877357d235ab07f [file] [log] [blame]
Andre Przywara2d42e5f2020-11-28 01:39:17 +00001#
2# Copyright (c) 2017-2020, ARM Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
Andre Przywara9de12222021-12-19 13:39:40 +00007SUNXI_BL31_IN_DRAM := 1
8
Andre Przywara2d42e5f2020-11-28 01:39:17 +00009# Without a management processor there is no SCPI support.
10SUNXI_PSCI_USE_SCPI := 0
11SUNXI_PSCI_USE_NATIVE := 1
12
13# The differences between the platforms are covered by the include files.
14include plat/allwinner/common/allwinner-common.mk
15
16# the above could be overwritten on the command line
17ifeq (${SUNXI_PSCI_USE_SCPI}, 1)
18 $(error "H616 does not support SCPI PSCI ops")
19endif
20
Andre Przywara1ad742c2024-03-21 14:54:36 +000021BL31_SOURCES += common/fdt_wrappers.c \
22 drivers/allwinner/axp/axp805.c \
Andre Przywarafb838332020-12-14 12:06:24 +000023 drivers/allwinner/sunxi_rsb.c \
Andre Przywaraacfb4c72024-05-01 14:05:24 +010024 drivers/mentor/i2c/mi2cv.c \
25 ${AW_PLAT}/${PLAT}/sunxi_h616_dtb.c