Commit Graph

52 Commits (e7075bb7536e91acd5da7940d811aab00185df14)

Author SHA1 Message Date
Igor Grinberg bf95df44ff env: factor out the env_get_char_spec() function 13 years ago
Thomas Weber a621614d0c env_nand: Remove DEBUG definition 13 years ago
Igor Grinberg de152b9bf8 env: clean env_nand.c checkpatch and code style 13 years ago
Igor Grinberg 994bc671cf env: move extern environment[] to environment.h 13 years ago
Igor Grinberg d1459f0fab env: move extern default_environment[] to environment.h 13 years ago
Wolfgang Denk 37f2fe7472 env: allow to export only selected variables 13 years ago
Daniel Hobi 3b250ffb41 env_nand: zero-initialize variable nand_erase_options 14 years ago
Scott Wood eef1d7199d NAND: env: remember the flags used in the previous environment 14 years ago
Alexander Holler 920a5dd232 NAND: Fix saving of redundand environment 14 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 14 years ago
Steve Sakoman 068a208b4a env_nand: Use nand_read_skip_bad instead of nand_read 14 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 14 years ago
Mike Frysinger 962ad59e25 env_nand: return error when no device is found 15 years ago
Scott Wood 53504a2789 NAND: formatting cleanups from env.oob support 15 years ago
Ben Gardiner c9f7351b5b NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) 15 years ago
Wolfgang Denk 0e70aaa485 shannon/INFERNO: fix special handling of environment configuration 15 years ago
Wolfgang Denk 15b86c3d6c env_nand.c: print error message and fail gracefully 15 years ago
Mike Frysinger 18304f7675 env: kill off default_environment_size 16 years ago
Scott Wood be33b046b5 Remove legacy NAND and disk on chip code. 16 years ago
Guennadi Liakhovetski b74ab73736 nand_spl: read environment early, when booting from NAND using nand_spl 16 years ago
Guennadi Liakhovetski d27bc728cf env_nand: remove unused variable. 16 years ago
Mike Frysinger bdab39d358 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 16 years ago
derek@siconix.com 5a9427dc9b env_nand: fix env memory release 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 0e8d158664 rename CFG_ENV macros to CONFIG_ENV 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 06f6135439 env_nand: Move conditional compilation to Makefile 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 51bfee1920 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND 17 years ago
Guennadi Liakhovetski c3db8c649c NAND: Do not write or read a whole block if it is larger than the environment 17 years ago
Harald Welte 5bb12dbd7a Remove code duplication for setting the default environment 17 years ago
Marcel Ziswiler 99c2b434d3 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. 17 years ago
Wolfgang Denk e093a24762 Coding Style Cleanup 17 years ago
Philip Balister 9e4006bca3 NAND: Add missing declaration to non-redundant saveenv(). 17 years ago
Stuart Wood cc49cadeeb env_nand.c: Added bad block management for environment variables 17 years ago
Stelian Pop 5922db6c09 Cleanup nand_info[] declaration. 17 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 17 years ago
Stelian Pop 54694a9142 Cleanup nand_info[] declaration. 17 years ago
dirk.behme@googlemail.com 378e7ec95d Fix warning in env_nand.c if compiled for DaVinci Schmoogie 17 years ago
Wolfgang Denk f7b16a0a4d common/env_nand.c: fix one more incompatible pointer type issue 17 years ago
Wolfgang Denk 4ca79f477e NAND: fix some strict-aliasing compiler warnings 17 years ago
Marcel Ziswiler 7817cb2083 fix comments with new drivers organization 17 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
Jon Loeliger c3517f919d common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 18 years ago
Jon Loeliger b453960d4f common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 18 years ago
Stefan Roese d12ae80889 Add NAND environment support for PPC440EPx Sequoia NAND boot config 19 years ago
Wolfgang Denk d87080b721 GCC-4.x fixes: clean up global data pointer initialization for all boards. 19 years ago
Markus Klotzbuecher e443c944cf Support for redundant environment in NAND Flash. 19 years ago
Wolfgang Denk d52fb7e3d1 Some code cleanup for GCC 4.x 19 years ago
Bartlomiej Sieka 3d65390e21 Fixed a bug in saveenv(). Credit: Markus Klotzbuecher. 19 years ago
Markus Klotzbuecher 3c4eb0880b Some minor fixes to environment in NAND code. 19 years ago
Bartlomiej Sieka addb2e1650 Re-factoring the legacy NAND code (legacy NAND now only in board-specific 19 years ago
Wolfgang Denk 31466294b0 Remove unneeded #include <malloc.h> 20 years ago