summaryrefslogtreecommitdiffstats
path: root/common/env_fat.c
Commit message (Expand)AuthorAgeFilesLines
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-1/+3
* env_fat.c: Make sure our buffer is cache alignedTom Rini2014-08-091-2/+2
* env_fat: use get_device_and_partition() during env save and loadWu, Josh2014-07-071-58/+28
* env: Add env_export() wrapperMarek Vasut2014-03-211-9/+3
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-051-6/+5
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-5/+6
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+1
* env: checkpatch clean env_fatIgor Grinberg2012-09-261-6/+14
* env: remove duplicated env_get_char_spec()Igor Grinberg2012-09-261-5/+0
* Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin2012-03-301-0/+156
OpenPOWER on IntegriCloud