index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-17
env: sf: remove the static env_flash variable
Patrick Delaunay
1
-23
/
+18
2021-04-17
env: sf: add missing spi_flash_free
Patrick Delaunay
1
-0
/
+9
2021-04-17
env: sf: add support of command env erase
Patrick Delaunay
1
-0
/
+34
2021-04-17
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-19
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-09
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-03
crc32: Use the crc.h header for crc functions
Simon Glass
1
-0
/
+1
2019-11-21
env: Finish migration of common ENV options
Tom Rini
1
-3
/
+3
2019-08-12
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-26
Convert CONFIG_ENV_SPI_* to Kconfig
Patrick Delaunay
1
-13
/
+0
2019-03-14
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-17
env: add spi_flash_read_env function
Horatiu Vultur
1
-11
/
+45
2018-12-05
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-02-01
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-16
env: Drop the env_name_spec global
Simon Glass
1
-2
/
+1
2017-08-16
env: Drop common init() functions
Simon Glass
1
-10
/
+0
2017-08-16
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