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
b3c287f4
Commit
b3c287f4
authored
Feb 21, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Feb 21, 2020
Browse files
Merge "Use consistent SMCCC error code" into integration
parents
b1f97e41
af10d224
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/services/arm_arch_svc.h
View file @
b3c287f4
...
...
@@ -12,6 +12,4 @@
#define SMCCC_ARCH_WORKAROUND_1 U(0x80008000)
#define SMCCC_ARCH_WORKAROUND_2 U(0x80007FFF)
#define SMCCC_ARCH_NOT_REQUIRED -2
#endif
/* ARM_ARCH_SVC_H */
services/arm_arch_svc/arm_arch_svc_setup.c
View file @
b3c287f4
...
...
@@ -66,7 +66,7 @@ static int32_t smccc_arch_features(u_register_t arg)
return
0
;
#else
/* Either the CPUs are unaffected or permanently mitigated */
return
SMC
CC
_ARCH_NOT_REQUIRED
;
return
SMC_ARCH_
CALL_
NOT_REQUIRED
;
#endif
}
#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