Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d0b8df30ef29c66a50378cbda2b268fbfec55495
/
env
/
eeprom.c
dfe4b7e
env: Discern environment coming from external storage
by Marek Vasut
· Tue Jul 07 20:51:35 2020 +0200
eba6b8d
common: Move old EEPROM functions into a new header
by Simon Glass
· Thu Nov 14 12:57:50 2019 -0700
48b6c6b
crc32: Use the crc.h header for crc functions
by Simon Glass
· Thu Nov 14 12:57:16 2019 -0700
9d1f619
env: Rename environment.h to env_internal.h
by Simon Glass
· Fri Aug 02 09:44:25 2019 -0600
4686d8f
env: Rename the redundancy flags
by Simon Glass
· Thu Aug 01 09:47:08 2019 -0600
0af6e2d
env: Move env_get() to env.h
by Simon Glass
· Thu Aug 01 09:46:52 2019 -0600
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
9b0d66b
env: restore old env_get_char() behaviour
by Goldschmidt Simon
· Fri Feb 09 20:23:17 2018 +0000
35b4c32
env: make env drivers propagate env_import return value
by Simon Goldschmidt
· Wed Jan 31 14:47:12 2018 +0100
1f39d0b
env: Replace all open-coded gd->env_valid values with ENV_ flags
by Simon Glass
· Sun Aug 20 04:45:15 2017 -0600
9977849
env: Adjust the load() method to return an error
by Simon Glass
· Thu Aug 03 12:22:17 2017 -0600
3fa4c22
env: Adjust the get_char() method to return an int
by Simon Glass
· Thu Aug 03 12:22:16 2017 -0600
d91a8a5
env: Drop unused env_ptr variables
by Simon Glass
· Thu Aug 03 12:22:04 2017 -0600
d8273ed
env: Drop the env_name_spec global
by Simon Glass
· Thu Aug 03 12:22:03 2017 -0600
d40d804
env: Drop common init() functions
by Simon Glass
· Thu Aug 03 12:22:02 2017 -0600
082af92
env: Switch over to use environment location drivers
by Simon Glass
· Thu Aug 03 12:22:01 2017 -0600
c10a88e
env: Create a location driver for each location
by Simon Glass
· Thu Aug 03 12:21:58 2017 -0600
4bc2ad2
env: Add an enum for environment state
by Simon Glass
· Thu Aug 03 12:21:56 2017 -0600
547cb40
Move environment files from common/ to env/
by Simon Glass
· Thu Aug 03 12:21:49 2017 -0600
[Renamed from common/env_eeprom.c]
2bf884e
env_eeprom invalidates gd->env_addr by setting it to an offset value
by Guy Thouret
· Fri Mar 11 13:31:39 2016 +0000
f422ae7
eeprom: Add bus argument to eeprom_init()
by Marek Vasut
· Tue Nov 10 20:53:31 2015 +0100
bf84e64
env_eeprom.c: Correct using saved environment
by Ludger Dreier
· Mon Oct 12 13:34:24 2015 +0200
904d430
env_eeprom: Assign default environment during board_init_f
by Siva Durga Prasad Paladugu
· Mon May 26 19:51:22 2014 +0530
d73c129
env: Add env_export() wrapper
by Marek Vasut
· Wed Mar 05 19:59:50 2014 +0100
f234b1e
env_eeprom - fix bus recovery for "eeprom_bus_read"
by Alexey Brodkin
· Wed Dec 11 18:04:40 2013 +0400
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
5959746
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· Wed Jul 24 09:22:28 2013 -0400
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
a4ea445
i2c, multibus: get rid of CONFIG_I2C_MUX
by Heiko Schocher
· Thu Oct 25 10:32:14 2012 +0200
e0e55bc
i2c: common changes for multibus/multiadapter support
by Heiko Schocher
· Mon Jan 16 21:12:24 2012 +0000
a840b8e
Revert "env: fix potential stack overflow in environment functions"
by Tom Rini
· Fri Apr 05 14:55:21 2013 -0400
04cae82
env: fix potential stack overflow in environment functions
by Rob Herring
· Fri Mar 22 11:26:21 2013 +0000
79a905e
env: Hide '.' variables in env print by default
by Joe Hershberger
· Tue Dec 11 22:16:23 2012 -0600
13f851f
env: clean env_eeprom.c checkpatch and code style
by Igor Grinberg
· Mon Nov 07 01:14:07 2011 +0000
1e3cdf3
env: allow to export only selected variables
by Wolfgang Denk
· Sun Nov 06 22:49:44 2011 +0100
92d7a99
hashtable: drop all non-reentrant versions
by Mike Frysinger
· Wed Dec 08 06:26:04 2010 -0500
460a9ff
New implementation for internal handling of environment variables.
by Wolfgang Denk
· Sun Jun 20 23:33:59 2010 +0200
89f5df9
Redundant environment: move flag definitions to header file
by Wolfgang Denk
· Tue Jun 22 15:44:16 2010 +0200
a2cfb24
Prepare v2010.03-rc1
by Wolfgang Denk
· Fri Mar 12 23:06:04 2010 +0100
e719363
env, eeprom: add redundant environment support
by Heiko Schocher
· Thu Jan 07 08:55:44 2010 +0100
9bb0dd5
cmd_eeprom: I2C updates
by Heiko Schocher
· Thu Jan 07 08:55:40 2010 +0100
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· Wed Sep 10 22:48:06 2008 +0200
c95d1df
env_eeprom: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· Fri Sep 05 09:19:54 2008 +0200
e46af64
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
by Jean-Christophe PLAGNIOL-VILLARD
· Fri Sep 05 09:19:30 2008 +0200
7a8b855
environment: cleanup prototype declarations of env functions.
by Wolfgang Denk
· Wed May 14 12:22:49 2008 +0200
10e247a
Revert "Change env_get_char from a global function ptr to a function."
by Wolfgang Denk
· Mon May 12 00:40:58 2008 +0200
f4902a3
Change env_get_char from a global function ptr to a function.
by Joakim Tjernlund
· Mon Apr 14 23:01:50 2008 +0200
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· Fri Mar 31 18:32:53 2006 +0200
6493420
Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005
by Wolfgang Denk
· Sun Sep 25 17:02:27 2005 +0200
57b2d80
* Code cleanup:
by wdenk
· Fri Jun 27 21:31:46 2003 +0000
0bc4a1a
Initial revision
by wdenk
· Wed Sep 18 11:09:59 2002 +0000