Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
07cb4e10dcccfc3493c2b4fa52917c5d83de3c8f
/
env
/
sf.c
f92421c
Revert "env: sf: fix environment in SPI NOR"
by Tom Rini
· 6 years ago
6a6c75e
env: sf: fix environment in SPI NOR
by Heiko Schocher
· 6 years ago
5e7fae7
env: add spi_flash_read_env function
by Horatiu Vultur
· 6 years ago
9a90cc9
env: sf: define API to override sf environment address
by Rajesh Bhagat
· 6 years ago
0be67b2
fix: env: Fix the SPI flash device setup for DM mode
by Konstantin Porotchkin
· 6 years ago
b2bb9bc
env: common: accept flags on reset to default env
by Yaniv Levinsky
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
8f9ce3a
env: sf: use env_import_redund to simplify env_sf_load
by Simon Goldschmidt
· 7 years ago
32c3eb5
env: make env_import(_redund) return 0 on success, not 1
by Simon Goldschmidt
· 7 years ago
a7bf68a
env: sf: Add support for env init for QSPI-NOR
by Ashish Kumar
· 7 years ago
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
9977849
env: Adjust the load() method to return an error
by Simon Glass
· 7 years ago
d8273ed
env: Drop the env_name_spec global
by Simon Glass
· 7 years ago
d40d804
env: Drop common init() functions
by Simon Glass
· 7 years ago
082af92
env: Switch over to use environment location drivers
by Simon Glass
· 7 years ago
c10a88e
env: Create a location driver for each location
by Simon Glass
· 7 years ago
4bc2ad2
env: Add an enum for environment state
by Simon Glass
· 7 years ago
547cb40
Move environment files from common/ to env/
by Simon Glass
· 7 years ago
[Renamed from common/env_sf.c]
11c89f3
dm: Use dm.h header when driver mode is used
by Simon Glass
· 8 years ago
df70191
env_sf: use DIV_ROUND_UP to calculate number of sectors to erase
by Andreas Fenkart
· 8 years ago
a2c6585
env_sf: re-order error handling in single-buffer env_relocate_spec
by Andreas Fenkart
· 8 years ago
a2d1883
enf_sf: reuse setup_flash_device instead of open coding it
by Andreas Fenkart
· 8 years ago
52b9444
env_sf: factor out prepare_flash_device
by Andreas Fenkart
· 8 years ago
464eee1
common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx
by Jean-Jacques Hiblot
· 8 years ago
ae56979
dm: spi: Read default speed and mode values from DT
by Vignesh R
· 8 years ago
3e21c72
common: env_sf: Add exclamation mark
by Peng Fan
· 9 years ago
6d85a60
dm: env_sf: fix saveenv() to use driver model
by Gong Qianyu
· 9 years ago
20d93fc
env: use cache line aligned memory for flash read
by Ravi Babu
· 9 years ago
12f1a54
env_sf: Fix recovery default
by Mario Schuknecht
· 10 years ago
def9215
dm: Add spi.h header to a few files
by Simon Glass
· 10 years ago
d73c129
env: Add env_export() wrapper
by Marek Vasut
· 11 years ago
354846f
SPL: P2020RDB: fix the problem booting from spi flash
by Ying Zhang
· 11 years ago
b1df922
cmd_sf|env_sf: Fix code cleanup
by Jagannadha Sutradharudu Teki
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
a840b8e
Revert "env: fix potential stack overflow in environment functions"
by Tom Rini
· 12 years ago
04cae82
env: fix potential stack overflow in environment functions
by Rob Herring
· 12 years ago
79a905e
env: Hide '.' variables in env print by default
by Joe Hershberger
· 12 years ago
76c02dc
env: factor out the env_get_char_spec() function
by Igor Grinberg
· 13 years ago
c3c1bed
env: clean env_sf.c checkpatch and code style
by Igor Grinberg
· 13 years ago
6d67c73
env: move extern default_environment[] to environment.h
by Igor Grinberg
· 13 years ago
1e3cdf3
env: allow to export only selected variables
by Wolfgang Denk
· 13 years ago
97dfdcf
fix redundant environment for serial flash
by thomas.langer@lantiq.com
· 14 years ago
92d7a99
hashtable: drop all non-reentrant versions
by Mike Frysinger
· 14 years ago
5e26a1f
env_sf: remove warning introduced with last patch
by Stefano Babic
· 14 years ago
5f6c286
env_sf: updated to the new environment code
by Stefano Babic
· 14 years ago
460a9ff
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
0cae3d4
add redundant environment for env_sf.c
by Wolfgang Wegner
· 15 years ago
09304f5
env: kill off default_environment_size
by Mike Frysinger
· 15 years ago
9af10d5
env_sf: support embedded environments
by Mike Frysinger
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
1b3c7e8
env_sf: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
4539b1c
rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
08792d7
Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
by TsiChung Liew
· 16 years ago
eb8951c
Add support for environment in SPI flash
by Haavard Skinnemoen
· 17 years ago