summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-29 14:42:39 +0100
committerEric Miao <eric.miao@marvell.com>2008-12-02 07:42:40 +0100
commit59c7bcd4d60812ca10ec691376f43d6a5fbfb4f8 (patch)
tree74ebe42f17a16018dbbafb0ae7e7ad18f185e4fe /arch/arm/boot
parent[ARM] pxa: introduced cpu_is_pxa935() and cpu_is_pxa9xx() (diff)
downloadlinux-59c7bcd4d60812ca10ec691376f43d6a5fbfb4f8.tar.xz
linux-59c7bcd4d60812ca10ec691376f43d6a5fbfb4f8.zip
[ARM] pxa: add base PXA935 support due to CPUID change
PXA935 has changed its implementor ID from Intel to Marvell, this patch modifies arch/arm/boot/compressed/head.S and proc-xsc3.S to support a smooth bootup. Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/compressed/head.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index 84a1e0496a3c..606650964eff 100644
--- a/arch/arm/boot/compressed/head.S
+++ b/arch/arm/boot/compressed/head.S
@@ -624,6 +624,12 @@ proc_types:
b __armv4_mmu_cache_off
b __armv4_mmu_cache_flush
+ .word 0x56056930
+ .word 0xff0ffff0 @ PXA935
+ b __armv4_mmu_cache_on
+ b __armv4_mmu_cache_off
+ b __armv4_mmu_cache_flush
+
.word 0x56050000 @ Feroceon
.word 0xff0f0000
b __armv4_mmu_cache_on