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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Tuomas Tynkkynen
4
-94
/
+1
2017-10-15
ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE
Masahiro Yamada
1
-1
/
+0
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2
-5
/
+5
2017-09-08
env: Migrate CONFIG_ENV_AES to Kconfig and deprecate
Tom Rini
1
-0
/
+8
2017-09-02
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
Adam Ford
1
-30
/
+0
2017-08-20
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
6
-18
/
+18
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
2
-1
/
+14
2017-08-20
env: Sort selection of default choices
Andy Shevchenko
1
-3
/
+3
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
13
-41
/
+80
2017-08-16
env: Adjust the get_char() method to return an int
Simon Glass
3
-3
/
+3
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
2
-2
/
+2
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
1
-1
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
3
-7
/
+7
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
2
-6
/
+1
2017-08-15
env: Drop env_get_char_spec()
Simon Glass
2
-20
/
+3
2017-08-15
env: Drop env_init_new()
Simon Glass
1
-5
/
+1
2017-08-15
env: Drop unused env_ptr variables
Simon Glass
8
-21
/
+0
2017-08-15
env: Drop the env_name_spec global
Simon Glass
15
-27
/
+14
2017-08-15
env: Drop common init() functions
Simon Glass
12
-127
/
+10
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
15
-114
/
+128
2017-08-15
env: Add a new implementation of environment access
Simon Glass
2
-1
/
+146
2017-08-15
env: Convert CONFIG_ENV_IS_IN... to a choice
Simon Glass
1
-6
/
+41
2017-08-15
env: Create a location driver for each location
Simon Glass
14
-7
/
+176
2017-08-15
env: Rename nand env_location to nand_env_location
Simon Glass
1
-3
/
+3
2017-08-15
env: Add an enum for environment state
Simon Glass
13
-69
/
+70
2017-08-15
env: common: Drop env_get_char_memory()
Simon Glass
1
-7
/
+0
2017-08-15
env: common: Drop env_get_char_init()
Simon Glass
1
-6
/
+1
2017-08-15
env: common: Factor out the common env_valid check
Simon Glass
1
-11
/
+6
2017-08-15
env: common: Drop env_get_addr()
Simon Glass
1
-8
/
+3
2017-08-15
env: common: Make env_get_addr/get_char_memory() static
Simon Glass
1
-9
/
+9
2017-08-15
env: Use tabs in ENV_IS_IN_FAT
Simon Glass
1
-4
/
+3
2017-08-15
Move environment files from common/ to env/
Simon Glass
21
-0
/
+4561