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
/
eeprom.c
Age
Commit message (
Expand
)
Author
2022-12-22
env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS support
Tom Rini
2021-10-21
env: Drop env_get_char_spec() and old, unused .get_char() implementations
Marek BehĂșn
2021-08-30
Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig
Tom Rini
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2019-12-02
common: Move old EEPROM functions into a new header
Simon Glass
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
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 env_get() to env.h
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-16
env: restore old env_get_char() behaviour
Goldschmidt Simon
2018-02-01
env: make env drivers propagate env_import return value
Simon Goldschmidt
2017-08-20
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
2017-08-16
env: Adjust the get_char() method to return an int
Simon Glass
2017-08-15
env: Drop unused env_ptr variables
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