mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
arch/arm: add cortex-m7 core
Nothing fancy, just a plain Cortex-M, armv7-M core... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
743ac2d53b
commit
6edfa3bf78
@ -241,6 +241,11 @@ config BR2_cortex_m4
|
|||||||
bool "cortex-M4"
|
bool "cortex-M4"
|
||||||
select BR2_ARM_CPU_HAS_THUMB2
|
select BR2_ARM_CPU_HAS_THUMB2
|
||||||
select BR2_ARM_CPU_ARMV7M
|
select BR2_ARM_CPU_ARMV7M
|
||||||
|
config BR2_cortex_m7
|
||||||
|
bool "cortex-M7"
|
||||||
|
select BR2_ARM_CPU_HAS_THUMB2
|
||||||
|
select BR2_ARM_CPU_ARMV7M
|
||||||
|
select BR2_ARCH_NEEDS_GCC_AT_LEAST_5
|
||||||
endif # !BR2_ARCH_IS_64
|
endif # !BR2_ARCH_IS_64
|
||||||
|
|
||||||
comment "armv8 cores"
|
comment "armv8 cores"
|
||||||
@ -716,6 +721,7 @@ config BR2_GCC_TARGET_CPU
|
|||||||
# armv7m
|
# armv7m
|
||||||
default "cortex-m3" if BR2_cortex_m3
|
default "cortex-m3" if BR2_cortex_m3
|
||||||
default "cortex-m4" if BR2_cortex_m4
|
default "cortex-m4" if BR2_cortex_m4
|
||||||
|
default "cortex-m7" if BR2_cortex_m7
|
||||||
# armv8a
|
# armv8a
|
||||||
default "cortex-a32" if BR2_cortex_a32
|
default "cortex-a32" if BR2_cortex_a32
|
||||||
default "cortex-a35" if BR2_cortex_a35
|
default "cortex-a35" if BR2_cortex_a35
|
||||||
|
Loading…
x
Reference in New Issue
Block a user