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
/
sf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
env: sf: remove the static env_flash variable
Patrick Delaunay
1
-23
/
+18
2021-04-16
env: sf: add missing spi_flash_free
Patrick Delaunay
1
-0
/
+9
2021-04-16
env: sf: add support of command env erase
Patrick Delaunay
1
-0
/
+34
2021-04-16
env: sf: update the use of macro ENV_SAVE_PTR
Patrick Delaunay
1
-1
/
+1
2021-04-16
env: increment redund flag on read fail
Brandon Maier
1
-1
/
+1
2021-04-16
env: add CONFIG_ENV_SECT_SIZE_AUTO
Rasmus Villemoes
1
-2
/
+8
2021-04-16
env/sf.c: use a variable to hold the sector size
Rasmus Villemoes
1
-10
/
+12
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-29
env: sf: cosmetic: remove unnecessary space
Patrick Delaunay
1
-2
/
+2
2020-11-03
env: sf: fix init function behaviour
Heiko Schocher
1
-3
/
+5
2020-10-30
env: Access Environment in SPI flashes before relocation
Heiko Schocher
1
-3
/
+97
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
1
-2
/
+2
2020-07-31
env: sf: avoid space in backend name
Patrick Delaunay
1
-1
/
+1
2020-06-29
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
1
-1
/
+1
2020-06-01
env: sf: Free the old env_flash
Jagan Teki
1
-7
/
+6
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop flash.h from common header
Simon Glass
1
-0
/
+2
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
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
1
-0
/
+1
2019-11-20
env: Finish migration of common ENV options
Tom Rini
1
-3
/
+3
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
1
-1
/
+1
2019-08-11
env: Rename the redundancy flags
Simon Glass
1
-4
/
+2
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
1
-5
/
+6
2019-03-25
Convert CONFIG_ENV_SPI_* to Kconfig
Patrick Delaunay
1
-13
/
+0
2019-03-13
Revert "env: add spi_flash_read_env function"
Heiko Schocher
1
-45
/
+11
2019-01-21
Revert "env: sf: fix environment in SPI NOR"
Tom Rini
1
-1
/
+1
2019-01-18
env: sf: fix environment in SPI NOR
Heiko Schocher
1
-1
/
+1
2019-01-16
env: add spi_flash_read_env function
Horatiu Vultur
1
-11
/
+45
2018-12-04
env: sf: define API to override sf environment address
Rajesh Bhagat
1
-1
/
+8
2018-09-19
fix: env: Fix the SPI flash device setup for DM mode
Konstantin Porotchkin
1
-1
/
+2
2018-07-19
env: common: accept flags on reset to default env
Yaniv Levinsky
1
-5
/
+5
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-02-01
env: sf: use env_import_redund to simplify env_sf_load
Simon Goldschmidt
1
-59
/
+8
2018-01-31
env: make env_import(_redund) return 0 on success, not 1
Simon Goldschmidt
1
-2
/
+2
2018-01-17
env: sf: Add support for env init for QSPI-NOR
Ashish Kumar
1
-0
/
+21
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-1
/
+1
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
1
-7
/
+13
2017-08-15
env: Drop the env_name_spec global
Simon Glass
1
-2
/
+1
2017-08-15
env: Drop common init() functions
Simon Glass
1
-10
/
+0
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
1
-9
/
+8
2017-08-15
env: Create a location driver for each location
Simon Glass
1
-0
/
+20
2017-08-15
env: Add an enum for environment state
Simon Glass
1
-13
/
+13
2017-08-15
Move environment files from common/ to env/
Simon Glass
1
-0
/
+344