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
e3ff1766
"vscode:/vscode.git/clone" did not exist on "128cd3f5661d42f10ef3bae742ae3416f401c7ad"
Commit
e3ff1766
authored
Mar 17, 2021
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Mar 17, 2021
Browse files
Merge "tzc400: correct FAIL_CONTROL Privileged bit" into integration
parents
ae030052
4f81ed8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/drivers/arm/tzc400.h
View file @
e3ff1766
...
@@ -65,8 +65,8 @@
...
@@ -65,8 +65,8 @@
#define FAIL_CONTROL_NS_SECURE U(0)
#define FAIL_CONTROL_NS_SECURE U(0)
#define FAIL_CONTROL_NS_NONSECURE U(1)
#define FAIL_CONTROL_NS_NONSECURE U(1)
#define FAIL_CONTROL_PRIV_SHIFT 20
#define FAIL_CONTROL_PRIV_SHIFT 20
#define FAIL_CONTROL_PRIV_PRIV
U(0)
#define FAIL_CONTROL_PRIV_
UN
PRIV U(0)
#define FAIL_CONTROL_PRIV_
UN
PRIV U(1)
#define FAIL_CONTROL_PRIV_PRIV
U(1)
/*
/*
* FAIL_ID_ID_MASK depends on AID_WIDTH which is platform specific.
* FAIL_ID_ID_MASK depends on AID_WIDTH which is platform specific.
...
...
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