index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
sf.c
Age
Commit message (
Expand
)
Author
2021-10-31
env: sf: Put ENV_INVALID into gd->env_valid on CRC failure
Marek Behún
2021-10-31
env: sf: Use ENV_VALID enum names instead of literals
Marek Behún
2021-10-31
env: sf: Cosmetic fix in env_sf_init_addr()
Marek Behún
2021-04-16
env: sf: remove the static env_flash variable
Patrick Delaunay
2021-04-16
env: sf: add missing spi_flash_free
Patrick Delaunay
2021-04-16
env: sf: add support of command env erase
Patrick Delaunay
2021-04-16
env: sf: update the use of macro ENV_SAVE_PTR
Patrick Delaunay
2021-04-16
env: increment redund flag on read fail
Brandon Maier
2021-04-16
env: add CONFIG_ENV_SECT_SIZE_AUTO
Rasmus Villemoes
2021-04-16
env/sf.c: use a variable to hold the sector size
Rasmus Villemoes
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-29
env: sf: cosmetic: remove unnecessary space
Patrick Delaunay
2020-11-03
env: sf: fix init function behaviour
Heiko Schocher
2020-10-30
env: Access Environment in SPI flashes before relocation
Heiko Schocher
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2020-07-31
env: sf: avoid space in backend name
Patrick Delaunay
2020-06-29
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-01
env: sf: Free the old env_flash
Jagan Teki
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-18
common: Drop flash.h from common header
Simon Glass
2020-05-08
env/sf.c: honour CONFIG_SPL_SAVEENV
Rasmus Villemoes
2020-04-24
env/sf.c: drop private CMD_SAVEENV logic
Rasmus Villemoes
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-11-20
env: Finish migration of common ENV options
Tom Rini
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Rename the redundancy flags
Simon Glass
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
2019-03-25
Convert CONFIG_ENV_SPI_* to Kconfig
Patrick Delaunay
2019-03-13
Revert "env: add spi_flash_read_env function"
Heiko Schocher
2019-01-21
Revert "env: sf: fix environment in SPI NOR"
Tom Rini
2019-01-18
env: sf: fix environment in SPI NOR
Heiko Schocher
2019-01-16
env: add spi_flash_read_env function
Horatiu Vultur
2018-12-04
env: sf: define API to override sf environment address
Rajesh Bhagat
2018-09-19
fix: env: Fix the SPI flash device setup for DM mode
Konstantin Porotchkin
2018-07-19
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-01
env: sf: use env_import_redund to simplify env_sf_load
Simon Goldschmidt
2018-01-31
env: make env_import(_redund) return 0 on success, not 1
Simon Goldschmidt
2018-01-17
env: sf: Add support for env init for QSPI-NOR
Ashish Kumar
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
2017-08-15
env: Drop the env_name_spec global
Simon Glass
2017-08-15
env: Drop common init() functions
Simon Glass
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
2017-08-15
env: Create a location driver for each location
Simon Glass
2017-08-15
env: Add an enum for environment state
Simon Glass
2017-08-15
Move environment files from common/ to env/
Simon Glass