summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library/EfiFileLib/EfiFileLib.c
Commit message (Expand)AuthorAgeFilesLines
* EmbeddedPkg Omap35xxPkg: remove EBL and associated librariesArd Biesheuvel2017-11-261-1784/+0
* EmbeddedPkg/EfiFileLib: eliminate deprecated string function callsArd Biesheuvel2016-10-281-19/+24
* EmbeddedPkg: Remove duplicated definitions of ZeroGuidOlivier Martin2015-07-071-2/+3
* ARM Packages: Removed trailing spacesRonald Cron2014-08-191-66/+66
* ARM Packages: Fixed line endingsoliviermartin2013-01-251-1778/+1778
* EmbeddedPkg: Fix mispellingsoliviermartin2011-08-081-13/+13
* Fix svn check in bug that broke CWD. Update the connect disconnect support in...andrewfish2010-05-071-0/+10
* Remove probe for removable media from FileLib, it was getting called way too ...andrewfish2010-05-041-107/+82
* Update FileLib to use pointer to BlockIo->Media and not a cached copy also ad...andrewfish2010-04-301-4/+31
* Update the copyright notice formathhtian2010-04-291-3/+3
* Add Current working directory support to the libraryandrewfish2010-04-031-379/+372
* Fix help command scroll issue. Also add FV space used, and free space to dir ...andrewfish2010-02-121-1/+9
* Add support for Seeking on FV, and update the device syntax to support specif...andrewfish2010-02-111-41/+77
* Fix issue with making a seek to zero on an FV file legal.andrewfish2010-02-111-3/+5
* Update EBL to have an optional width specifier on commands. So hexdump.4 mean...andrewfish2010-02-101-36/+50
* The VOLUME name case did not reserve enough storage in the CWD function.andrewfish2010-02-101-1/+1
* Fix issue with VOLUMN Name as an alias for device name.andrewfish2010-02-101-42/+43
* Needed to fix defaulting / to be \ as it is required by EFI Simple File System.andrewfish2010-02-101-2/+2
* Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, i...andrewfish2010-02-101-10/+158
* Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish2010-02-071-1/+82
* Fix some VS2003 warningsandrewfish2010-01-301-4/+4
* Adding support for BeagleBoard. AJFISH2009-12-061-0/+1483