From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Tue, 08 Nov 2005 10:55:48 -0600 Subject: [U-Boot-Users] Re: Help: Device protect error In-Reply-To: <20051108115705.64E6135265B@atlas.denx.de> References: <20051108115705.64E6135265B@atlas.denx.de> Message-ID: <4370D894.4030403@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, Wolfgang Denk wrote: >> Besides, I wonder if cfi_flash.c can drive Intel 28F320C3B on my board >>because there is no CFI on my board. > > > ?? I think he thinks 'CFI' is a brand like Intel, AMD etc. :) However, using the CFI flash driver might not solve the problem alone without proposed patches are done and applied to deal with flash chips that come all sectors locked on power on. According to the product briefing, this flash comes up with all sectors locked up initially so this is also probably why his custom flash driver is also failing the erase attempts (provided that everything else is correct). http://www.intel.com/design/flcomp/prodbref/pdfs/298188.pdf Best regards, Tolunay Note: Insert usual reminder for pending patches to cfi_flash.c :)