Re: [PATCH 1/3] PPC440EP SoC and Bamboo board support
From: Wade Farnsworth <hidden>
Date: 2005-03-15 19:08:05
From: Wade Farnsworth <hidden>
Date: 2005-03-15 19:08:05
On Tue, 2005-03-15 at 11:41, Eugene Surovegin wrote: [snip]
quoted
diff -uprN linux-2.6.11-bk7/include/asm-ppc/reg.h linux-2.6.11-bk7-440ep/include/asm-ppc/reg.h--- linux-2.6.11-bk7/include/asm-ppc/reg.h 2005-03-11 16:25:22.000000000 -0700 +++ linux-2.6.11-bk7-440ep/include/asm-ppc/reg.h 2005-03-14 10:05:47.000000000 -0700@@ -449,6 +449,8 @@ #define PVR_STB03XXX 0x40310000 #define PVR_NP405H 0x41410000 #define PVR_NP405L 0x41610000 +#define PVR_440EP_RA 0x42221850 +#define PVR_440EP_RB 0x422218D3I don't think it's needed. There are plans to get rid of all not-used PVR defines.
The PVR for the Rev A is needed for a workaround in the IBM EMAC code (see patch 3/3). If there is a better way to do this, or if it would be better to put the PVR define somewhere else, please let me know. Thanks for your comments. Regards, Wade Farnsworth