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
2020-06-29
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
1
-1
/
+1
2020-06-15
env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR
Patrick Delaunay
1
-1
/
+1
2020-06-01
env: sf: Free the old env_flash
Jagan Teki
1
-7
/
+6
2020-05-25
env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig
Marek Vasut
1
-0
/
+7
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
3
-0
/
+3
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
2
-3
/
+4
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
3
-5
/
+5
2020-05-18
common: Drop net.h from common header
Simon Glass
2
-0
/
+2
2020-05-18
common: Drop flash.h from common header
Simon Glass
1
-0
/
+2
2020-05-15
env: Convert CONFIG_DELAY_ENVIRONMENT to Kconfig
Ovidiu Panait
1
-0
/
+12
2020-05-08
env/sf.c: honour CONFIG_SPL_SAVEENV
Rasmus Villemoes
1
-1
/
+1
2020-04-24
env/sf.c: drop private CMD_SAVEENV logic
Rasmus Villemoes
1
-11
/
+1
2020-04-24
env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef
Rasmus Villemoes
1
-3
/
+1
2020-04-24
env/fat.c: remove private CMD_SAVEENV logic
Rasmus Villemoes
1
-8
/
+1
2020-04-24
env: add SAVEENV as an alias of the CMD_SAVEENV symbol
Rasmus Villemoes
1
-0
/
+3
2020-04-24
make env_entry::callback conditional on !CONFIG_SPL_BUILD
Rasmus Villemoes
2
-1
/
+2
2020-04-24
env: remove callback.o for an SPL build
Rasmus Villemoes
1
-1
/
+1
2020-04-17
env: make file-scope env_ptr variables static
Rasmus Villemoes
2
-3
/
+3
2020-04-06
env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE
Michal Simek
1
-2
/
+1
2020-04-06
env: Kconfig: Adding default values for Microblaze
Varalaxmi Bingi
1
-0
/
+2
2020-03-09
env: Update env_addr for mmc environment driver
Pankit Garg
1
-0
/
+5
2020-01-30
env: Enable SPI flash env for rockchip
Jagan Teki
1
-0
/
+3
2020-01-30
env: kconfig: Restrict rockchip env for MMC
Jagan Teki
1
-2
/
+3
2020-01-22
env: another attempt at fixing SPL build failures
Rasmus Villemoes
2
-8
/
+8
2020-01-17
common: Move flash_perror() to flash.h
Simon Glass
1
-0
/
+1
2019-12-04
mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selected
Miquel Raynal
1
-0
/
+2
2019-12-02
common: Move old EEPROM functions into a new header
Simon Glass
1
-0
/
+1
2019-12-02
common: Move sorting functions to their own header file
Simon Glass
1
-0
/
+1
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
7
-0
/
+7
2019-11-20
env: Finish migration of common ENV options
Tom Rini
5
-18
/
+30
2019-11-20
env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
Tom Rini
5
-23
/
+1
2019-11-20
env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol
Tom Rini
1
-0
/
+6
2019-11-12
defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT
Tom Rini
1
-7
/
+11
2019-10-16
ubi: env: fix redundand management
Philippe Reynes
1
-0
/
+6
2019-10-08
env: Kconfig: Add environment default offset in versal
T Karthik Reddy
1
-2
/
+3
2019-10-04
Revert "env: solve compilation error in SPL"
Tom Rini
1
-6
/
+1
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
18
-18
/
+18
2019-08-11
env: Drop the ACTION typedef
Simon Glass
2
-2
/
+2
2019-08-11
env: Rename the redundancy flags
Simon Glass
3
-16
/
+18
2019-08-11
env: Drop the ENTRY typedef
Simon Glass
3
-9
/
+9
2019-08-11
env: Move env_valid to env.h
Simon Glass
2
-0
/
+2
2019-08-11
env: Rename environment to embedded_environment
Simon Glass
1
-1
/
+1
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
8
-23
/
+30
2019-08-11
env: Move set_default_vars to env.h
Simon Glass
1
-1
/
+1
2019-08-11
env: Move env_get() to env.h
Simon Glass
3
-0
/
+3
2019-08-11
env: Move env_set() to env.h
Simon Glass
1
-0
/
+1
2019-08-11
env: Move env_relocate() to env.h
Simon Glass
1
-0
/
+1
[prev]
[next]