From mboxrd@z Thu Jan 1 00:00:00 1970 From: George G. Davis Date: Thu, 11 Mar 2004 16:32:53 -0500 Subject: [U-Boot-Users] [PATCH] New ADS GraphicsClient+ board port In-Reply-To: References: <20040311202829.GE23258@mvista.com> Message-ID: <20040311213253.GJ23258@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Mar 11, 2004 at 02:55:42PM -0600, Ed Okerson wrote: > On Thu, 11 Mar 2004, George G. Davis wrote: > > > I took a look at that common CFI flash driver and had the opinion that > > the BE/LE support could/should probably be done better, e.g. via > > appropriate use of cpu_to_{le,be{8,16,32,64} macros. But that was just > > an opinion drawn from a mere glance at the source. > > Brad wrote the driver originally for BE systems, and I worked with him to > get it to work on LE systems. Are you running your system LE? LE. > I only > have two systems to test on, and currently one is not working (hardware > problems), so the LE stuff has not been that well tested. I am certainly > willing to work with you to make it better. Ok, no problem. I'll be somewhat sporadic since I'm always somewhat over extended. But I'm happy to work along with you to implement and test CFI changes on this and other LE targets (I've got a variety of ARM LE targets : ). -- Regards, George > > Ed Okerson