index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
env.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
env: Fix invalid env handling in env_init()
Marek Vasut
1
-0
/
+3
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-11-03
env: sf: fix init function behaviour
Heiko Schocher
1
-0
/
+2
2020-07-31
env: Add option to only ever append environment
Marek Vasut
1
-0
/
+2
2020-07-31
cmd: env: add env select command
Patrick Delaunay
1
-0
/
+42
2020-07-31
cmd: env: add env load command
Patrick Delaunay
1
-0
/
+28
2020-07-31
env: the ops driver load becomes mandatory in struct env_driver
Patrick Delaunay
1
-3
/
+0
2020-07-31
env: correctly handle env_load_prio
Patrick Delaunay
1
-3
/
+4
2020-07-26
env: add failing trace in env_save
Patrick Delaunay
1
-3
/
+7
2020-07-26
env: correct overflow check of env_has_init size
Patrick Delaunay
1
-1
/
+1
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
1
-1
/
+1
2019-08-11
env: Move env_init() to env.h
Simon Glass
1
-0
/
+1
2019-07-18
env: register erase command
Frank Wunderlich
1
-0
/
+30
2019-01-26
env: Fix saving environment to "bad CRC" location
Sam Protsenko
1
-6
/
+19
2019-01-09
env: sata: Add missed env location for SATA boot
Ye Li
1
-0
/
+3
2018-08-10
env: Don't show "Failed" error message
Sam Protsenko
1
-5
/
+9
2018-07-30
u-boot: remove driver lookup loop from env_save()
Nicholas Faustini
1
-18
/
+16
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-16
env: Relocate env drivers if manual reloc is required
Siva Durga Prasad Paladugu
1
-0
/
+21
2018-02-16
env: restore old env_get_char() behaviour
Goldschmidt Simon
1
-22
/
+7
2018-02-16
env: Fix env_load_location
York Sun
1
-5
/
+3
2018-01-27
env: Mark env_get_location as weak
Maxime Ripard
1
-1
/
+2
2018-01-27
env: Initialise all the environments
Maxime Ripard
1
-7
/
+29
2018-01-27
env: Support multiple environments
Maxime Ripard
1
-32
/
+53
2018-01-27
env: Make it explicit where we're loading our environment from
Maxime Ripard
1
-7
/
+11
2018-01-27
env: Make the env save message a bit more explicit
Maxime Ripard
1
-1
/
+2
2018-01-27
env: Pass additional parameters to the env lookup function
Maxime Ripard
1
-49
/
+108
2018-01-27
env: Rename env_driver_lookup_default and env_get_default_location
Maxime Ripard
1
-9
/
+9
2018-01-27
cmd: nvedit: Get rid of the env lookup
Maxime Ripard
1
-1
/
+3
2018-01-15
env: enable accessing the environment in an EXT4 partition
Jorge Ramirez-Ortiz
1
-0
/
+2
2017-10-16
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Tuomas Tynkkynen
1
-3
/
+1
2017-08-20
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
1
-1
/
+1
2017-08-20
env: Allow env_load() to detect errors
Simon Glass
1
-1
/
+1
2017-08-20
env: Correct case of no sub-init function
Tom Rini
1
-1
/
+1
2017-08-15
env: Drop saveenv() in favour of env_save()
Simon Glass
1
-6
/
+0
2017-08-15
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
1
-5
/
+0
2017-08-15
env: Drop env_get_char_spec()
Simon Glass
1
-6
/
+3
2017-08-15
env: Drop env_init_new()
Simon Glass
1
-5
/
+1
2017-08-15
env: Drop the env_name_spec global
Simon Glass
1
-1
/
+1
2017-08-15
env: Drop common init() functions
Simon Glass
1
-5
/
+9
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
1
-0
/
+20
2017-08-15
env: Add a new implementation of environment access
Simon Glass
1
-0
/
+145