1. c373687 Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. by Eric Dong · 10 years ago
  2. 741a1e5 Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. by Eric Dong · 10 years ago
  3. 452f020 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
  4. e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
  5. 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  6. d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  7. b1f700a Update the copyright notice format by hhtian · 15 years ago
  8. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  9. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  10. a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
  11. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  12. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  13. d4577dc Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  14. fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
  15. a8a863a add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables. by eric_tian · 15 years ago
  16. 81c5255 add error handling for input parameter. by eric_tian · 15 years ago
  17. b0b961c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  18. b29a823 Detab in DuetPkg by qhuang8 · 15 years ago
  19. de42c02 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
  20. 607e91f Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  21. a24b404 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
  22. 3ffa0f1 Fix name conflict for GetVariable defined in UefiLib.h by klu2 · 16 years ago
  23. 19d0df0 remove comment line by eric_tian · 16 years ago
  24. 439c34f Fix build broken for variable's header modification. by klu2 · 16 years ago
  25. 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
  26. c02d487 Clean up FSVariable: Remove the unused DXS file. by qhuang8 · 16 years ago
  27. 8e3fdb9 Move Varialbe common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModulePackage Include VariableFormat.h by lgao4 · 16 years ago
  28. eea53ce Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  29. e188a60 Fix bundle of issue for ICC build by klu2 · 16 years ago
  30. 7c04a67 Resolved several warnings generated by GCC. by jljusten · 16 years ago
  31. e56dd2c Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  32. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  33. e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
  34. 394bbc5 1) Fix some casting working in X64 building by klu2 · 17 years ago
  35. be76888 Fix many bugs in DUET package and now DUET package is enabled for floppy successful. by klu2 · 17 years ago
  36. e5653d9 Fix some bugs in FSVariable and BdsPlatform for duet platform. by klu2 · 17 years ago
  37. eb16e24 Add 8254 module and fix the hob operation for R9 library. by klu2 · 17 years ago
  38. 9071550 Add missing module for duet package. by klu2 · 17 years ago