summaryrefslogtreecommitdiff
path: root/env/common.c
AgeCommit message (Expand)Author
2025-07-08env: Fix possible out-of-bound access in env_do_env_setChristian Marangi
2025-06-20env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANTMarek Vasut
2025-04-28env: point fdt address to the fdt in a bloblistRaymond Mao
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-08-15env: remove vars that are not in default envRavi Minnikanti
2024-07-15env: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06env: Remove <common.h> and add needed includesTom Rini
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