From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 18 Nov 2006 09:03:56 +0100 (MET) Subject: [U-Boot-Users] ixdp465 support In-Reply-To: <455ADC6B.5010202@gmail.com> References: <20061114211722.F412F352B86@atlas.denx.de> <455ADC6B.5010202@gmail.com> Message-ID: <200611180904.54565.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 15 November 2006 10:22, Claudio Scordino wrote: > > Note 3: For CFI conformant flash chips you should use the CFI driver > > instead of a custom one. > > If I'm not wrong, IXP425 uses a custom driver too. That's why we chose > to go for a custom driver. There is no "IXP425" target in the current U-Boot tree. The "ixdp425" and "ixdpg425" targets both use the CFI driver. Only the "pdnb3" uses a custom driver because of a non CFI compliant FLASH. Please recheck if your board has CFI compatible FLASH's and if so, reconfigure your config file to use the CFI driver. > > Note 4: Your patch violates the coding style (C++ comments, > > trailing white space, indentation not by TABs, etc.). Please > > cleanup. > > We'll fix this. > BTW, why indentation should not done by TABs ? In the Linux kernel code > the use of TABs is mandatory... Yes. Wolfgang meant you used indentation with spaces in some places. Please change this to tabs. > > So please clean up your code, fix the license issue, and (re-) submit > > your code on u-boot-users. > > Ok. I don't know exactly when the final patch will be ready. In the > meanwhile we put a new version (slightly better) on the same URL for > those people that can't wait the final version. Thanks. Best regards, Stefan