Re: [U-Boot] [PATCH 2/2] mpc85xx: support for Freescale COM Express P2020

2011-10-06 Thread Wolfgang Denk
Dear "Ira W. Snyder", In message <20111006230624.gb27...@ovro.caltech.edu> you wrote: > > > > Signed-off-by: Ira W. Snyder > > > --- > > > arch/powerpc/include/asm/immap_85xx.h |1 + > > > board/freescale/p2020come/Makefile| 53 +++ > > > board/freescale/p2020come/ddr.c | 245 ++

Re: [U-Boot] [PATCH 2/2] mpc85xx: support for Freescale COM Express P2020

2011-10-06 Thread Ira W. Snyder
On Thu, Oct 06, 2011 at 11:18:48PM +0200, Wolfgang Denk wrote: > Dear "Ira W. Snyder", > > In message <1317159046-11886-3-git-send-email-...@ovro.caltech.edu> you wrote: > > This adds support for the Freescale COM Express P2020 board. This board > > is similar to the P1_P2_RDB, but has some extra

Re: [U-Boot] [PATCH 2/2] mpc85xx: support for Freescale COM Express P2020

2011-10-06 Thread Wolfgang Denk
Dear "Ira W. Snyder", In message <1317159046-11886-3-git-send-email-...@ovro.caltech.edu> you wrote: > This adds support for the Freescale COM Express P2020 board. This board > is similar to the P1_P2_RDB, but has some extra (as well as missing) > peripherals. > > Unlike all other mpc85xx boards,

[U-Boot] [PATCH 2/2] mpc85xx: support for Freescale COM Express P2020

2011-09-27 Thread Ira W. Snyder
This adds support for the Freescale COM Express P2020 board. This board is similar to the P1_P2_RDB, but has some extra (as well as missing) peripherals. Unlike all other mpc85xx boards, it uses a watchdog timeout to reset. Using the HRESET_REQ register does not work. Signed-off-by: Ira W. Snyder