summaryrefslogtreecommitdiff
path: root/common/env_fat.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-12Move 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-08env_fat: use get_device_and_partition() during env save and loadWu, Josh1-58/+28
2014-03-22env: Add env_export() wrapperMarek Vasut1-9/+3
2013-10-15Coding 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-03env: 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-31Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin1-0/+156