aboutsummaryrefslogtreecommitdiff
path: root/common/env_fat.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass1-2/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami1-1/+3
2014-08-09env_fat.c: Make sure our buffer is cache alignedTom Rini1-2/+2
2014-07-07env_fat: use get_device_and_partition() during env save and loadWu, Josh1-58/+28
2014-03-21env: Add env_export() wrapperMarek Vasut1-9/+3
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini1-6/+5
2013-04-02env: fix potential stack overflow in environment functionsRob Herring1-5/+6
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+1
2012-09-26env: checkpatch clean env_fatIgor Grinberg1-6/+14
2012-09-26env: remove duplicated env_get_char_spec()Igor Grinberg1-5/+0
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin1-0/+156