summaryrefslogtreecommitdiff
path: root/common/cmd_sf.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-11sandbox: spi: Adjust 'sf test' to work on sandboxSimon Glass1-5/+9
2013-10-15sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki1-1/+2
2013-08-27cmd_sf: let "sf update" preserve the final part of the last sectorGerlando Falauto1-1/+12
2013-08-06cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto1-1/+2
2013-08-06cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki1-13/+14
2013-06-02cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki1-11/+15
2013-06-02cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki1-5/+3
2013-04-08cmd_sf: include header file common.h before div64.hMingkai Hu1-1/+1
2013-03-19sf: Use unsigned type for buffersSimon Glass1-4/+4
2012-12-20spi: Add SPI flash testSimon Glass1-0/+168
2012-12-20spi: Add progress percentage and write speed to `sf update`James Miller1-2/+39
2012-04-03cmd_sf: add size checking to spi flash commandsGerlando Falauto1-0/+14
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2012-02-13sf command: allow default bus and chip selectsEric Nelson1-16/+21
2011-12-18cmd_sf.c: fix printf() length modifierAndreas Bießmann1-2/+2
2011-10-06cmd_sf: Fix compiler warningKumar Gala1-3/+3
2011-09-30cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass1-3/+83
2011-09-08common: fix behavior of ROUND macro when input is already roundedAnton Staaf1-1/+1
2011-04-12cmd_sf: use cmd_usage() in more placesMike Frysinger1-30/+29
2011-04-12cmd_sf: drop device status message when probingMike Frysinger1-3/+0
2011-04-12cmd_sf: add handler for +len arg for erase commandRichard Retanubun1-4/+47
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-4/+4
2009-10-25sf: add GPL-2 license infoMike Frysinger1-0/+2
2009-07-14Command for accessing serial flash updateTsiChung Liew1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+2
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-06-03SPI Flash: Add "sf" commandHaavard Skinnemoen1-0/+191