summaryrefslogtreecommitdiff
path: root/common/cmd_sf.c
Commit message (Expand)AuthorAgeLines
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-1/+1
* sf command: allow default bus and chip selectsEric Nelson2012-02-12-16/+21
* cmd_sf.c: fix printf() length modifierAndreas Bießmann2011-12-17-2/+2
* cmd_sf: Fix compiler warningKumar Gala2011-10-05-3/+3
* cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass2011-09-29-3/+83
* common: fix behavior of ROUND macro when input is already roundedAnton Staaf2011-09-07-1/+1
* cmd_sf: use cmd_usage() in more placesMike Frysinger2011-04-12-30/+29
* cmd_sf: drop device status message when probingMike Frysinger2011-04-12-3/+0
* cmd_sf: add handler for +len arg for erase commandRichard Retanubun2011-04-12-4/+47
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-4/+4
* sf: add GPL-2 license infoMike Frysinger2009-10-24-0/+2
* Command for accessing serial flash updateTsiChung Liew2009-07-14-1/+1
* General help message cleanupWolfgang Denk2009-06-12-1/+2
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* SPI Flash: Add "sf" commandHaavard Skinnemoen2008-06-03-0/+191