linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] powerpc/fsl: add E500MC and E5500 PVR define
@ 2014-01-14  7:59 Dongsheng Wang
  2014-01-14  7:59 ` [PATCH 2/3] powerpc/85xx: Provide two functions to save/restore the core registers Dongsheng Wang
  2014-01-14  7:59 ` [PATCH 3/3] powerpc/fsl: Use the new interface to save or restore registers Dongsheng Wang
  0 siblings, 2 replies; 18+ messages in thread
From: Dongsheng Wang @ 2014-01-14  7:59 UTC (permalink / raw)
  To: scottwood, benh; +Cc: anton, linuxppc-dev, chenhui.zhao, Wang Dongsheng

From: Wang Dongsheng <dongsheng.wang@freescale.com>

E500MC and E5500 PVR will be used in subsequent save/restore core
state patches.

Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>

diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index 62b114e..cd7b630 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -1075,6 +1075,8 @@
 #define PVR_8560	0x80200000
 #define PVR_VER_E500V1	0x8020
 #define PVR_VER_E500V2	0x8021
+#define PVR_VER_E500MC	0x8023
+#define PVR_VER_E5500	0x8024
 #define PVR_VER_E6500	0x8040
 
 /*
-- 
1.8.5

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

end of thread, other threads:[~2014-01-23 16:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  7:59 [PATCH 1/3] powerpc/fsl: add E500MC and E5500 PVR define Dongsheng Wang
2014-01-14  7:59 ` [PATCH 2/3] powerpc/85xx: Provide two functions to save/restore the core registers Dongsheng Wang
2014-01-14 23:50   ` Scott Wood
2014-01-15  3:30     ` Dongsheng.Wang
2014-01-16  3:17       ` Scott Wood
2014-01-20  6:03         ` Dongsheng.Wang
2014-01-21  1:06           ` Scott Wood
2014-01-21  2:43             ` Dongsheng.Wang
2014-01-23  0:50               ` Scott Wood
2014-01-23  2:49                 ` Dongsheng.Wang
2014-01-23 16:22                   ` Scott Wood
2014-01-14  7:59 ` [PATCH 3/3] powerpc/fsl: Use the new interface to save or restore registers Dongsheng Wang
2014-01-14 23:30   ` Scott Wood
2014-01-15  2:57     ` Dongsheng.Wang
2014-01-16  3:15       ` Scott Wood
2014-01-20  5:57         ` Dongsheng.Wang
2014-01-22 20:34           ` Scott Wood
2014-01-23  3:00             ` Dongsheng.Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).