Age | Commit message (Expand) | Author |
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 |