summaryrefslogtreecommitdiffstats
path: root/DuetPkg/FSVariable
Commit message (Expand)AuthorAgeFilesLines
* DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7Star Zeng2017-06-271-2/+29
* DuetPkg FSVariable: Add missing change in e286e118bafaStar Zeng2017-06-221-2/+2
* DuetPkg FSVariable: return error for empty str VariableName to GetVariableStar Zeng2016-05-151-0/+4
* DuetPkg FSVariable: Minor update to the Data parameter for GetVariable()Star Zeng2016-01-291-3/+4
* Add comments for FSVariable driver which used by Duet platform only, trust al...Eric Dong2014-10-151-0/+6
* Add comments for FSVariable driver which used by Duet platform only, trust al...Eric Dong2014-10-155-5/+35
* Solve a wrong pointer reference in QueryVariableInfo().erictian2011-04-271-3/+3
* DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten2010-12-061-0/+1
* Fix a bug in GetLangFromSupportedLangCodes()niruiyu2010-11-251-0/+5
* Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2010-11-243-75/+297
* Update the copyright notice formathhtian2010-04-286-12/+12
* Remove the work around as the Fat driver's lock issue was found and fixed.niruiyu2010-03-231-4/+2
* variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2010-03-181-2/+13
* Remove EFI_SPECIFICATION_VERSION macro reference in code.niruiyu2010-03-031-3/+1
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-301-12/+12
* Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID in...mdkinney2010-01-251-2/+3
* add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2010-01-141-3/+3
* add error handling for input parameter.eric_tian2009-12-221-0/+4
* Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang82009-09-221-7/+7
* Detab in DuetPkgqhuang82009-08-211-3/+3
* Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang82009-05-041-1/+1
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-9/+9
* improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. eric_tian2009-04-293-256/+664
* Fix name conflict for GetVariable defined in UefiLib.hklu22009-03-252-3/+3
* remove comment lineeric_tian2009-03-021-1/+0
* Fix build broken for variable's header modification.klu22009-02-283-3/+4
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-276-10/+15
* Clean up FSVariable:qhuang82009-02-031-26/+0
* Move Varialbe common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into M...lgao42009-01-092-19/+10
* Clean up to update the reference of the these macros:qhuang82008-12-161-2/+2
* Fix bundle of issue for ICC buildklu22008-11-261-2/+0
* Resolved several warnings generated by GCC.jljusten2008-11-233-14/+14
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-303-34/+8
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-12/+6
* remove EFI_EVENT_ alias, replace them with EVT_vanjeff2008-09-041-1/+1
* 1) Fix some casting working in X64 buildingklu22008-05-081-1/+5
* Fix many bugs in DUET package and now DUET package is enabled for floppy succ...klu22008-05-052-3/+5
* Fix some bugs in FSVariable and BdsPlatform for duet platform.klu22008-04-302-26/+2
* Add 8254 module and fix the hob operation for R9 library.klu22008-04-292-18/+10
* Add missing module for duet package.klu22008-04-187-0/+2300