summaryrefslogtreecommitdiffstats
path: root/common/cmd_sf.c
Commit message (Expand)AuthorAgeFilesLines
* cmd_sf: Fix problem with "sf update" and unaligned lengthStefan Roese2015-04-221-8/+8
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-7/+9
* dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass2014-10-221-0/+25
* sf: Tidy up public and private header filesSimon Glass2014-10-221-0/+1
* spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov2014-09-241-13/+0
* sandbox: spi: Adjust 'sf test' to work on sandboxSimon Glass2014-01-111-5/+9
* sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki2013-10-161-1/+2
* cmd_sf: let "sf update" preserve the final part of the last sectorGerlando Falauto2013-08-271-1/+12
* cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto2013-08-071-1/+2
* cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki2013-08-061-13/+14
* cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki2013-06-031-11/+15
* cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki2013-06-031-5/+3
* cmd_sf: include header file common.h before div64.hMingkai Hu2013-04-081-1/+1
* sf: Use unsigned type for buffersSimon Glass2013-03-191-4/+4
* spi: Add SPI flash testSimon Glass2012-12-191-0/+168
* spi: Add progress percentage and write speed to `sf update`James Miller2012-12-191-2/+39
* cmd_sf: add size checking to spi flash commandsGerlando Falauto2012-04-031-0/+14
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-1/+1
* sf command: allow default bus and chip selectsEric Nelson2012-02-121-16/+21
* cmd_sf.c: fix printf() length modifierAndreas Bießmann2011-12-171-2/+2
* cmd_sf: Fix compiler warningKumar Gala2011-10-051-3/+3
* cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass2011-09-291-3/+83
* common: fix behavior of ROUND macro when input is already roundedAnton Staaf2011-09-071-1/+1
* cmd_sf: use cmd_usage() in more placesMike Frysinger2011-04-121-30/+29
* cmd_sf: drop device status message when probingMike Frysinger2011-04-121-3/+0
* cmd_sf: add handler for +len arg for erase commandRichard Retanubun2011-04-121-4/+47
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-4/+4
* sf: add GPL-2 license infoMike Frysinger2009-10-241-0/+2
* Command for accessing serial flash updateTsiChung Liew2009-07-141-1/+1
* General help message cleanupWolfgang Denk2009-06-121-1/+2
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* SPI Flash: Add "sf" commandHaavard Skinnemoen2008-06-031-0/+191
OpenPOWER on IntegriCloud