index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
env_eeprom.c
Commit message (
Expand
)
Author
Age
Lines
*
env_eeprom: Assign default environment during board_init_f
Siva Durga Prasad Paladugu
2014-06-05
-2
/
+10
*
env: Add env_export() wrapper
Marek Vasut
2014-03-21
-9
/
+3
*
env_eeprom - fix bus recovery for "eeprom_bus_read"
Alexey Brodkin
2014-01-13
-3
/
+2
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
-19
/
+7
|
\
|
*
i2c, multibus: get rid of CONFIG_I2C_MUX
Heiko Schocher
2013-07-23
-29
/
+3
|
*
i2c: common changes for multibus/multiadapter support
Heiko Schocher
2013-07-23
-0
/
+14
*
|
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-17
/
+1
|
/
*
Revert "env: fix potential stack overflow in environment functions"
Tom Rini
2013-04-05
-7
/
+6
*
env: fix potential stack overflow in environment functions
Rob Herring
2013-04-02
-6
/
+7
*
env: Hide '.' variables in env print by default
Joe Hershberger
2012-12-13
-1
/
+1
*
env: clean env_eeprom.c checkpatch and code style
Igor Grinberg
2011-11-22
-58
/
+46
*
env: allow to export only selected variables
Wolfgang Denk
2011-11-08
-1
/
+1
*
hashtable: drop all non-reentrant versions
Mike Frysinger
2010-12-17
-1
/
+1
*
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-09-19
-30
/
+55
*
Redundant environment: move flag definitions to header file
Wolfgang Denk
2010-07-04
-5
/
+0
*
Prepare v2010.03-rc1
v2010.03-rc1
Wolfgang Denk
2010-03-12
-1
/
+0
*
env, eeprom: add redundant environment support
Heiko Schocher
2010-01-18
-4
/
+127
*
cmd_eeprom: I2C updates
Heiko Schocher
2010-01-18
-5
/
+61
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
-5
/
+5
*
rename CFG_ENV macros to CONFIG_ENV
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
-7
/
+7
*
env_eeprom: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
-5
/
+0
*
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
-2
/
+2
*
environment: cleanup prototype declarations of env functions.
Wolfgang Denk
2008-05-14
-4
/
+0
*
Revert "Change env_get_char from a global function ptr to a function."
Wolfgang Denk
2008-05-12
-0
/
+1
*
Change env_get_char from a global function ptr to a function.
Joakim Tjernlund
2008-04-17
-1
/
+0
*
GCC-4.x fixes: clean up global data pointer initialization for all boards.
Wolfgang Denk
2006-03-31
-2
/
+2
*
Remove unneeded #include <malloc.h>
Wolfgang Denk
2005-09-25
-1
/
+0
*
* Code cleanup:
wdenk
2003-06-27
-1
/
+0
*
Initial revision
wdenk
2002-09-18
-0
/
+116