Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d944282ff69931c6d48538cd5ee04a37e7bb60b2
/
env
/
nvram.c
8e27b26
env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINE
by Tom Rini
· Fri Dec 02 16:42:23 2022 -0500
ef480b4
env: nvram: Cosmetic fix in env_nvram_init()
by Marek Behún
· Fri Oct 22 15:47:17 2021 +0200
6d7653c
env: nvram: Let generic env_init() assign default environment
by Marek Behún
· Fri Oct 22 15:47:16 2021 +0200
a88ce3d
env: Drop env_get_char_spec() and old, unused .get_char() implementations
by Marek Behún
· Sun Oct 17 17:36:27 2021 +0200
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
dfe4b7e
env: Discern environment coming from external storage
by Marek Vasut
· Tue Jul 07 20:51:35 2020 +0200
5d18fc1
env: make file-scope env_ptr variables static
by Rasmus Villemoes
· Tue Feb 18 08:54:09 2020 +0000
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
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
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_nvram.c]
d73c129
env: Add env_export() wrapper
by Marek Vasut
· Wed Mar 05 19:59:50 2014 +0100
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
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
76c02dc
env: factor out the env_get_char_spec() function
by Igor Grinberg
· Mon Dec 26 03:33:10 2011 +0000
0448286
env: clean env_nvram.c checkpatch and code style
by Igor Grinberg
· Mon Nov 07 01:14:04 2011 +0000
6d67c73
env: move extern default_environment[] to environment.h
by Igor Grinberg
· Mon Nov 07 01:13:57 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
b0b104a
Remove AmigaOneG3SE board
by Wolfgang Denk
· Sun Jun 13 18:28:54 2010 +0200
09304f5
env: kill off default_environment_size
by Mike Frysinger
· Fri Jul 24 17:51:27 2009 -0400
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
d13dd35
env_nvram: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· Wed Sep 10 22:47:59 2008 +0200
fdb79c3
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
by Jean-Christophe PLAGNIOL-VILLARD
· Wed Sep 10 22:47:59 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
bb444c9
* Patch by Hans-Joerg Frieden, 06 Dec 2002
by wdenk
· Sat Dec 07 00:20:59 2002 +0000
c609719
Initial revision
by wdenk
· Sun Nov 03 00:24:07 2002 +0000