Re: [U-Boot] [PATCH 2/2] P2020RDB Platform Support Added

2009-07-22 Thread Wolfgang Denk
Dear "Aggrwal Poonam-B10812", In message <1bd5cfc378ed0946b688e0c9ba2ef095129...@zin33exm24.fsl.freescale.net> you wrote: > ... > > > + val = pgpio->gpdat; > > > + temp = val & BOARDREV_MASK; > > > + if (temp == BOARDREV_C) > > > + board_rev = 'C'; > > > + else if (temp == BOARDREV_B) >

Re: [U-Boot] [PATCH 2/2] P2020RDB Platform Support Added

2009-07-22 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Tuesday, July 21, 2009 6:56 PM > To: Aggrwal Poonam-B10812 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 2/2] P2020RDB P

Re: [U-Boot] [PATCH 2/2] P2020RDB Platform Support Added

2009-07-21 Thread Wolfgang Denk
Dear Poonam Aggrwal, In message <1248173285-30560-1-git-send-email-poonam.aggr...@freescale.com> you wrote: > The code base is generic to add more P1_P2 RDB platforms support as and when > required. > The folder and file names are such that they can cater to future SOCs of > P1/P2 family. > >

[U-Boot] [PATCH 2/2] P2020RDB Platform Support Added

2009-07-21 Thread Poonam Aggrwal
The code base is generic to add more P1_P2 RDB platforms support as and when required. The folder and file names are such that they can cater to future SOCs of P1/P2 family. Tested the following on P2020RDB: 1. eTSECs(1/2/3) 2. DDR, NAND, NOR, I2C etc Signed-off-by: Poonam Aggrwal --- MAINTAI