index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
fat.c
Age
Commit message (
Expand
)
Author
2025-10-24
env: fat, ubi: Fix gd->env_valid for the first write
Tom Rini
2025-08-20
env: fat: Standardize the interface type check
Fabio Estevam
2025-08-20
env: fat: Add support for NVME
Fabio Estevam
2025-06-20
env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANT
Marek Vasut
2025-02-10
env: fat: Avoid writing to read-only location
Andre Przywara
2024-10-11
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-17
Init virtio before loading ENV from EXT4 or FAT
Fiona Klute
2024-05-06
env: Remove <common.h> and add needed includes
Tom Rini
2022-07-08
Add SCSI scan for ENV in EXT4 or FAT
Rogier Stam
2022-04-07
env: fat: Allow overriding interface, device and partition
He Yong
2022-01-14
env: fat: Add new lines at the end of print statements
Peter Robinson
2021-04-16
env/fat.c: support redund environment
Brandon Maier
2020-10-14
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2020-07-26
env/fat.c: allow loading from a FAT partition on the MMC boot device
David Woodhouse
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-04-24
env/fat.c: remove private CMD_SAVEENV logic
Rasmus Villemoes
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
2018-07-19
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-16
env: mmc/fat/ext4: undefined reference to `mmc_initialize'
Heinrich Schuchardt
2018-02-20
env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...
Faiz Abbas
2018-02-12
Fix misaligned buffer in env_fat_save
Alex Kiernan
2018-02-01
env: make env drivers propagate env_import return value
Simon Goldschmidt
2018-01-27
env: fat: Make the debug messages play a little nicer
Maxime Ripard
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
2017-08-15
env: Drop unused env_ptr variables
Simon Glass
2017-08-15
env: Drop the env_name_spec global
Simon Glass
2017-08-15
env: Drop common init() functions
Simon Glass
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
2017-08-15
env: Create a location driver for each location
Simon Glass
2017-08-15
env: Add an enum for environment state
Simon Glass
2017-08-15
Move environment files from common/ to env/
Simon Glass