summaryrefslogtreecommitdiff
path: root/common/cmd_sf.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam
2015-08-17sf: allocate cache aligned buffers to copy from flashRavi Babu
2015-07-14spi: sf: Print the error code on failureSimon Glass
2015-06-30mtd, spi: Check if flash pointer is usedHeiko Schocher
2015-06-30spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher
2015-06-30mtd, spi: Add MTD layer driverDaniel Schwierzeck
2015-04-22cmd_sf: Fix problem with "sf update" and unaligned lengthStefan Roese
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-22dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass
2014-10-22sf: Tidy up public and private header filesSimon Glass
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov
2014-01-11sandbox: spi: Adjust 'sf test' to work on sandboxSimon Glass
2013-10-16sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki
2013-08-27cmd_sf: let "sf update" preserve the final part of the last sectorGerlando Falauto
2013-08-07cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto
2013-08-06cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki
2013-06-03cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki
2013-06-03cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki
2013-04-08cmd_sf: include header file common.h before div64.hMingkai Hu
2013-03-19sf: Use unsigned type for buffersSimon Glass
2012-12-19spi: Add SPI flash testSimon Glass
2012-12-19spi: Add progress percentage and write speed to `sf update`James Miller
2012-04-03cmd_sf: add size checking to spi flash commandsGerlando Falauto
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2012-02-12sf command: allow default bus and chip selectsEric Nelson
2011-12-17cmd_sf.c: fix printf() length modifierAndreas Bießmann
2011-10-05cmd_sf: Fix compiler warningKumar Gala
2011-09-29cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass
2011-09-07common: fix behavior of ROUND macro when input is already roundedAnton Staaf
2011-04-12cmd_sf: use cmd_usage() in more placesMike Frysinger
2011-04-12cmd_sf: drop device status message when probingMike Frysinger
2011-04-12cmd_sf: add handler for +len arg for erase commandRichard Retanubun
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-10-24sf: add GPL-2 license infoMike Frysinger
2009-07-14Command for accessing serial flash updateTsiChung Liew
2009-06-12General help message cleanupWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-06-03SPI Flash: Add "sf" commandHaavard Skinnemoen