summaryrefslogtreecommitdiffstats
path: root/DuetPkg/FSVariable/FSVariable.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+7
* 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-241-71/+291
* Update the copyright notice formathhtian2010-04-281-2/+2
* variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2010-03-181-2/+13
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-301-12/+12
* 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
* 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-291-251/+648
* Fix name conflict for GetVariable defined in UefiLib.hklu22009-03-251-2/+2
* Fix build broken for variable's header modification.klu22009-02-281-1/+1
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-271-6/+9
* Move Varialbe common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into M...lgao42009-01-091-10/+10
* Fix bundle of issue for ICC buildklu22008-11-261-2/+0
* Resolved several warnings generated by GCC.jljusten2008-11-231-5/+5
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-12/+2
* 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-051-1/+1
* Fix some bugs in FSVariable and BdsPlatform for duet platform.klu22008-04-301-26/+1
* Add 8254 module and fix the hob operation for R9 library.klu22008-04-291-18/+8
* Add missing module for duet package.klu22008-04-181-0/+1356