summaryrefslogtreecommitdiffstats
path: root/common/env_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-221-1/+1
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-8/+2
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
* Patch by Jian Zhang, 20 May 2004:wdenk2004-06-091-0/+3
* Fix CONFIG_ETH*ADDR for Ocotea board.wdenk2004-05-291-0/+3
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-0/+41
* * Code cleanup:wdenk2003-06-271-1/+0
OpenPOWER on IntegriCloud