summaryrefslogtreecommitdiffstats
path: root/common/env_common.c
Commit message (Expand)AuthorAgeFilesLines
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-221-3/+3
* common: env_common: make env_get_char_spec __weakJeroen Hofstee2014-07-181-3/+1
* env: Implement support for encrypting environmentMarek Vasut2014-03-211-0/+62
* env: Add env_export() wrapperMarek Vasut2014-03-211-0/+17
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang2013-08-201-2/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env: Add support for access control to .flagsJoe Hershberger2012-12-131-0/+18
* env: Add environment variable flagsJoe Hershberger2012-12-131-1/+1
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-0/+14
* env: Refactor apply into change_okJoe Hershberger2012-12-131-1/+2
* env: Refactor do_apply to a flagJoe Hershberger2012-12-131-18/+8
* env: cosmetic: Consilidate the default env definitionJoe Hershberger2012-10-191-96/+1
* COMMON: Use __stringify() instead of MK_STR()Marek Vasut2012-10-151-18/+16
* OMAP: networking support for SPLIlya Yanok2012-10-011-2/+5
* env: make "env default" selective, check and applyGerlando Falauto2012-09-181-1/+27
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-3/+5
* env: make himport_r() selective on variablesGerlando Falauto2012-09-181-2/+4
* env_common: Add missing ethprimeBenoît Thébaudeau2012-09-181-0/+3
* Add env vars describing U-Boot target boardStephen Warren2012-07-091-0/+11
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-181-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-1/+1
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-051-0/+7
* env: clean env_common.c checkpatch and code styleIgor Grinberg2011-11-221-34/+18
* common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger2011-10-221-1/+1
* common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger2011-10-221-1/+1
* constify default envMike Frysinger2011-07-261-2/+2
* env: re-add support for auto-completionMike Frysinger2011-01-091-25/+15
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-2/+4
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERELei Wen2010-10-121-1/+1
* env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not definedHeiko Schocher2010-10-061-0/+5
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-65/+63
* Drop support for GTH boardWolfgang Denk2010-07-171-1/+1
* Remove AmigaOneG3SE boardWolfgang Denk2010-06-231-28/+0
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+4
* env: kill off default_environment_sizeMike Frysinger2009-08-091-5/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-3/+3
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-181-0/+6
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* Remove code duplication for setting the default environmentHarald Welte2008-07-101-16/+18
* Change env_get_char from a global function ptr to a functionJoakim Tjernlund2008-07-091-6/+13
* Add support for environment in SPI flashHaavard Skinnemoen2008-06-031-1/+2
* Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk2008-05-121-13/+6
* Change env_get_char from a global function ptr to a function.Joakim Tjernlund2008-04-171-6/+13
* make show_boot_progress () weak.Heiko Schocher2007-07-131-8/+1
OpenPOWER on IntegriCloud