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
c9ff97e2
Unverified
Commit
c9ff97e2
authored
Dec 09, 2017
by
davidcunado-arm
Committed by
GitHub
Dec 09, 2017
Browse files
Merge pull request #1181 from soby-mathew/sm/el3_payload_tzc_permissions
ARM Platforms: Change the TZC access permissions for EL3 payload
parents
fdaf2905
fb48b970
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/common/arm_tzc400.c
View file @
c9ff97e2
...
...
@@ -74,8 +74,8 @@ void arm_tzc400_setup(void)
#else
/* if defined(EL3_PAYLOAD_BASE) */
/* Allow secure access
only
to DRAM for EL3 payloads
.
*/
tzc400_configure_region0
(
TZC_REGION_S_RDWR
,
0
);
/* Allow
Secure and Non-
secure access to DRAM for EL3 payloads */
tzc400_configure_region0
(
TZC_REGION_S_RDWR
,
PLAT_ARM_TZC_NS_DEV_ACCESS
);
#endif
/* EL3_PAYLOAD_BASE */
...
...
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