mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
linux-rp: added qemuarmv6/7 machines support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4925 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
1399
meta/packages/linux/linux-rp-2.6.26/defconfig-qemuarmv6
vendored
Normal file
1399
meta/packages/linux/linux-rp-2.6.26/defconfig-qemuarmv6
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1464
meta/packages/linux/linux-rp-2.6.26/defconfig-qemuarmv7
vendored
Normal file
1464
meta/packages/linux/linux-rp-2.6.26/defconfig-qemuarmv7
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
||||
---
|
||||
arch/arm/mm/Kconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
arch/arm/mm/Kconfig | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: linux-2.6.26-rc4/arch/arm/mm/Kconfig
|
||||
===================================================================
|
||||
--- linux-2.6.26-rc4.orig/arch/arm/mm/Kconfig 2008-05-26 19:08:11.000000000 +0100
|
||||
+++ linux-2.6.26-rc4/arch/arm/mm/Kconfig 2008-06-01 18:40:07.000000000 +0100
|
||||
@@ -387,7 +387,7 @@
|
||||
--- linux-2.6.25.orig/arch/arm/mm/Kconfig
|
||||
+++ linux-2.6.25/arch/arm/mm/Kconfig
|
||||
@@ -385,11 +385,11 @@ config CPU_FEROCEON_OLD_ID
|
||||
Relevant for Feroceon-1850 and early Feroceon-2850.
|
||||
|
||||
# ARMv6
|
||||
config CPU_V6
|
||||
bool "Support ARM V6 processor"
|
||||
@@ -15,3 +15,18 @@ Index: linux-2.6.26-rc4/arch/arm/mm/Kconfig
|
||||
default y if ARCH_MX3
|
||||
default y if ARCH_MSM7X00A
|
||||
select CPU_32v6
|
||||
select CPU_ABRT_EV6
|
||||
select CPU_PABRT_NOIFAR
|
||||
@@ -413,11 +413,11 @@ config CPU_32v6K
|
||||
instructions.
|
||||
|
||||
# ARMv7
|
||||
config CPU_V7
|
||||
bool "Support ARM V7 processor"
|
||||
- depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB
|
||||
+ depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_VERSATILE_PB
|
||||
select CPU_32v6K
|
||||
select CPU_32v7
|
||||
select CPU_ABRT_EV7
|
||||
select CPU_PABRT_IFAR
|
||||
select CPU_CACHE_V7
|
||||
|
||||
@@ -4,6 +4,8 @@ PR = "r7"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
DEFAULT_PREFERENCE_qemuarm = "1"
|
||||
DEFAULT_PREFERENCE_qemuarmv6 = "1"
|
||||
DEFAULT_PREFERENCE_qemuarmv7 = "1"
|
||||
DEFAULT_PREFERENCE_qemux86 = "1"
|
||||
DEFAULT_PREFERENCE_spitz = "1"
|
||||
DEFAULT_PREFERENCE_c7x0 = "1"
|
||||
@@ -59,6 +61,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \
|
||||
file://defconfig-akita \
|
||||
file://defconfig-spitz \
|
||||
file://defconfig-qemuarm \
|
||||
file://defconfig-qemuarmv6 \
|
||||
file://defconfig-qemuarmv7 \
|
||||
file://defconfig-qemux86 \
|
||||
file://defconfig-bootcdx86 \
|
||||
file://defconfig-htcuniversal \
|
||||
|
||||
Reference in New Issue
Block a user