aboutsummaryrefslogtreecommitdiff
path: root/product/rddanielxlr/mcp_romfw/firmware.mk
blob: 8c1c45510a9538f0fe1a4728a9afb7ed758a8f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Arm SCP/MCP Software
# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

BS_FIRMWARE_CPU := cortex-m7
BS_FIRMWARE_HAS_MULTITHREADING := no
BS_FIRMWARE_HAS_NOTIFICATION := yes
BS_FIRMWARE_USE_NEWLIB_NANO_SPECS := no

BS_FIRMWARE_MODULE_HEADERS_ONLY := \
    power_domain

BS_FIRMWARE_MODULES := \
    pl011 \
    clock \
    bootloader \
    isys_rom

BS_FIRMWARE_SOURCES := \
    config_pl011.c \
    config_clock.c \
    config_bootloader.c

include $(BS_DIR)/firmware.mk