Commit Graph

15 Commits (723806cc5bea9f8b37323dfd7568603f99af6a06)

Author SHA1 Message Date
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Lothar Waßmann 1aca4d5ae9 cmd: mtdparts: fix uninitialized variable warning 7 years ago
Maxime Ripard 0269dfae0e cmd: Add Kconfig option for CMD_MTDPARTS and related options 7 years ago
Steve Rae 59441ac3c1 mtd: fix compiler warnings 8 years ago
Ladislav Michl af32443656 cmd: mtdparts: support runtime generated mtdparts 8 years ago
Ladislav Michl f8f744a3e8 cmd: mtdparts: use defaults by default 8 years ago
Ladislav Michl 1c2a262a9d cmd: mtdparts: consolidate mtdparts reading from env 8 years ago
Ladislav Michl 06a040a31b cmd: mtdparts: fix null pointer dereference in parse_mtdparts 8 years ago
Ladislav Michl c0ac333947 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init 8 years ago
Robert P. J. Day 1cc0a9f496 Fix various typos, scattered over the code. 8 years ago
Bin Meng a187559e3d Use correct spelling of "U-Boot" 8 years ago
Simon Glass 2e192b245e Remove the cmd_ prefix from command files 8 years ago
Simon Glass 72a8cf8dcc Move all command code into its own directory 8 years ago
Ben Whitten 192bc6948b Fix GCC format-security errors and convert sprintfs. 8 years ago
Vasili Galka 5d69a5d178 Fix a few printf argument verification warnings 10 years ago
Heiko Schocher 1668d64439 mtdparts: fix usecount bug 10 years ago
Paul Burton 39ac34473f cmd_mtdparts: use 64 bits for flash size, partition size & offset 11 years ago
Otavio Salvador f501991dca mtd: Fix function description in part_validate comment 11 years ago
Robert P. J. Day 1f8b546f9e Fix some obvious typos across multiple subsystems. 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Joe Hershberger a7eb1d66c7 mtd: Make mtdparts work with pre-reloc env 11 years ago
Robert P. J. Day a22bf16bea cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs 11 years ago
Simon Glass 41ef372c1a common: Use new numeric setenv functions 11 years ago
Kim Phillips 088f1b1991 common/cmd_*.c: sparse fixes 12 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 12 years ago
Marek Vasut 35e9d698cd GCC4.6: Squash undefined variable in cmd_mtdparts.c 13 years ago
Wolfgang Denk 419a1fe954 CFI: fix warning: variable ... set but not used 13 years ago
Scott Wood 36650ca9f1 Followup fixes on the mtdparts spread patchset 14 years ago
Ben Gardiner 59a50d2de1 mtdparts: new add.spread: add part skipping bad blocks 14 years ago
Ben Gardiner ca75b20ebb mtdparts: add new sub-command "spread" 14 years ago
Ben Gardiner 04ac380288 mtdparts: show net size in mtdparts list 14 years ago
Ben Gardiner 0a026d3e86 mtdparts: regroup calls to get_mtd_device_nm 14 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Wolfgang Denk e1d2950d0f mtdparts: get rid of custom DEBUG macro, use debug() 14 years ago
Wolfgang Denk 2697eff1af mtdparts: fix write through NULL pointer 14 years ago
Anatolij Gustschin 3c950e2ebf fdt_support: add partitions fixup in mtd node 14 years ago
Anatolij Gustschin a693447cea cmd_mtdparts.c: prevent printbuffer overflows 14 years ago
Wolfgang Denk 71b24e5612 cmd_mtdparts.c: fix compiler warning in debug code 15 years ago
Wolfgang Denk 37daa77f3c cmd_mtdparts.c: fix compiler warning in debug code 15 years ago
Scott Wood be33b046b5 Remove legacy NAND and disk on chip code. 15 years ago
Wolfgang Denk a89c33db96 General help message cleanup 15 years ago
Wolfgang Denk 36c9169aa6 cmd_mtdparts.c: allow to omit definitions for default settings 15 years ago
Stefan Roese 864aa034f3 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer 15 years ago
Stefan Roese 76b5883da2 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together 15 years ago
David Brownell 08f077da92 mtdpart command: align output columns 15 years ago
Ladislav Michl b93b24bf76 Separate mtdparts command from jffs2 15 years ago