summaryrefslogtreecommitdiffstats
path: root/cmd/nand.c
Commit message (Expand)AuthorAgeFilesLines
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-5/+6
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-1/+1
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-041-0/+2
* cmd: nand: Remove not used declarationAlexander Dahl2019-11-071-1/+0
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* env: Rename common functions related to setenv()Simon Glass2017-08-161-3/+3
* cmd: nand: remove direct access to struct mtd_info->privGrygorii Strashko2017-07-111-1/+1
* cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-111-30/+39
* cmd, nand: fix broken output of "nand info"Lothar Waßmann2017-07-101-2/+2
* nand: Fix some more NULL name testsScott Wood2016-09-011-1/+1
* nand: Fix nand info for no deviceTony Lindgren2016-09-011-3/+3
* nand: Fix set_dev checks for no deviceTony Lindgren2016-08-261-2/+1
* cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon2016-07-241-5/+10
* nand: extend nand tortureMax Krummenacher2016-06-191-6/+35
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-2/+2
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-031-21/+21
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-031-80/+81
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+973