Re: [U-Boot] [PATCH] mpc83xx: Add esd VME8349 board support

2009-07-24 Thread Stefan Roese
On Tuesday 21 July 2009 21:08:25 Kim Phillips wrote: > > > > diff --git a/board/esd/vme8349/caddy.h b/board/esd/vme8349/caddy.h > > > > > > > > +typedef enum { > > > > + CADDY_CMD_IO_READ_8, > > > > + CADDY_CMD_IO_READ_16, > > > > + CADDY_CMD_IO_READ_32, > > > > + CADDY_CMD_

Re: [U-Boot] [PATCH] mpc83xx: Add esd VME8349 board support

2009-07-22 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907211138.31711...@denx.de> you wrote: ... > > > +typedef struct { > > > + uint32_t cmd; > > > + uint32_t issue; > > > + uint32_t addr; > > > + uint32_t par[5]; > > > +} CADDY_CMD; > > > + > > > +typedef struct { > > > + uint32_t answer; > > > + uint32_t issue; >

Re: [U-Boot] [PATCH] mpc83xx: Add esd VME8349 board support

2009-07-21 Thread Kim Phillips
On Tue, 21 Jul 2009 11:38:31 +0200 Stefan Roese wrote: > > might want to add a doc/README.vme8349 at some point. > > Currently not planned. I have to admit that I usually don't add such a > readme. > It's not an evaluation board after all. your call - the board will be easier to maintain prov

Re: [U-Boot] [PATCH] mpc83xx: Add esd VME8349 board support

2009-07-21 Thread Stefan Roese
Kim, On Thursday 11 June 2009 17:15:48 Kim Phillips wrote: > On Wed, 10 Jun 2009 19:09:48 +0200 > > Stefan Roese wrote: > > From: Reinhard Arlt > > > > From: Reinhard Arlt > > > > This patch adds support for the esd VME8349 board equipped with the > > MPC8349. It's a VME PMC carrier board equip

Re: [U-Boot] [PATCH] mpc83xx: Add esd VME8349 board support

2009-06-11 Thread Kim Phillips
On Wed, 10 Jun 2009 19:09:48 +0200 Stefan Roese wrote: > From: Reinhard Arlt > > From: Reinhard Arlt > > This patch adds support for the esd VME8349 board equipped with the > MPC8349. It's a VME PMC carrier board equipped with the Tundra > TSI148 VME-bridge. > > Signed-off-by: Reinhard Arlt