aboutsummaryrefslogtreecommitdiff
path: root/common/env_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-06-06env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek1-0/+1
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler1-3/+3
2014-07-18common: env_common: make env_get_char_spec __weakJeroen Hofstee1-3/+1
2014-03-21env: Implement support for encrypting environmentMarek Vasut1-0/+62
2014-03-21env: Add env_export() wrapperMarek Vasut1-0/+17
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-08-20spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-13env: Add support for access control to .flagsJoe Hershberger1-0/+18
2012-12-13env: Add environment variable flagsJoe Hershberger1-1/+1
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-0/+14
2012-12-13env: Refactor apply into change_okJoe Hershberger1-1/+2
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-18/+8
2012-10-19env: cosmetic: Consilidate the default env definitionJoe Hershberger1-96/+1
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut1-18/+16
2012-10-01OMAP: networking support for SPLIlya Yanok1-2/+5
2012-09-18env: make "env default" selective, check and applyGerlando Falauto1-1/+27
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-3/+5
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-2/+4
2012-09-18env_common: Add missing ethprimeBenoît Thébaudeau1-0/+3
2012-07-09Add env vars describing U-Boot target boardStephen Warren1-0/+11
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Convert net progress numbers to enumsSimon Glass1-1/+1
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-1/+1
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg1-0/+7
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg1-34/+18
2011-10-22common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger1-1/+1
2011-10-22common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger1-1/+1
2011-07-26constify default envMike Frysinger1-2/+2
2011-01-09env: re-add support for auto-completionMike Frysinger1-25/+15
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-2/+4
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-12env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERELei Wen1-1/+1
2010-10-06env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not definedHeiko Schocher1-0/+5
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-65/+63
2010-07-17Drop support for GTH boardWolfgang Denk1-1/+1
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk1-28/+0
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+4
2009-08-09env: kill off default_environment_sizeMike Frysinger1-5/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+6
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-10Remove code duplication for setting the default environmentHarald Welte1-16/+18
2008-07-09Change env_get_char from a global function ptr to a functionJoakim Tjernlund1-6/+13