Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
abeeffb63c22957b090119d868b2c82c92c22415
/
common
/
env_nand.c
d73c129
env: Add env_export() wrapper
by Marek Vasut
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
c0d0ef4
env_nand.c: support falling back to redundant env when writing
by Phil Sutter
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
32d9618
nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters
by Tom Rini
· 12 years ago
a840b8e
Revert "env: fix potential stack overflow in environment functions"
by Tom Rini
· 12 years ago
04cae82
env: fix potential stack overflow in environment functions
by Rob Herring
· 12 years ago
3c51a85
common/env_nand.c: calculate crc only when readenv was OK
by Phil Sutter
· 12 years ago
190e58a
env_nand.c: clarify log messages when env reading fails
by Phil Sutter
· 12 years ago
79a905e
env: Hide '.' variables in env print by default
by Joe Hershberger
· 12 years ago
f6c92cd
env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER
by Stephen Warren
· 12 years ago
1150ff8
env_nand: align NAND buffers
by Stephen Warren
· 12 years ago
76c02dc
env: factor out the env_get_char_spec() function
by Igor Grinberg
· 13 years ago
1cd368d
env_nand: Remove DEBUG definition
by Thomas Weber
· 13 years ago
90f2ca8
env: clean env_nand.c checkpatch and code style
by Igor Grinberg
· 13 years ago
23b54b9
env: move extern environment[] to environment.h
by Igor Grinberg
· 13 years ago
6d67c73
env: move extern default_environment[] to environment.h
by Igor Grinberg
· 13 years ago
1e3cdf3
env: allow to export only selected variables
by Wolfgang Denk
· 13 years ago
201e7a2
env_nand: zero-initialize variable nand_erase_options
by Daniel Hobi
· 14 years ago
00eed7f
NAND: env: remember the flags used in the previous environment
by Scott Wood
· 14 years ago
2da3ce4
NAND: Fix saving of redundand environment
by Alexander Holler
· 14 years ago
92d7a99
hashtable: drop all non-reentrant versions
by Mike Frysinger
· 14 years ago
c5e84fa
env_nand: Use nand_read_skip_bad instead of nand_read
by Steve Sakoman
· 14 years ago
460a9ff
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
3dc4ccd
env_nand: return error when no device is found
by Mike Frysinger
· 14 years ago
0268da0
NAND: formatting cleanups from env.oob support
by Scott Wood
· 14 years ago
5fc8b7f
NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)
by Ben Gardiner
· 14 years ago
d9f22d1
shannon/INFERNO: fix special handling of environment configuration
by Wolfgang Denk
· 14 years ago
be14eb1
env_nand.c: print error message and fail gracefully
by Wolfgang Denk
· 15 years ago
09304f5
env: kill off default_environment_size
by Mike Frysinger
· 15 years ago
9866305
Remove legacy NAND and disk on chip code.
by Scott Wood
· 16 years ago
fad2444
nand_spl: read environment early, when booting from NAND using nand_spl
by Guennadi Liakhovetski
· 16 years ago
a68e058
env_nand: remove unused variable.
by Guennadi Liakhovetski
· 16 years ago
78dcaf4
rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
by Mike Frysinger
· 16 years ago
4904385
env_nand: fix env memory release
by derek@siconix.com
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
b0ba065
env_nand: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
dda84dd
rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
0c40ae94
NAND: Do not write or read a whole block if it is larger than the environment
by Guennadi Liakhovetski
· 16 years ago
4ba6929
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
by Wolfgang Denk
· 16 years ago
72eb50a
Remove code duplication for setting the default environment
by Harald Welte
· 16 years ago
f5e21f6
NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
by Marcel Ziswiler
· 16 years ago
41df50a
Coding Style Cleanup
by Wolfgang Denk
· 16 years ago
8c57e9a
NAND: Add missing declaration to non-redundant saveenv().
by Philip Balister
· 16 years ago
37e1144
env_nand.c: Added bad block management for environment variables
by Stuart Wood
· 16 years ago
3ab2ad5
Cleanup nand_info[] declaration.
by Stelian Pop
· 17 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
3bdeb7c
Fix warning in env_nand.c if compiled for DaVinci Schmoogie
by dirk.behme@googlemail.com
· 17 years ago
43ab1dd
common/env_nand.c: fix one more incompatible pointer type issue
by Wolfgang Denk
· 17 years ago
9a11ccd
NAND: fix some strict-aliasing compiler warnings
by Wolfgang Denk
· 17 years ago
aea6856
fix comments with new drivers organization
by Marcel Ziswiler
· 17 years ago
d704d91
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
052fc84
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
e4ea796
common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
bbfcbb7
Add NAND environment support for PPC440EPx Sequoia NAND boot config
by Stefan Roese
· 18 years ago
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· 19 years ago
ffe7ef5
Merge with http://www.denx.de/git/u-boot.git
by Markus Klotzbuecher
· 19 years ago
5d113e0
Support for redundant environment in NAND Flash.
by Markus Klotzbuecher
· 19 years ago
7fa6e90
Some code cleanup for GCC 4.x
by Wolfgang Denk
· 19 years ago
be8ebab
Some minor fixes to environment in NAND code.
by Markus Klotzbuecher
· 19 years ago
582f1a3
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
by Bartlomiej Sieka
· 19 years ago
6493420
Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005
by Wolfgang Denk
· 19 years ago
9e930b6
Patch by Josef Wagner, 04 Jun 2004:
by wdenk
· 20 years ago
79b5937
Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash
by wdenk
· 20 years ago