index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
env
/
env.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move env_init() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: register erase command
Frank Wunderlich
2019-07-18
1
-0
/
+30
*
env: Fix saving environment to "bad CRC" location
Sam Protsenko
2019-01-26
1
-6
/
+19
*
env: sata: Add missed env location for SATA boot
Ye Li
2019-01-09
1
-0
/
+3
*
env: Don't show "Failed" error message
Sam Protsenko
2018-08-10
1
-5
/
+9
*
u-boot: remove driver lookup loop from env_save()
Nicholas Faustini
2018-07-30
1
-18
/
+16
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
env: Relocate env drivers if manual reloc is required
Siva Durga Prasad Paladugu
2018-04-16
1
-0
/
+21
*
env: restore old env_get_char() behaviour
Goldschmidt Simon
2018-02-16
1
-22
/
+7
*
env: Fix env_load_location
York Sun
2018-02-16
1
-5
/
+3
*
env: Mark env_get_location as weak
Maxime Ripard
2018-01-27
1
-1
/
+2
*
env: Initialise all the environments
Maxime Ripard
2018-01-27
1
-7
/
+29
*
env: Support multiple environments
Maxime Ripard
2018-01-27
1
-32
/
+53
*
env: Make it explicit where we're loading our environment from
Maxime Ripard
2018-01-27
1
-7
/
+11
*
env: Make the env save message a bit more explicit
Maxime Ripard
2018-01-27
1
-1
/
+2
*
env: Pass additional parameters to the env lookup function
Maxime Ripard
2018-01-27
1
-49
/
+108
*
env: Rename env_driver_lookup_default and env_get_default_location
Maxime Ripard
2018-01-27
1
-9
/
+9
*
cmd: nvedit: Get rid of the env lookup
Maxime Ripard
2018-01-27
1
-1
/
+3
*
env: enable accessing the environment in an EXT4 partition
Jorge Ramirez-Ortiz
2018-01-15
1
-0
/
+2
*
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Tuomas Tynkkynen
2017-10-16
1
-3
/
+1
*
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
2017-08-20
1
-1
/
+1
*
env: Allow env_load() to detect errors
Simon Glass
2017-08-20
1
-1
/
+1
*
env: Correct case of no sub-init function
Tom Rini
2017-08-20
1
-1
/
+1
*
env: Drop saveenv() in favour of env_save()
Simon Glass
2017-08-15
1
-6
/
+0
*
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
2017-08-15
1
-5
/
+0
*
env: Drop env_get_char_spec()
Simon Glass
2017-08-15
1
-6
/
+3
*
env: Drop env_init_new()
Simon Glass
2017-08-15
1
-5
/
+1
*
env: Drop the env_name_spec global
Simon Glass
2017-08-15
1
-1
/
+1
*
env: Drop common init() functions
Simon Glass
2017-08-15
1
-5
/
+9
*
env: Switch over to use environment location drivers
Simon Glass
2017-08-15
1
-0
/
+20
*
env: Add a new implementation of environment access
Simon Glass
2017-08-15
1
-0
/
+145