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
801ff6b7
"vscode:/vscode.git/clone" did not exist on "aec7de41754308ace38ac2672405d0ee8a586ae3"
Commit
801ff6b7
authored
Feb 19, 2021
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Feb 19, 2021
Browse files
Merge "plat/arm/css: rename rd_n1e1_edge_scmi_plat_info array" into integration
parents
66306814
0557734d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/css/sgi/sgi_bl31_setup.c
View file @
801ff6b7
...
@@ -28,7 +28,7 @@ static scmi_channel_plat_info_t sgi575_scmi_plat_info = {
...
@@ -28,7 +28,7 @@ static scmi_channel_plat_info_t sgi575_scmi_plat_info = {
.
ring_doorbell
=
&
mhu_ring_doorbell
,
.
ring_doorbell
=
&
mhu_ring_doorbell
,
};
};
static
scmi_channel_plat_info_t
rd_n1e1_edge_scmi_plat
_info
[]
=
{
static
scmi_channel_plat_info_t
plat_rd_scmi
_info
[]
=
{
{
{
.
scmi_mbx_mem
=
CSS_SCMI_PAYLOAD_BASE
,
.
scmi_mbx_mem
=
CSS_SCMI_PAYLOAD_BASE
,
.
db_reg_addr
=
PLAT_CSS_MHU_BASE
+
SENDER_REG_SET
(
0
),
.
db_reg_addr
=
PLAT_CSS_MHU_BASE
+
SENDER_REG_SET
(
0
),
...
@@ -76,9 +76,9 @@ scmi_channel_plat_info_t *plat_css_get_scmi_info(int channel_id)
...
@@ -76,9 +76,9 @@ scmi_channel_plat_info_t *plat_css_get_scmi_info(int channel_id)
if
(
sgi_plat_info
.
platform_id
==
RD_N1E1_EDGE_SID_VER_PART_NUM
||
if
(
sgi_plat_info
.
platform_id
==
RD_N1E1_EDGE_SID_VER_PART_NUM
||
sgi_plat_info
.
platform_id
==
RD_V1_SID_VER_PART_NUM
||
sgi_plat_info
.
platform_id
==
RD_V1_SID_VER_PART_NUM
||
sgi_plat_info
.
platform_id
==
RD_N2_SID_VER_PART_NUM
)
{
sgi_plat_info
.
platform_id
==
RD_N2_SID_VER_PART_NUM
)
{
if
(
channel_id
>=
ARRAY_SIZE
(
rd_n1e1_edge_scmi_plat
_info
))
if
(
channel_id
>=
ARRAY_SIZE
(
plat_rd_scmi
_info
))
panic
();
panic
();
return
&
rd_n1e1_edge_scmi_plat
_info
[
channel_id
];
return
&
plat_rd_scmi
_info
[
channel_id
];
}
}
else
if
(
sgi_plat_info
.
platform_id
==
SGI575_SSC_VER_PART_NUM
)
else
if
(
sgi_plat_info
.
platform_id
==
SGI575_SSC_VER_PART_NUM
)
return
&
sgi575_scmi_plat_info
;
return
&
sgi575_scmi_plat_info
;
...
...
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