index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
mtdparts.c
Age
Commit message (
Expand
)
Author
2023-10-16
cmd: Convert existing long help messages to the new macro
Tom Rini
2022-12-12
configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT
Patrick Delaunay
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-08-04
cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
Adarsh Babu Kalepalli
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-11-07
cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZES
Alexander Dahl
2019-08-11
env: Move env_get_f() to env.h
Simon Glass
2018-09-20
cmd: mtdparts: remove mandatory 'mtdparts=' prefix
Miquel Raynal
2018-09-20
cmd: mtdparts: accept spi-nand devices
Miquel Raynal
2018-09-20
cmd: mtdparts: add fallthrough in switch statement
Miquel Raynal
2018-07-24
mtdparts: fixed buffer overflow bug
Kay Potthoff
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-12-07
mtdparts: Correct use of debug()
Simon Glass
2017-12-04
mtd: nand: Rename nand.h into rawnand.h
Masahiro Yamada
2017-08-26
mtdparts: Fix uninitialized scalar usage
Tom Rini
2017-08-26
mtdparts: Fix final outstanding issue reported by Coverity
Tom Rini
2017-08-20
mtdparts: Fix various issues reported by Coverity
Tom Rini
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2017-06-12
cmd: mtdparts: fix uninitialized variable warning
Lothar Waßmann
2017-04-07
cmd: Add Kconfig option for CMD_MTDPARTS and related options
Maxime Ripard
2016-07-24
mtd: fix compiler warnings
Steve Rae
2016-07-22
cmd: mtdparts: support runtime generated mtdparts
Ladislav Michl
2016-07-22
cmd: mtdparts: use defaults by default
Ladislav Michl
2016-07-22
cmd: mtdparts: consolidate mtdparts reading from env
Ladislav Michl
2016-07-22
cmd: mtdparts: fix null pointer dereference in parse_mtdparts
Ladislav Michl
2016-07-22
cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init
Ladislav Michl
2016-05-05
Fix various typos, scattered over the code.
Robert P. J. Day
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass