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
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: allow environment to be amended from control dtb
Rasmus Villemoes
2021-05-04
1
-0
/
+30
*
env: increment redund flag on read fail
Brandon Maier
2021-04-16
1
-19
/
+8
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
env: split env_import_redund() into 2 functions
Heiko Schocher
2020-10-30
1
-10
/
+32
*
env: Discern environment coming from external storage
Marek Vasut
2020-07-31
1
-6
/
+7
*
env: Add H_DEFAULT flag
Marek Vasut
2020-07-31
1
-1
/
+2
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Move sorting functions to their own header file
Simon Glass
2019-12-02
1
-0
/
+1
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
1
-0
/
+1
*
Revert "env: solve compilation error in SPL"
Tom Rini
2019-10-04
1
-6
/
+1
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Drop the ENTRY typedef
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move get/set_default_env() to env.h
Simon Glass
2019-08-11
1
-7
/
+7
*
env: Move set_default_vars to env.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move env_relocate() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: solve compilation error in SPL
Patrick Delaunay
2019-05-23
1
-1
/
+6
*
env: common: Return specific error code on bad CRC
Sam Protsenko
2019-01-26
1
-2
/
+2
*
common: command: Add support for $ auto-completion
Boris Brezillon
2019-01-15
1
-4
/
+48
*
env: add the same prefix to error messages to make it detectable by tests
Quentin Schulz
2018-07-20
1
-1
/
+2
*
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-07-19
1
-13
/
+9
*
cmd: nvedit: set H_INTERACTIVE in do_env_default
Yaniv Levinsky
2018-07-19
1
-1
/
+1
*
cmd: nvedit: propagate envflag to set_default_vars
Yaniv Levinsky
2018-07-19
1
-2
/
+3
*
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
/
+1
*
env: move more common code to env_import_redund
Simon Goldschmidt
2018-02-01
1
-1
/
+20
*
env: make env_import(_redund) return 0 on success, not 1
Simon Goldschmidt
2018-01-31
1
-4
/
+4
*
env: common: Make the debug messages play a little nicer
Maxime Ripard
2018-01-27
1
-1
/
+1
*
env: Remove CONFIG_ENV_AES support
Tom Rini
2017-11-21
1
-61
/
+0
*
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
1
-4
/
+4
*
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
2017-08-20
1
-10
/
+10
*
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
1
-1
/
+1
*
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
1
-1
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-2
/
+2
*
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
2017-08-15
1
-1
/
+1
*
env: Drop env_get_char_spec()
Simon Glass
2017-08-15
1
-14
/
+0
*
env: common: Drop env_get_char_memory()
Simon Glass
2017-08-15
1
-7
/
+0
*
env: common: Drop env_get_char_init()
Simon Glass
2017-08-15
1
-6
/
+1
*
env: common: Factor out the common env_valid check
Simon Glass
2017-08-15
1
-11
/
+6
*
env: common: Drop env_get_addr()
Simon Glass
2017-08-15
1
-8
/
+3
*
env: common: Make env_get_addr/get_char_memory() static
Simon Glass
2017-08-15
1
-9
/
+9
*
Move environment files from common/ to env/
Simon Glass
2017-08-15
1
-0
/
+353