public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 1/5] imx: add cpu type for i.MX2 and i.MX3
@ 2015-08-13  2:55 Peng Fan
  2015-08-13  2:55 ` [U-Boot] [PATCH V2 2/5] imx: mx27 implement get_cpu_rev Peng Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Peng Fan @ 2015-08-13  2:55 UTC (permalink / raw)
  To: u-boot

Add cpu types for i.MX2/3.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
---

Changes v2:
 Add mx27 cpu type.

 arch/arm/include/asm/arch-imx/cpu.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h
index c7f9fff..be13b96 100644
--- a/arch/arm/include/asm/arch-imx/cpu.h
+++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -4,6 +4,12 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
+#define MXC_CPU_MX23		0x23
+#define MXC_CPU_MX25		0x25
+#define MXC_CPU_MX27		0x27
+#define MXC_CPU_MX28		0x28
+#define MXC_CPU_MX31		0x31
+#define MXC_CPU_MX35		0x35
 #define MXC_CPU_MX51		0x51
 #define MXC_CPU_MX53		0x53
 #define MXC_CPU_MX6SL		0x60
-- 
1.8.4

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

end of thread, other threads:[~2015-08-23 15:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13  2:55 [U-Boot] [PATCH V2 1/5] imx: add cpu type for i.MX2 and i.MX3 Peng Fan
2015-08-13  2:55 ` [U-Boot] [PATCH V2 2/5] imx: mx27 implement get_cpu_rev Peng Fan
2015-08-23 15:23   ` Stefano Babic
2015-08-13  2:55 ` [U-Boot] [PATCH V2 3/5] imx: mx31 use new formula for get_cpu_rev Peng Fan
2015-08-23 15:23   ` Stefano Babic
2015-08-13  2:55 ` [U-Boot] [PATCH V2 4/5] imx: mxs: reimplement get_cpu_rev Peng Fan
2015-08-23 15:23   ` Stefano Babic
2015-08-13  2:55 ` [U-Boot] [PATCH V2 5/5] imx-common: consolidate macros and prototypes into sys_proto.h Peng Fan
2015-08-23 15:24   ` Stefano Babic
2015-08-23 15:23 ` [U-Boot] [PATCH V2 1/5] imx: add cpu type for i.MX2 and i.MX3 Stefano Babic

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