Re: [U-Boot-Users] [PATCH v2] Add MVBC_P board

2008-07-08 Thread André Schwarz
Kim Phillips wrote: On Tue, 08 Jul 2008 20:48:43 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: ok - would you accept that ? Mostly I touch as less common code as possible - usually it will be rejected. Houston? now that I think about it, the gpio struct discrepancies among 83xx, 5x

Re: [U-Boot-Users] [PATCH v2] Add MVBC_P board

2008-07-08 Thread Kim Phillips
On Tue, 08 Jul 2008 20:48:43 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > ok - would you accept that ? > Mostly I touch as less common code as possible - usually it will be > rejected. Houston? now that I think about it, the gpio struct discrepancies among 83xx, 5xxx, and potentially others

Re: [U-Boot-Users] [PATCH v2] Add MVBC_P board

2008-07-08 Thread André Schwarz
Grant Likely wrote: On Tue, Jul 8, 2008 at 10:16 AM, Andre Schwarz <[EMAIL PROTECTED]> wrote: The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. Please see doc/README.mvbc_p for details. Signed-off-by: A

Re: [U-Boot-Users] [PATCH v2] Add MVBC_P board

2008-07-08 Thread Grant Likely
On Tue, Jul 8, 2008 at 10:16 AM, Andre Schwarz <[EMAIL PROTECTED]> wrote: > The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet > controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. > Please see doc/README.mvbc_p for details. > > Signed-off-by: Andre Schwarz <[EM

[U-Boot-Users] [PATCH v2] Add MVBC_P board

2008-07-08 Thread Andre Schwarz
The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. Please see doc/README.mvbc_p for details. Signed-off-by: Andre Schwarz <[EMAIL PROTECTED]> --- Grant, I've modified the patch to meet the requested changes