1. 7538d53 MdeModulePkg: Remove variables that are set, but not used by jljusten · 13 years ago
  2. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  3. 9c6595d Correct comments for NULL return value of HiiLib HiiAddPackages(). by lgao4 · 13 years ago
  4. 81b618f Update ALTCFG reference from default name token to default ID. by ydong10 · 14 years ago
  5. 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
  6. 1955038 Fixed K9 scan issues. by hhuan13 · 14 years ago
  7. e22812c Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreateTimeOpCode by lgao4 · 15 years ago
  8. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  9. 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  10. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  11. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  12. d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
  13. 8421306 Correct comments to match function declaration. by lgao4 · 15 years ago
  14. aa2614b EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple package lists with same package list GUID onto different handles. According, change behavior of the HII Library function HiiAddPackages() to be consistent with EFI_HII_DATABASE_PROTOCOL.NewPackageList(). by rsun3 · 15 years ago
  15. 7992c0b Change the behavior of the HII Library function HiiGetHiiHandles() when the PackageListGuid parameter is not NULL. The original behavior is that if this parameter is not NULL at most 1 HII Handle is returned. Behavior after change is if this parameter is not NULL zero or more HII Handles associated with PackageListGuid are returned, because it is possible that there are multiple package lists with same package list GUID in the HII Database. by rsun3 · 15 years ago
  16. 4e069e8 Correct the typo in comments. by lgao4 · 15 years ago
  17. 62b658d Fix the incorrect check for IFR OnfOf opcode. by lgao4 · 15 years ago
  18. 8567300 Fix K8 issues in HiiDataBase by lgao4 · 16 years ago
  19. 1f1cb2f Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API. by lgao4 · 16 years ago
  20. 76c2425 Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value. by lgao4 · 16 years ago
  21. 84f9a9e 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs. by lgao4 · 16 years ago
  22. f580c1b Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead of StrLen. by rsun3 · 16 years ago
  23. 278663a HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
  24. 26e8967 update to pass GCC build as we replace VA_START with __builtin_va_start by eric_tian · 16 years ago
  25. 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
  26. 6412128 Enhance HiiGetBrowserData API to support the case that storage element is 0. by lgao4 · 16 years ago
  27. d91c7bf Update HiiLib to copy all IfrOpcode, not Opcode by Opcode. by lgao4 · 16 years ago
  28. 0f26852 Retire HiiLibGetNextLanguage() API from HII Library class. by rsun3 · 16 years ago
  29. b8215f4 Fix Insert opcode error. by lgao4 · 16 years ago
  30. ad5a96a Retire language conversion APIs from HII library class. by rsun3 · 16 years ago
  31. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  32. 3e3f86e Fix Bug to convert low Hex string to handle L'A' - L'F' by lgao4 · 16 years ago
  33. 5c1ebff Fix ICC compiler error. by lgao4 · 16 years ago
  34. 3c7449e Merge new defined HII library APIs into HiiLib by lgao4 · 16 years ago
  35. 7e3bccc Update UefiHiiLib to support new defined IFR related HII APIs. by lgao4 · 16 years ago
  36. b1a4c98 Fix a minor issue to ensure the converted RFC 3066 language is NULL-terminated. by qhuang8 · 16 years ago
  37. ea7cd3e Apply GetBestLanguage() API in UEFI to display HII string. by qhuang8 · 16 years ago
  38. a27b11c ISO_639_2_ENTRY_SIZE has been made local. by jji4 · 16 years ago
  39. 3018ca2 1) Clean up the INF and add in comment to describe the surface area of modules by qwang12 · 16 years ago
  40. 4a1102c K8: by qwang12 · 16 years ago
  41. fa7b316 K8: by qwang12 · 16 years ago
  42. dfe687c Fix some typo. by gikidy · 16 years ago
  43. 5f08750 INF head modified by jji4 · 16 years ago
  44. 6cd8bf6 Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This function should never return NULL. If it does, it is a build.exe bug. by qwang12 · 16 years ago
  45. cfc8865 Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file. by gikidy · 16 years ago
  46. 11e92503 Add GetCurrentLanguage() to HiiLib in MdeModulePkg by qhuang8 · 16 years ago
  47. 08e4b3c Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg. by qhuang8 · 16 years ago