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
60a9dee5
Unverified
Commit
60a9dee5
authored
Oct 11, 2018
by
Soby Mathew
Committed by
GitHub
Oct 11, 2018
Browse files
Merge pull request #1620 from deepan02/deepak-arm/move-reset-to-bl31
plat/arm: allow RESET_TO_BL31 for CSS-based platforms
parents
f7a18268
49d3a621
Changes
4
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/juno/platform.mk
View file @
60a9dee5
...
...
@@ -90,6 +90,11 @@ endif
endif
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLATFORM}
platform.
\
Please
set
RESET_TO_BL31
to
0.")
endif
# Errata workarounds for Cortex-A53:
ERRATA_A53_826319
:=
1
ERRATA_A53_835769
:=
1
...
...
plat/arm/css/common/css_common.mk
View file @
60a9dee5
...
...
@@ -39,11 +39,6 @@ BL31_SOURCES += plat/arm/css/drivers/scp/css_pm_scmi.c \
plat/arm/css/drivers/mhu/css_mhu_doorbell.c
endif
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
CSS
platforms.
\
Please
set
RESET_TO_BL31
to
0.")
endif
# Process CSS_LOAD_SCP_IMAGES flag
$(eval
$(call
assert_boolean,CSS_LOAD_SCP_IMAGES))
$(eval
$(call
add_define,CSS_LOAD_SCP_IMAGES))
...
...
plat/arm/css/sgi/sgi-common.mk
View file @
60a9dee5
...
...
@@ -67,6 +67,11 @@ HW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}.dtb
# Add the HW_CONFIG to FIP and specify the same to certtool
$(eval
$(call
TOOL_ADD_PAYLOAD,${HW_CONFIG},--hw-config))
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLATFORM}
platform.
\
Please
set
RESET_TO_BL31
to
0.")
endif
$(eval
$(call
add_define,SGI_PLAT))
override CSS_LOAD_SCP_IMAGES
:
= 0
...
...
plat/arm/css/sgm/sgm-common.mk
View file @
60a9dee5
...
...
@@ -45,6 +45,11 @@ BL31_SOURCES += $(SGM_CPU_SOURCES) \
${CSS_SGM_BASE}
/sgm_bl31_setup.c
\
${CSS_SGM_BASE}
/sgm_plat_config.c
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLATFORM}
platform.
\
Please
set
RESET_TO_BL31
to
0.")
endif
# sgm uses CCI-500 as Cache Coherent Interconnect
ARM_CCI_PRODUCT_ID
:=
500
...
...
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