Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop bootstage.h from common header | Simon Glass |
2019-12-02 | common: Move sorting functions to their own header file | Simon Glass |
2019-12-02 | crc32: Use the crc.h header for crc functions | Simon Glass |
2019-10-04 | Revert "env: solve compilation error in SPL" | Tom Rini |
2019-08-11 | env: Rename environment.h to env_internal.h | Simon Glass |
2019-08-11 | env: Drop the ENTRY typedef | Simon Glass |
2019-08-11 | env: Move get/set_default_env() to env.h | Simon Glass |
2019-08-11 | env: Move set_default_vars to env.h | Simon Glass |
2019-08-11 | env: Move env_relocate() to env.h | Simon Glass |
2019-05-23 | env: solve compilation error in SPL | Patrick Delaunay |
2019-01-26 | env: common: Return specific error code on bad CRC | Sam Protsenko |
2019-01-15 | common: command: Add support for $ auto-completion | Boris Brezillon |
2018-07-20 | env: add the same prefix to error messages to make it detectable by tests | Quentin Schulz |
2018-07-19 | env: common: accept flags on reset to default env | Yaniv Levinsky |
2018-07-19 | cmd: nvedit: set H_INTERACTIVE in do_env_default | Yaniv Levinsky |
2018-07-19 | cmd: nvedit: propagate envflag to set_default_vars | Yaniv Levinsky |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-16 | env: Relocate env drivers if manual reloc is required | Siva Durga Prasad Paladugu |
2018-02-01 | env: move more common code to env_import_redund | Simon Goldschmidt |
2018-01-31 | env: make env_import(_redund) return 0 on success, not 1 | Simon Goldschmidt |
2018-01-27 | env: common: Make the debug messages play a little nicer | Maxime Ripard |
2017-11-21 | env: Remove CONFIG_ENV_AES support | Tom Rini |
2017-10-04 | treewide: replace with error() with pr_err() | Masahiro Yamada |
2017-08-20 | env: Replace all open-coded gd->env_valid values with ENV_ flags | Simon Glass |
2017-08-16 | env: Rename some other getenv()-related functions | Simon Glass |
2017-08-16 | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() | Simon Glass |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-15 | env: Drop env_relocate_spec() in favour of env_load() | Simon Glass |
2017-08-15 | env: Drop env_get_char_spec() | Simon Glass |
2017-08-15 | env: common: Drop env_get_char_memory() | Simon Glass |
2017-08-15 | env: common: Drop env_get_char_init() | Simon Glass |
2017-08-15 | env: common: Factor out the common env_valid check | Simon Glass |
2017-08-15 | env: common: Drop env_get_addr() | Simon Glass |
2017-08-15 | env: common: Make env_get_addr/get_char_memory() static | Simon Glass |
2017-08-15 | Move environment files from common/ to env/ | Simon Glass |