mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: Add CPU detection macros for ARM720
@ 2013-03-14 11:51 Alexander Shiyan
  2013-03-15  7:27 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-03-14 11:51 UTC (permalink / raw)
  To: barebox


Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/include/asm/system_info.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/system_info.h b/arch/arm/include/asm/system_info.h
index 56ebb11..13171cc 100644
--- a/arch/arm/include/asm/system_info.h
+++ b/arch/arm/include/asm/system_info.h
@@ -14,6 +14,9 @@
 #define CPU_ARCH_ARMv6		8
 #define CPU_ARCH_ARMv7		9
 
+#define CPU_IS_ARM720		0x41007200
+#define CPU_IS_ARM720_MASK	0xff00fff0
+
 #define CPU_IS_ARM920		0x41009200
 #define CPU_IS_ARM920_MASK	0xff00fff0
 
@@ -55,11 +58,13 @@
 #else
 #define ARM_ARCH CPU_ARCH_ARMv4T
 #endif
+#define cpu_is_arm720()	cpu_is_arm(ARM720)
 #define cpu_is_arm920()	cpu_is_arm(ARM920)
 #define cpu_is_pxa250() cpu_is_arm(PXA250)
 #define cpu_is_pxa255() cpu_is_arm(PXA255)
 #define cpu_is_pxa270() cpu_is_arm(PXA270)
 #else
+#define cpu_is_arm720() (0)
 #define cpu_is_arm920() (0)
 #define cpu_is_pxa250() (0)
 #define cpu_is_pxa255() (0)
-- 
1.7.3.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-15  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-14 11:51 [PATCH] ARM: Add CPU detection macros for ARM720 Alexander Shiyan
2013-03-15  7:27 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox