| Commit message (Expand) | Author | Age | Lines |
* | env: Add support for access control to .flags | Joe Hershberger | 2012-12-13 | -0/+18 |
* | env: Add environment variable flags | Joe Hershberger | 2012-12-13 | -1/+1 |
* | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | -0/+14 |
* | env: Refactor apply into change_ok | Joe Hershberger | 2012-12-13 | -1/+2 |
* | env: Refactor do_apply to a flag | Joe Hershberger | 2012-12-13 | -18/+8 |
* | env: cosmetic: Consilidate the default env definition | Joe Hershberger | 2012-10-19 | -96/+1 |
* | COMMON: Use __stringify() instead of MK_STR() | Marek Vasut | 2012-10-15 | -18/+16 |
* | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -2/+5 |
* | env: make "env default" selective, check and apply | Gerlando Falauto | 2012-09-18 | -1/+27 |
* | env: add check/apply logic to himport_r() | Gerlando Falauto | 2012-09-18 | -3/+5 |
* | env: make himport_r() selective on variables | Gerlando Falauto | 2012-09-18 | -2/+4 |
* | env_common: Add missing ethprime | Benoît Thébaudeau | 2012-09-18 | -0/+3 |
* | Add env vars describing U-Boot target board | Stephen Warren | 2012-07-09 | -0/+11 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | -1/+1 |
* | bootstage: Convert net progress numbers to enums | Simon Glass | 2012-03-18 | -1/+1 |
* | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 2012-03-18 | -1/+1 |
* | env: factor out the env_get_char_spec() function | Igor Grinberg | 2012-01-05 | -0/+7 |
* | env: clean env_common.c checkpatch and code style | Igor Grinberg | 2011-11-22 | -34/+18 |
* | common: cosmetic: CONFIG_BOOTFILE checkpatch compliance | Joe Hershberger | 2011-10-22 | -1/+1 |
* | common: cosmetic: CONFIG_ROOTPATH checkpatch compliance | Joe Hershberger | 2011-10-22 | -1/+1 |
* | constify default env | Mike Frysinger | 2011-07-26 | -2/+2 |
* | env: re-add support for auto-completion | Mike Frysinger | 2011-01-09 | -25/+15 |
* | hashtable: drop all non-reentrant versions | Mike Frysinger | 2010-12-17 | -2/+4 |
* | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk | 2010-10-29 | -1/+1 |
* | env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERE | Lei Wen | 2010-10-12 | -1/+1 |
* | env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined | Heiko Schocher | 2010-10-06 | -0/+5 |
* | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | -65/+63 |
* | Drop support for GTH board | Wolfgang Denk | 2010-07-17 | -1/+1 |
* | Remove AmigaOneG3SE board | Wolfgang Denk | 2010-06-23 | -28/+0 |
* | Conditionally perform common relocation fixups | Peter Tyser | 2009-10-03 | -0/+4 |
* | env: kill off default_environment_size | Mike Frysinger | 2009-08-09 | -5/+0 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -3/+3 |
* | Adds two more ethernet interface to 83xx | richardretanubun | 2008-10-18 | -0/+6 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | Remove code duplication for setting the default environment | Harald Welte | 2008-07-10 | -16/+18 |
* | Change env_get_char from a global function ptr to a function | Joakim Tjernlund | 2008-07-09 | -6/+13 |
* | Add support for environment in SPI flash | Haavard Skinnemoen | 2008-06-03 | -1/+2 |
* | Revert "Change env_get_char from a global function ptr to a function." | Wolfgang Denk | 2008-05-12 | -13/+6 |
* | Change env_get_char from a global function ptr to a function. | Joakim Tjernlund | 2008-04-17 | -6/+13 |
* | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | -8/+1 |
* | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 2007-06-22 | -1/+1 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -8/+2 |
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -1/+1 |
* | Patch by Jian Zhang, 20 May 2004: | wdenk | 2004-06-09 | -0/+3 |
* | Fix CONFIG_ETH*ADDR for Ocotea board. | wdenk | 2004-05-29 | -0/+3 |
* | * Patches by Pantelis Antoniou, 30 Mar 2004: | wdenk | 2004-04-15 | -0/+41 |
* | * Code cleanup: | wdenk | 2003-06-27 | -1/+0 |