Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
18113ba7
Commit
18113ba7
authored
May 10, 2019
by
Antonio Niño Díaz
Committed by
TrustedFirmware Code Review
May 10, 2019
Browse files
Merge "plat: imx8m: Implement IMX_SIP_BUILDINFO" into integration
parents
6079e447
950d05f7
Changes
4
Hide whitespace changes
Inline
Side-by-side
plat/imx/common/imx_sip_handler.c
View file @
18113ba7
...
...
@@ -14,6 +14,8 @@
#include <imx_sip_svc.h>
#include <sci/sci.h>
#if defined(PLAT_IMX8QM) || defined(PLAT_IMX8QX)
#ifdef PLAT_IMX8QM
const
static
int
ap_cluster_index
[
PLATFORM_CLUSTER_COUNT
]
=
{
SC_R_A53
,
SC_R_A72
,
...
...
@@ -139,6 +141,8 @@ int imx_misc_set_temp_handler(uint32_t smc_fid,
return
sc_misc_set_temp
(
ipc_handle
,
x1
,
x2
,
x3
,
x4
);
}
#endif
/* defined(PLAT_IMX8QM) || defined(PLAT_IMX8QX) */
static
uint64_t
imx_get_commit_hash
(
u_register_t
x2
,
u_register_t
x3
,
u_register_t
x4
)
...
...
plat/imx/common/include/imx_sip_svc.h
View file @
18113ba7
...
...
@@ -38,9 +38,9 @@ int imx_otp_handler(uint32_t smc_fid, void *handle,
int
imx_misc_set_temp_handler
(
uint32_t
smc_fid
,
u_register_t
x1
,
u_register_t
x2
,
u_register_t
x3
,
u_register_t
x4
);
#endif
uint64_t
imx_buildinfo_handler
(
uint32_t
smc_fid
,
u_register_t
x1
,
u_register_t
x2
,
u_register_t
x3
,
u_register_t
x4
);
#endif
#endif
/* __IMX_SIP_SVC_H__ */
plat/imx/imx8m/imx8mm/platform.mk
View file @
18113ba7
...
...
@@ -24,6 +24,8 @@ BL31_SOURCES += plat/imx/common/imx8_helpers.S \
plat/imx/imx8m/imx8mm/imx8mm_psci.c
\
plat/imx/imx8m/imx8mm/gpc.c
\
plat/imx/common/imx8_topology.c
\
plat/imx/common/imx_sip_handler.c
\
plat/imx/common/imx_sip_svc.c
\
plat/imx/common/imx_uart_console.S
\
lib/xlat_tables/aarch64/xlat_tables.c
\
lib/xlat_tables/xlat_tables_common.c
\
...
...
plat/imx/imx8m/imx8mq/platform.mk
View file @
18113ba7
...
...
@@ -24,6 +24,8 @@ BL31_SOURCES += plat/imx/common/imx8_helpers.S \
plat/imx/imx8m/imx8m_psci_common.c
\
plat/imx/imx8m/imx8mq/gpc.c
\
plat/imx/common/imx8_topology.c
\
plat/imx/common/imx_sip_handler.c
\
plat/imx/common/imx_sip_svc.c
\
plat/imx/common/imx_uart_console.S
\
lib/xlat_tables/aarch64/xlat_tables.c
\
lib/xlat_tables/xlat_tables_common.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment