summaryrefslogtreecommitdiff
path: root/common/flash.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19Fix some checkpatch warnings in calls to debug()Simon Glass1-3/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-4/+4
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-5/+5
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-29flash: Fix spelling of "ERR_TIMOUT"Mario Six1-2/+2
2017-02-12flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada1-5/+0
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-2/+2
2015-01-05mpc8xx: remove SPD823TS board supportMasahiro Yamada1-6/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-22flash: Add optional verify-after-write featureStefan Roese1-0/+11
2012-09-03cfi: Make the flash erase and write operations abortableJoe Hershberger1-0/+3
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-0/+1
2010-08-09flash_protect: check for NULL flash infoMike Frysinger1-3/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-1/+1
2007-07-31ppc4xx: Update AMCC Bamboo 440EP supportEugene OBrien1-5/+5
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-2/+2
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2004-04-09* Patch by Mark Jonas: Remove config.tmp files only whenwdenk1-0/+9
2002-08-17Initial revisionwdenk1-0/+219