arch: arm: enable FPU and FPU sharing for v8r aarch32
This commit is to enable FPU and FPU_SHARING for v8r aarch32. Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
This commit is contained in:
parent
89ea503b29
commit
c1ecb8faaa
3 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
config CPU_HAS_VFP
|
||||
bool
|
||||
select CPU_HAS_FPU
|
||||
imply FPU
|
||||
imply FPU_SHARING
|
||||
help
|
||||
This option signifies the support for a Vectored Floating-Point (VFP)
|
||||
coprocessor.
|
||||
|
|
|
@ -99,6 +99,7 @@ config CPU_CORTEX_R52
|
|||
select AARCH32_ARMV8_R
|
||||
select CPU_HAS_ICACHE
|
||||
select CPU_HAS_DCACHE
|
||||
select VFP_SP_D16
|
||||
help
|
||||
This option signifies the use of a Cortex-R52 CPU
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ config SOC_FVP_AEMV8R_AARCH32
|
|||
select CPU_CORTEX_R52
|
||||
select CPU_HAS_ARM_MPU
|
||||
select CPU_HAS_MPU
|
||||
select VFP_DP_D32_FP16_FMAC
|
||||
select GIC_V3
|
||||
select GIC_SINGLE_SECURITY_STATE
|
||||
select PLATFORM_SPECIFIC_INIT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue