From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerlando Falauto Date: Fri, 28 Jun 2013 09:43:51 +0200 Subject: [U-Boot] [PATCH v2 0/2] SPI flash update command Message-ID: <1372405433-30384-1-git-send-email-gerlando.falauto@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, this patchset allows "sf update" to erase+write a number of bytes which is not a multiple of the sector size. Start address must still be sector-aligned though. The first patch trivially makes it such it will always erase an entire sector before writing, regardless of the amount of data to write (i.e. the last sector is erased completely before writing it only partially). The second patch just makes sure that the original data at the end of the sector is written back so to apparently remain unchanged. Changes from v1 [April, 03, 2012 (!)]: - Rebased on top of u-boot-spi/master Gerlando Falauto (2): cmd_sf: let "sf update" erase last sector as a whole cmd_sf: "sf update" preserve the final part of the last sector common/cmd_sf.c | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) -- 1.7.10.1