[U-Boot] [PATCH] omap3evm: Add board revision function

2009-11-19 Thread Ajay Kumar Gupta
Added function to differentiate between the OMAP3EVM revisions. The chip-id of the ethernet PHY is being used for this purpose. Rev A to D : 0x0115 Rev >= E : 0x9220 Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi Signed-off-by: Ajay Kumar Gupta --- board/ti/evm/evm.c |

Re: [U-Boot] [PATCH] omap3evm: Add board revision function

2009-11-19 Thread Gupta, Ajay Kumar
Hi, > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Gupta, Ajay Kumar > Sent: Friday, November 13, 2009 3:31 PM > To: u-boot@lists.denx.de > Cc: Hiremath, Vaibhav > Subject: Re: [U-Boot] [PATCH] omap3ev

Re: [U-Boot] [PATCH] omap3evm: Add board revision function

2009-11-13 Thread Gupta, Ajay Kumar
Somehow the local patch got sent to the list. Apologies for it. Please find the correct patch attached. Regards, Ajay > -Original Message- > From: Gupta, Ajay Kumar > Sent: Friday, November 13, 2009 3:24 PM > To: u-boot@lists.denx.de > Cc: Gupta, Ajay Kumar; Hiremath, Vaibhav; Premi, S

[U-Boot] [PATCH] omap3evm: Add board revision function

2009-11-13 Thread Ajay Kumar Gupta
Hi Vaibhav/Sanjeev, Please review this which I plan to submit today. It almost same as submited on lo. Regards, Ajay Added function to differentiate between the OMAP3EVM revisions. The chip-id of the ethernet PHY is being used for this purpose. Rev A to D : 0x0115 Rev >= E : 0x9220