summaryrefslogtreecommitdiff
path: root/env/ubi.c
AgeCommit message (Expand)Author
4 daysenv: Make more use of the ENV_SAVE_PTR macroTom Rini
2025-10-24env: fat, ubi: Fix gd->env_valid for the first writeTom Rini
2025-06-20env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANTMarek Vasut
2024-08-08ubi: allow to write to volume with offsetAlexey Romanov
2024-08-08ubi: allow to read from volume with offsetAlexey Romanov
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
2023-01-11env: ubi: add support of command env erasePatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-31env: Discern environment coming from external storageMarek Vasut
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-07-09env: ubi: support configurable VID offsetHamish Guthrie
2018-08-24env: ubi: Add missing ENV_NAMEMarek Vasut
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-15env: Drop unused env_ptr variablesSimon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-08-15env: Drop common init() functionsSimon Glass
2017-08-15env: Switch over to use environment location driversSimon Glass
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15Move environment files from common/ to env/Simon Glass