aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches/007-annotate_88fr531-vd_cpu_entries.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/orion/patches/007-annotate_88fr531-vd_cpu_entries.patch')
-rw-r--r--target/linux/orion/patches/007-annotate_88fr531-vd_cpu_entries.patch58
1 files changed, 0 insertions, 58 deletions
diff --git a/target/linux/orion/patches/007-annotate_88fr531-vd_cpu_entries.patch b/target/linux/orion/patches/007-annotate_88fr531-vd_cpu_entries.patch
deleted file mode 100644
index 5aab94bb86..0000000000
--- a/target/linux/orion/patches/007-annotate_88fr531-vd_cpu_entries.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Annotate the entries for the 88fr531-vd CPU core in
-arch/arm/boot/compressed/head.S and arch/arm/mm/proc-feroceon.S
-with the full name of the core.
-
-Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
----
- arch/arm/boot/compressed/head.S | 2 +-
- arch/arm/mm/proc-feroceon.S | 13 +++++++++----
- 2 files changed, 10 insertions(+), 5 deletions(-)
-
---- a/arch/arm/boot/compressed/head.S
-+++ b/arch/arm/boot/compressed/head.S
-@@ -623,7 +623,7 @@
- b __armv4_mmu_cache_off
- b __armv4_mmu_cache_flush
-
-- .word 0x56055310 @ Feroceon
-+ .word 0x56055310 @ Feroceon 88FR531-vd
- .word 0xfffffff0
- b __armv4_mmu_cache_on
- b __armv4_mmu_cache_off
---- a/arch/arm/mm/proc-feroceon.S
-+++ b/arch/arm/mm/proc-feroceon.S
-@@ -445,6 +445,11 @@
- .asciz "Feroceon"
- .size cpu_feroceon_name, . - cpu_feroceon_name
-
-+ .type cpu_88fr531_name, #object
-+cpu_88fr531_name:
-+ .asciz "Feroceon 88FR531-vd"
-+ .size cpu_88fr531_name, . - cpu_88fr531_name
-+
- .align
-
- .section ".proc.info.init", #alloc, #execinstr
-@@ -476,8 +481,8 @@
- .size __feroceon_old_id_proc_info, . - __feroceon_old_id_proc_info
- #endif
-
-- .type __feroceon_proc_info,#object
--__feroceon_proc_info:
-+ .type __88fr531_proc_info,#object
-+__88fr531_proc_info:
- .long 0x56055310
- .long 0xfffffff0
- .long PMD_TYPE_SECT | \
-@@ -494,9 +499,9 @@
- .long cpu_arch_name
- .long cpu_elf_name
- .long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP
-- .long cpu_feroceon_name
-+ .long cpu_88fr531_name
- .long feroceon_processor_functions
- .long v4wbi_tlb_fns
- .long feroceon_user_fns
- .long feroceon_cache_fns
-- .size __feroceon_proc_info, . - __feroceon_proc_info
-+ .size __88fr531_proc_info, . - __88fr531_proc_info