1#
2# Arm SCP/MCP Software
3# Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8set(SCP_FIRMWARE "sgi575-mcp-bl1")
9set(SCP_FIRMWARE_TARGET "sgi575-mcp-bl1")
10
11set(SCP_TOOLCHAIN_INIT "GNU")
12
13set(SCP_GENERATE_FLAT_BINARY_INIT TRUE)
14
15set(SCP_ENABLE_DEBUGGER_INIT FALSE)
16set(SCP_ENABLE_NOTIFICATIONS_INIT TRUE)
17set(SCP_ENABLE_RESOURCE_PERMISSIONS_INIT FALSE)
18
19set(SCP_ENABLE_IPO_INIT FALSE)
20
21set(SCP_ARCHITECTURE "arm-m")
22
23# The order of the modules in the following list is the order in which the
24# modules are initialized, bound, started during the pre-runtime phase.
25# any change in the order will cause firmware initialization errors.
26
27list(APPEND SCP_MODULES "pl011")
28list(APPEND SCP_MODULES "clock")
29list(APPEND SCP_MODULES "bootloader")
30list(APPEND SCP_MODULES "isys-rom")
31