summaryrefslogtreecommitdiff
path: root/common/env_common.c
AgeCommit message (Expand)Author
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler
2014-07-18common: env_common: make env_get_char_spec __weakJeroen Hofstee
2014-03-21env: Implement support for encrypting environmentMarek Vasut
2014-03-21env: Add env_export() wrapperMarek Vasut
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-08-20spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-13env: Add support for access control to .flagsJoe Hershberger
2012-12-13env: Add environment variable flagsJoe Hershberger
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-10-19env: cosmetic: Consilidate the default env definitionJoe Hershberger
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-09-18env: make "env default" selective, check and applyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto
2012-09-18env_common: Add missing ethprimeBenoît Thébaudeau
2012-07-09Add env vars describing U-Boot target boardStephen Warren
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert net progress numbers to enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg
2011-10-22common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger
2011-10-22common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger
2011-07-26constify default envMike Frysinger
2011-01-09env: re-add support for auto-completionMike Frysinger
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-12env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERELei Wen
2010-10-06env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not definedHeiko Schocher
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-07-17Drop support for GTH boardWolfgang Denk
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-08-09env: kill off default_environment_sizeMike Frysinger
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD
2008-07-10Remove code duplication for setting the default environmentHarald Welte
2008-07-09Change env_get_char from a global function ptr to a functionJoakim Tjernlund
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen
2008-05-12Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk
2008-04-17Change env_get_char from a global function ptr to a function.Joakim Tjernlund
2007-07-13make show_boot_progress () weak.Heiko Schocher