| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move flash_perror() to flash.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check | Tom Rini | 2019-11-20 | 1 | -5/+0 |
* | 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 | -8/+10 |
* | env: Move env_valid to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | env: Rename environment to embedded_environment | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: allow flash and nand env driver to compile together | Rajesh Bhagat | 2018-12-04 | 1 | -6/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: make env drivers propagate env_import return value | Simon Goldschmidt | 2018-02-01 | 1 | -3/+1 |
* | env: Replace all open-coded gd->env_valid values with ENV_ flags | Simon Glass | 2017-08-20 | 1 | -2/+2 |
* | env: Adjust the load() method to return an error | Simon Glass | 2017-08-16 | 1 | -1/+3 |
* | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -2/+1 |
* | env: Switch over to use environment location drivers | Simon Glass | 2017-08-15 | 1 | -16/+18 |
* | env: Create a location driver for each location | Simon Glass | 2017-08-15 | 1 | -4/+35 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -11/+11 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -0/+338 |