aboutsummaryrefslogtreecommitdiff
path: root/env/common.c
AgeCommit message (Expand)Author
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini
2024-01-19env: migrate env_get_default to call env_get_default_intoQuentin Schulz
2024-01-19env: allow to copy value from default environment into a bufferQuentin Schulz
2024-01-18cmd: nvedit: Fix typo in 'illegal character' errorIvan Orlov
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-14env: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-07-17env: Fix default environment saving issueAshok Reddy Soma
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-16bootm: Tidy up use of autostart env varSimon Glass
2021-11-13env: Simplify env_get_default()Marek Behún
2021-11-13env: Fix env_get() when returning empty string using env_get_f()Marek Behún
2021-11-13env: Don't set ready flag if import failed in env_set_default()Marek Behún
2021-10-31env: Use static_assert() to check if default_environment is too largeMarek Behún
2021-10-31env: Always use char for default_environmentMarek Behún
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes
2021-04-16env: increment redund flag on read failBrandon Maier
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher
2020-07-31env: Discern environment coming from external storageMarek Vasut
2020-07-31env: Add H_DEFAULT flagMarek Vasut
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-04Revert "env: solve compilation error in SPL"Tom Rini
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-05-23env: solve compilation error in SPLPatrick Delaunay
2019-01-26env: common: Return specific error code on bad CRCSam Protsenko
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2018-01-31env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada