From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Thu, 12 May 2005 11:15:14 -0500 Subject: [U-Boot-Users] cfi_flash.c bug regarding intel k3 devices In-Reply-To: <20050512142803.GA4333@synertronixx3> References: <20050512142803.GA4333@synertronixx3> Message-ID: <42838112.6090805@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 Konstantin Kletschke wrote: > Hi! > > cfi_flash.c handles intel k3 devices not correct, they power up with all > sectors locked. Similair to flash_unlock_seq for amd devices, there must exist > a flash_unlock_seq_intelk3 to do this for intel devices. Why do you need this? Can't you just use "protect off" command to unlock the sectors you need to write? I think issuing automatic unlock commands prior to write/erase is against the sprit of protection. Best regards, Tolunay