From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Fri, 04 Jul 2008 10:04:09 +0200 Subject: [U-Boot-Users] [PATCH] Add MVBC_P board In-Reply-To: <486DD460.2060202@matrix-vision.de> References: <486DD460.2060202@matrix-vision.de> Message-ID: <486DD979.3000402@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andre Schwarz 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. One general remark. Please use the in_*() and out_*() accessor functions to access I/O space. This will make most of your asm("sync"); instructions obsolete. Wolfgang.