index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_onenand.c
Age
Commit message (
Expand
)
Author
2016-01-25
Move all command code into its own directory
Simon Glass
2015-06-30
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
2013-05-31
mtd: resync with Linux-3.7.1
Sergey Lapin
2012-04-30
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
2010-12-17
onenand: add yaffs write command
Lei Wen
2010-12-07
onenand: fix oob print out issue
Lei Wen
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-10-27
cmd_onenand.c: Fix command usage help.
Enric Balletbo i Serra
2010-10-23
ARM: fix relocation support for onenand device.
Enric Balletbo i Serra
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-05-05
cmd_onenand.c: moved to standard subcommand handling
Frans Meulenbroeks
2009-12-08
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
Heiko Schocher
2009-07-07
nand/onenand: Fix missing argument checking for "markbad" command
Wolfgang Denk
2009-06-12
General help message cleanup
Wolfgang Denk
2009-06-12
mtd: Update MTD infrastructure to support 64bit device size
Stefan Roese
2009-01-28
Command usage cleanup
Peter Tyser
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
2009-01-23
OneNAND: Bad block aware read/write command support
Stefan Roese
2008-08-21
Fix OneNAND read_oob/write_oob functions compatability
Kyungmin Park
2008-08-13
common: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-08-12
OneNAND: Fill in MTD function pointers for OneNAND.
Fathi BOUDRA
2008-08-10
OneNAND: Remove base address offset usage
[email protected]
2008-07-13
Fix some more printf() format issues.
Jean-Christophe PLAGNIOL-VILLARD
2008-04-13
Fix OneNAND erase command
Kyungmin Park
2007-09-17
OneNAND support (take #2)
Kyungmin Park