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
15405fcc
Commit
15405fcc
authored
Aug 20, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Aug 20, 2021
Browse files
Merge "fix(plat/st): apply security at the end of BL2" into integration
parents
bd4b4b03
99080bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/st/stm32mp1/bl2_plat_setup.c
View file @
15405fcc
...
...
@@ -153,8 +153,6 @@ void bl2_platform_setup(void)
#ifdef AARCH32_SP_OPTEE
INFO
(
"BL2 runs OP-TEE setup
\n
"
);
/* Initialize tzc400 after DDR initialization */
stm32mp1_security_setup
();
#else
INFO
(
"BL2 runs SP_MIN setup
\n
"
);
#endif
...
...
@@ -384,4 +382,9 @@ int bl2_plat_handle_post_image_load(unsigned int image_id)
return
err
;
}
void
bl2_el3_plat_prepare_exit
(
void
)
{
stm32mp1_security_setup
();
}
#endif
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