| Commit message (Expand) | Author | Age | Files | Lines |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Finish migration of common ENV options | Tom Rini | 2019-11-20 | 1 | -3/+3 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Rename the redundancy flags | Simon Glass | 2019-08-11 | 1 | -4/+2 |
* | env: Move get/set_default_env() to env.h | Simon Glass | 2019-08-11 | 1 | -5/+6 |
* | Convert CONFIG_ENV_SPI_* to Kconfig | Patrick Delaunay | 2019-03-25 | 1 | -13/+0 |
* | Revert "env: add spi_flash_read_env function" | Heiko Schocher | 2019-03-13 | 1 | -45/+11 |
* | Revert "env: sf: fix environment in SPI NOR" | Tom Rini | 2019-01-21 | 1 | -1/+1 |
* | env: sf: fix environment in SPI NOR | Heiko Schocher | 2019-01-18 | 1 | -1/+1 |
* | env: add spi_flash_read_env function | Horatiu Vultur | 2019-01-16 | 1 | -11/+45 |
* | env: sf: define API to override sf environment address | Rajesh Bhagat | 2018-12-04 | 1 | -1/+8 |
* | fix: env: Fix the SPI flash device setup for DM mode | Konstantin Porotchkin | 2018-09-19 | 1 | -1/+2 |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 1 | -5/+5 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: sf: use env_import_redund to simplify env_sf_load | Simon Goldschmidt | 2018-02-01 | 1 | -59/+8 |
* | env: make env_import(_redund) return 0 on success, not 1 | Simon Goldschmidt | 2018-01-31 | 1 | -2/+2 |
* | env: sf: Add support for env init for QSPI-NOR | Ashish Kumar | 2018-01-17 | 1 | -0/+21 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -1/+1 |
* | env: Adjust the load() method to return an error | Simon Glass | 2017-08-16 | 1 | -7/+13 |
* | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -2/+1 |
* | env: Drop common init() functions | Simon Glass | 2017-08-15 | 1 | -10/+0 |
* | env: Switch over to use environment location drivers | Simon Glass | 2017-08-15 | 1 | -9/+8 |
* | env: Create a location driver for each location | Simon Glass | 2017-08-15 | 1 | -0/+20 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -13/+13 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -0/+344 |