summaryrefslogtreecommitdiff
path: root/env/fat.c
AgeCommit message (Expand)Author
2025-10-24env: fat, ubi: Fix gd->env_valid for the first writeTom Rini
2025-08-20env: fat: Standardize the interface type checkFabio Estevam
2025-08-20env: fat: Add support for NVMEFabio Estevam
2025-06-20env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANTMarek Vasut
2025-02-10env: fat: Avoid writing to read-only locationAndre Przywara
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
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-17Init virtio before loading ENV from EXT4 or FATFiona Klute
2024-05-06env: Remove <common.h> and add needed includesTom Rini
2022-07-08Add SCSI scan for ENV in EXT4 or FATRogier Stam
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong
2022-01-14env: fat: Add new lines at the end of print statementsPeter Robinson
2021-04-16env/fat.c: support redund environmentBrandon Maier
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse
2020-07-31env: Discern environment coming from external storageMarek Vasut
2020-07-26env/fat.c: allow loading from a FAT partition on the MMC boot deviceDavid Woodhouse
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-24env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
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-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas
2018-02-12Fix misaligned buffer in env_fat_saveAlex Kiernan
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2018-01-27env: fat: Make the debug messages play a little nicerMaxime Ripard
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