Config.in.arch: ARM cortex A9 support
Based on patch by falls huang. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3307052879
commit
92870a7a7c
2
CHANGES
2
CHANGES
@ -5,6 +5,8 @@
|
|||||||
Kconfig infrastructure rebased against 2.6.36-rc1, bringing
|
Kconfig infrastructure rebased against 2.6.36-rc1, bringing
|
||||||
misc fixes + nconfig and savedefconfig targets.
|
misc fixes + nconfig and savedefconfig targets.
|
||||||
|
|
||||||
|
Toolchain: ARM cortex A9 support
|
||||||
|
|
||||||
Updated/fixed packages: berkeleydb, busybox, dropbear,
|
Updated/fixed packages: berkeleydb, busybox, dropbear,
|
||||||
iptables, kismet, openvpn, qt, usbutils
|
iptables, kismet, openvpn, qt, usbutils
|
||||||
|
|
||||||
|
@ -102,9 +102,11 @@ config BR2_arm1176jz_s
|
|||||||
bool "arm1176jz-s"
|
bool "arm1176jz-s"
|
||||||
config BR2_arm1176jzf_s
|
config BR2_arm1176jzf_s
|
||||||
bool "arm1176jzf-s"
|
bool "arm1176jzf-s"
|
||||||
comment "cortex-A8 needs gcc >= 4.4.x"
|
comment "cortex-A8/A9 needs gcc >= 4.4.x"
|
||||||
config BR2_cortex_a8
|
config BR2_cortex_a8
|
||||||
bool "cortex-A8"
|
bool "cortex-A8"
|
||||||
|
config BR2_cortex_a9
|
||||||
|
bool "cortex-A9"
|
||||||
config BR2_sa110
|
config BR2_sa110
|
||||||
bool "sa110"
|
bool "sa110"
|
||||||
config BR2_sa1100
|
config BR2_sa1100
|
||||||
@ -134,6 +136,7 @@ config BR2_ARM_TYPE
|
|||||||
default ARM_XSCALE if BR2_xscale
|
default ARM_XSCALE if BR2_xscale
|
||||||
default ARM_IWMMXT if BR2_iwmmxt
|
default ARM_IWMMXT if BR2_iwmmxt
|
||||||
default ARM_CORTEXA8 if BR2_cortex_a8
|
default ARM_CORTEXA8 if BR2_cortex_a8
|
||||||
|
default ARM_CORTEXA9 if BR2_cortex_a9
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Target ABI"
|
prompt "Target ABI"
|
||||||
@ -621,6 +624,7 @@ config BR2_GCC_TARGET_TUNE
|
|||||||
default arm1176jz-s if BR2_arm1176jz_s
|
default arm1176jz-s if BR2_arm1176jz_s
|
||||||
default arm1176jzf-s if BR2_arm1176jzf_s
|
default arm1176jzf-s if BR2_arm1176jzf_s
|
||||||
default cortex-a8 if BR2_cortex_a8
|
default cortex-a8 if BR2_cortex_a8
|
||||||
|
default cortex-a9 if BR2_cortex_a9
|
||||||
default strongarm110 if BR2_sa110
|
default strongarm110 if BR2_sa110
|
||||||
default strongarm1100 if BR2_sa1100
|
default strongarm1100 if BR2_sa1100
|
||||||
default xscale if BR2_xscale
|
default xscale if BR2_xscale
|
||||||
@ -737,6 +741,7 @@ config BR2_GCC_TARGET_ARCH
|
|||||||
default armv6zk if BR2_arm1176jz_s
|
default armv6zk if BR2_arm1176jz_s
|
||||||
default armv6zk if BR2_arm1176jzf_s
|
default armv6zk if BR2_arm1176jzf_s
|
||||||
default armv7-a if BR2_cortex_a8
|
default armv7-a if BR2_cortex_a8
|
||||||
|
default armv7-a if BR2_cortex_a9
|
||||||
default armv4 if BR2_sa110
|
default armv4 if BR2_sa110
|
||||||
default armv4 if BR2_sa1100
|
default armv4 if BR2_sa1100
|
||||||
default armv5te if BR2_xscale
|
default armv5te if BR2_xscale
|
||||||
|
Loading…
Reference in New Issue
Block a user