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
dd756c98
Unverified
Commit
dd756c98
authored
Nov 02, 2018
by
Antonio Niño Díaz
Committed by
GitHub
Nov 02, 2018
Browse files
Merge pull request #1663 from sudeep-holla/scpi_build_fix
plat: juno: fix build for !CSS_USE_SCMI_DRIVER
parents
ebd17fa4
8db71e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/juno/juno_topology.c
View file @
dd756c98
...
...
@@ -12,6 +12,7 @@
#include "../../css/drivers/scmi/scmi.h"
#include "../../css/drivers/mhu/css_mhu_doorbell.h"
#if CSS_USE_SCMI_SDS_DRIVER
static
scmi_channel_plat_info_t
juno_scmi_plat_info
=
{
.
scmi_mbx_mem
=
CSS_SCMI_PAYLOAD_BASE
,
.
db_reg_addr
=
PLAT_CSS_MHU_BASE
+
CSS_SCMI_MHU_DB_REG_OFF
,
...
...
@@ -25,6 +26,7 @@ scmi_channel_plat_info_t *plat_css_get_scmi_info()
return
&
juno_scmi_plat_info
;
}
#endif
/*
* On Juno, the system power level is the highest power level.
* The first entry in the power domain descriptor specifies the
...
...
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