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
ecee0d26
Commit
ecee0d26
authored
Nov 19, 2015
by
Achin Gupta
Browse files
Merge pull request #429 from vikramkanigiri/vk/fix_sctlr_res1
Add missing RES1 bit in SCTLR_EL1
parents
a64939e4
6cd12daa
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/aarch64/arch.h
View file @
ecee0d26
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
(1 << 4))
(1 << 4))
#define SCTLR_EL1_RES1 ((1 << 29) | (1 << 28) | (1 << 23) | (1 << 22) | \
#define SCTLR_EL1_RES1 ((1 << 29) | (1 << 28) | (1 << 23) | (1 << 22) | \
(1 << 11))
(1 <<
20) | (1 <<
11))
#define SCTLR_AARCH32_EL1_RES1 \
#define SCTLR_AARCH32_EL1_RES1 \
((1 << 23) | (1 << 22) | (1 << 11) | (1 << 4) | \
((1 << 23) | (1 << 22) | (1 << 11) | (1 << 4) | \
(1 << 3))
(1 << 3))
...
...
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