summaryrefslogtreecommitdiff
path: root/cmd/nand.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-9/+9
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-5/+6
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-1/+1
2019-12-05cmd: nand/sf: isolate legacy codeMiquel Raynal1-0/+2
2019-11-08cmd: nand: Remove not used declarationAlexander Dahl1-1/+0
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-16env: Rename common functions related to setenv()Simon Glass1-3/+3
2017-07-12cmd: nand: remove direct access to struct mtd_info->privGrygorii Strashko1-1/+1
2017-07-12cmd: nand: abstract global variable usage for dm conversionMugunthan V N1-30/+39
2017-07-10cmd, nand: fix broken output of "nand info"Lothar Waßmann1-2/+2
2016-09-02nand: Fix some more NULL name testsScott Wood1-1/+1
2016-09-02nand: Fix nand info for no deviceTony Lindgren1-3/+3
2016-08-27nand: Fix set_dev checks for no deviceTony Lindgren1-2/+1
2016-07-25cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon1-5/+10
2016-06-20nand: extend nand tortureMax Krummenacher1-6/+35
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-2/+2
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-21/+21
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood1-80/+81
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+973