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
908cf705
Commit
908cf705
authored
Nov 05, 2017
by
Etienne Carriere
Browse files
ARMv7 does not support SDCR
Signed-off-by:
Etienne Carriere
<
etienne.carriere@linaro.org
>
parent
0147bef5
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/common/aarch32/el3_common_macros.S
View file @
908cf705
...
...
@@ -107,6 +107,7 @@
vmsr
FPEXC
,
r0
isb
#if (ARM_ARCH_MAJOR > 7)
/
*
---------------------------------------------------------------------
*
Initialise
SDCR
,
setting
all
the
fields
rather
than
relying
on
hw
.
*
...
...
@@ -116,6 +117,7 @@
*/
ldr
r0
,
=(
SDCR_RESET_VAL
|
SDCR_SPD
(
SDCR_SPD_DISABLE
))
stcopr
r0
,
SDCR
#endif
.
endm
...
...
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