From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 28 Feb 2008 09:41:17 -0500 Subject: [U-Boot-Users] mpc83xx SPI In-Reply-To: <70635D41CDF67B48A35E0A8D578980620156B523@exchange.cbl.local> References: <20080228120612.GP16684@chiana.homelinux.org><47C6AAC0.9040902@ge.com> <20080228130326.GQ16684@chiana.homelinux.org> <70635D41CDF67B48A35E0A8D578980620156B523@exchange.cbl.local> Message-ID: <47C6C80D.2050704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Richard Parsons wrote: > Hi there, > > Does anyone perhaps have SPI code for u-boot for the mpc83xx chips that > perhaps needs testing out? :P > > It depends which 83xx chip you're talking about. There's a driver in the tree (mpc8xxx_spi) that works with MPC834x and with a little tweaking should also work on the others in CPU mode. I believe you'd just need to add some code to set SPI up to operate in CPU mode, but don't know for sure. regards, Ben