aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1/scp_ramfw/firmware.mk
blob: 1e0c1ae5f596ee21432774477330b1b1fb4c3ba5 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#
# Arm SCP/MCP Software
# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

BS_FIRMWARE_CPU := cortex-m7
BS_FIRMWARE_HAS_MULTITHREADING := yes
BS_FIRMWARE_HAS_NOTIFICATION := yes
BS_FIRMWARE_MODULE_HEADERS_ONLY :=

BS_FIRMWARE_MODULES := \
    armv7m_mpu \
    sid \
    pcid \
    pl011 \
    log \
    cmn600 \
    apcontext \
    power_domain \
    ppu_v0 \
    ppu_v1 \
    system_power \
    dmc620 \
    ddr_phy500 \
    mhu2 \
    smt \
    scmi \
    sds \
    system_pll \
    pik_clock \
    css_clock \
    clock \
    gtimer \
    timer \
    sensor \
    reg_sensor \
    scmi_sensor \
    scmi_power_domain \
    scmi_system_power \
    scmi_apcore \
    mock_psu \
    psu \
    dvfs \
    scmi_perf \
    rdn1e1_system

BS_FIRMWARE_SOURCES := \
    config_system_power.c \
    config_sid.c \
    rtx_config.c \
    config_armv7m_mpu.c \
    config_log.c \
    config_power_domain.c \
    config_ppu_v0.c \
    config_ppu_v1.c \
    config_dmc620.c \
    config_ddr_phy500.c \
    config_mhu2.c \
    config_smt.c \
    config_scmi.c \
    config_sds.c \
    config_timer.c \
    config_sensor.c \
    config_cmn600.c \
    config_scmi_system_power.c \
    config_system_pll.c \
    config_pik_clock.c \
    config_css_clock.c \
    config_clock.c \
    config_mock_psu.c \
    config_psu.c \
    config_dvfs.c \
    config_scmi_perf.c \
    config_scmi_apcore.c \
    config_apcontext.c

include $(BS_DIR)/firmware.mk