mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge changes from topic "scmi-msg" into integration
* changes: doc: maintainers: add scmi server drivers: move scmi-msg out of st
This commit is contained in:
commit
26dccba6dd
15 changed files with 28 additions and 18 deletions
|
@ -295,6 +295,15 @@ Measured Boot
|
|||
:F: include/drivers/measured_boot
|
||||
:F: plat/arm/board/fvp/fvp_measured_boot.c
|
||||
|
||||
System Control and Management Interface (SCMI) Server
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
:M: Etienne Carriere <etienne.carriere@st.com>
|
||||
:G: `etienne-lms`_
|
||||
:M: Peng Fan <peng.fan@nxp.com>
|
||||
:G: `MrVan`_
|
||||
:F: drivers/scmi-msg
|
||||
:F: include/drivers/scmi\*
|
||||
|
||||
Platform Ports
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -636,6 +645,7 @@ Build system
|
|||
.. _masahir0y: https://github.com/masahir0y
|
||||
.. _michalsimek: https://github.com/michalsimek
|
||||
.. _mmind: https://github.com/mmind
|
||||
.. _MrVan: https://github.com/MrVan
|
||||
.. _mtk09422: https://github.com/mtk09422
|
||||
.. _niej: https://github.com/niej
|
||||
.. _npoushin: https://github.com/npoushin
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/st/scmi.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <drivers/scmi.h>
|
||||
#include <lib/utils.h>
|
||||
#include <lib/utils_def.h>
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
#include <cdefs.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/st/scmi.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <drivers/scmi.h>
|
||||
#include <lib/utils_def.h>
|
||||
|
||||
#include "common.h"
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/st/scmi.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <drivers/scmi.h>
|
||||
|
||||
#include "common.h"
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
#include <cdefs.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/st/scmi.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <drivers/scmi.h>
|
||||
#include <lib/utils.h>
|
||||
#include <lib/utils_def.h>
|
||||
|
|
@ -8,8 +8,8 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/st/scmi.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <drivers/scmi.h>
|
||||
#include <lib/cassert.h>
|
||||
#include <lib/mmio.h>
|
||||
#include <lib/spinlock.h>
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <common/debug.h>
|
||||
#include <common/runtime_svc.h>
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <lib/psci/psci.h>
|
||||
#include <tools_share/uuid.h>
|
||||
|
||||
|
|
|
@ -26,11 +26,11 @@ BL32_SOURCES += ${GICV2_SOURCES} \
|
|||
BL32_SOURCES += plat/common/plat_psci_common.c
|
||||
|
||||
# SCMI server drivers
|
||||
BL32_SOURCES += drivers/st/scmi-msg/base.c \
|
||||
drivers/st/scmi-msg/clock.c \
|
||||
drivers/st/scmi-msg/entry.c \
|
||||
drivers/st/scmi-msg/reset_domain.c \
|
||||
drivers/st/scmi-msg/smt.c
|
||||
BL32_SOURCES += drivers/scmi-msg/base.c \
|
||||
drivers/scmi-msg/clock.c \
|
||||
drivers/scmi-msg/entry.c \
|
||||
drivers/scmi-msg/reset_domain.c \
|
||||
drivers/scmi-msg/smt.c
|
||||
|
||||
# stm32mp1 specific services
|
||||
BL32_SOURCES += plat/st/stm32mp1/services/bsec_svc.c \
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
#include <platform_def.h>
|
||||
|
||||
#include <drivers/st/scmi-msg.h>
|
||||
#include <drivers/st/scmi.h>
|
||||
#include <drivers/scmi-msg.h>
|
||||
#include <drivers/scmi.h>
|
||||
#include <drivers/st/stm32mp1_clk.h>
|
||||
#include <drivers/st/stm32mp_reset.h>
|
||||
#include <dt-bindings/clock/stm32mp1-clks.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue