summaryrefslogtreecommitdiffstats
path: root/common/flash.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-181-3/+3
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-4/+4
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* flash: Tidy up coding style for flash functionsSimon Glass2020-05-181-5/+5
* common: Move flash_perror() to flash.hSimon Glass2020-01-171-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* flash: Fix spelling of "ERR_TIMOUT"Mario Six2018-01-291-2/+2
* flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada2017-02-121-5/+0
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-121-2/+2
* mpc8xx: remove SPD823TS board supportMasahiro Yamada2015-01-051-6/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* flash: Add optional verify-after-write featureStefan Roese2013-04-221-0/+11
* cfi: Make the flash erase and write operations abortableJoe Hershberger2012-09-031-0/+3
* cfi_flash: Simplify dynamic flash bank number detectionStefan Roese2010-09-201-0/+1
* flash_protect: check for NULL flash infoMike Frysinger2010-08-091-3/+6
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-7/+7
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-141-1/+1
* ppc4xx: Update AMCC Bamboo 440EP supportEugene OBrien2007-07-311-5/+5
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-151-1/+1
|\
| * Added support for TQM834x boards.Marian Balakowicz2005-10-111-1/+1
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-2/+2
|/
* * Patch by Mark Jonas: Remove config.tmp files only whenwdenk2004-04-081-0/+9
* Initial revisionwdenk2002-08-171-0/+219