summaryrefslogtreecommitdiff
path: root/cmd/mtdparts.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-04cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-3/+4
2019-11-08cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZESAlexander Dahl1-3/+3
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2018-09-20cmd: mtdparts: remove mandatory 'mtdparts=' prefixMiquel Raynal1-11/+6
2018-09-20cmd: mtdparts: accept spi-nand devicesMiquel Raynal1-5/+8
2018-09-20cmd: mtdparts: add fallthrough in switch statementMiquel Raynal1-0/+3
2018-07-24mtdparts: fixed buffer overflow bugKay Potthoff1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-07mtdparts: Correct use of debug()Simon Glass1-3/+0
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-08-26mtdparts: Fix uninitialized scalar usageTom Rini1-0/+1
2017-08-26mtdparts: Fix final outstanding issue reported by CoverityTom Rini1-2/+2
2017-08-20mtdparts: Fix various issues reported by CoverityTom Rini1-15/+18
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+5
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-13/+13
2017-06-12cmd: mtdparts: fix uninitialized variable warningLothar Waßmann1-1/+1
2017-04-07cmd: Add Kconfig option for CMD_MTDPARTS and related optionsMaxime Ripard1-0/+8
2016-07-25mtd: fix compiler warningsSteve Rae1-2/+2
2016-07-22cmd: mtdparts: support runtime generated mtdpartsLadislav Michl1-9/+12
2016-07-22cmd: mtdparts: use defaults by defaultLadislav Michl1-6/+16
2016-07-22cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl1-22/+20
2016-07-22cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl1-10/+13
2016-07-22cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl1-4/+6
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+2106