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
21e04cf2
Commit
21e04cf2
authored
Jul 16, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Jul 16, 2020
Browse files
Merge "drivers/stm32_hash: register resources as secure or not" into integration
parents
a2547996
3d0d0a1b
Changes
1
Show whitespace changes
Inline
Side-by-side
drivers/st/crypto/stm32_hash.c
View file @
21e04cf2
...
...
@@ -300,7 +300,9 @@ int stm32_hash_register(void)
break
;
}
#else
/* BL32 uses hash if it is assigned only to secure world */
if
(
hash_info
.
status
==
DT_SECURE
)
{
stm32mp_register_secure_periph_iomem
(
hash_info
.
base
);
break
;
}
#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