1. 007c18f Enhance Ps2Mouse and Ps2Keyboard driver and fix for random hangs in System waiting for the Key if no KBC is present. by gikidy · 16 years ago
  2. d7d5db9 Remove #define for MAX_BBS_ENTRIES by mdkinney · 16 years ago
  3. e79a297 Remove ASSERT (TotalSize <= sizeof (Buffer)); by xli24 · 16 years ago
  4. 2ebbe08 Fix an issue in DataHubGetNextRecord. by gikidy · 16 years ago
  5. 6916d99 Fix IPF alignment fault caused by addition of BASE_LIST type that was added to resolve the X64 GCC VA_LIST issue. by mdkinney · 16 years ago
  6. 1ca8808 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  7. 3a6064f 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  8. 8b35a9c Remove unnecessary use of gEfiStatusCodeSpecificDataGuid by mdkinney · 16 years ago
  9. 1872cca Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_CODE_DATA_TYPE_ASSERT_GUID because it is not present in the Intel Framework Specifications. by mdkinney · 16 years ago
  10. 3d7dfb3 Change (UINT8 *) to (CHAR *) to make types the same for comparison operations by mdkinney · 16 years ago
  11. ca9938b This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  12. 31b440c fix a bug of incorrectly judge the end of variable arguments. by eric_tian · 16 years ago
  13. f680f86 Terminate the Capability List traversal if the Capability Pointer is less than 0x40, or the Capability Pointer is not aligned on a 32-bit boundary. by mdkinney · 16 years ago
  14. 67d6322 Clean up GenericBdsLib.h to remove unnecessary include header files. by lgao4 · 16 years ago
  15. dedfc3b Fix the issue that BootOrder can't be set by lgao4 · 16 years ago
  16. cdcc36a Correct the dummy ConfigAccess Extract and RouteConfig behavior according to UEFI specification. by lgao4 · 16 years ago
  17. 0ad78d0 Refine code for PeiReportStatusCodeLib. by xli24 · 16 years ago
  18. 0e8e994 Update SetupBrowserDxe and BdsDxe to use an internal string for prompting string missing instead of ASSERT if it fails to get a string for separate module's forms. by rsun3 · 16 years ago
  19. 85a9032 Refine code for OemHookStatusCodeLibNull. by xli24 · 16 years ago
  20. 57cca89 Remove usage of MemoryAllocationLib, and use a simplistic allocation by jljusten · 16 years ago
  21. 19a4a0a Merge PEI & DXE LzmaCustomDecompressLib. A previous implementation by jljusten · 16 years ago
  22. 306bf4e Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was by jljusten · 16 years ago
  23. 5f08e28 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  24. 4bca47e Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  25. ec33326 Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the lanuage codes variable auto-update mechanism was implemented. by rsun3 · 16 years ago
  26. b96c210 update to pass ICC build by eric_tian · 16 years ago
  27. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  28. 85eb579 Update directory/file names for status code PEIM. by xli24 · 16 years ago
  29. d5aea10 Code Scrub for Status Code PEIM. by xli24 · 16 years ago
  30. d357145 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
  31. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  32. 20e7a77 Update directory/file names for status code runtime dxe driver. by xli24 · 16 years ago
  33. 9484bb6 Some minor refinements for function header. by xli24 · 16 years ago
  34. a8cbf34 Code Scrub for Status Code Runtime Dxe driver. by xli24 · 16 years ago
  35. 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
  36. e8eecbf DEC file reviewed. by gikidy · 16 years ago
  37. 9f6531d Adjust the code so that global variable placed at beginning of file. by gikidy · 16 years ago
  38. 59f1d89 COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files. by gikidy · 16 years ago
  39. 170e7ff COMPONENT_NAME & COMPONENT_NAME2 checked in inf files. by gikidy · 16 years ago
  40. 55a1bb4 Code scrub for VgaClass Driver. by xli24 · 16 years ago
  41. 4ee6846 1. EDK_RELEASE_VERSION removed; by gikidy · 16 years ago
  42. 2bf3421 add type cast. by vanjeff · 16 years ago
  43. 779b836 Fix build break caused by a unresolved external symbol _memset in BaseUefiTianoCustomDecompressLib. by rsun3 · 16 years ago
  44. 80267d5 Remove volatile local variable sync to MdePkg BaseUefiDecompressLib and fix ICC build error. by lgao4 · 16 years ago
  45. e97e2b7 Fix that the variable can't be stored. Next, I will update GetBrowserData API. by lgao4 · 16 years ago
  46. f0da9ff Add FormSet Guid for the front page. by lgao4 · 16 years ago
  47. aa95031 Fix K8 report bugs. by hfang · 16 years ago
  48. 6412128 Enhance HiiGetBrowserData API to support the case that storage element is 0. by lgao4 · 16 years ago
  49. d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  50. 0b3f5a4 Use GetNextLanguage replace the original HiiLibGetNextLanguage API. by lgao4 · 16 years ago
  51. 75bf9d0 Update BdsDxe to use new designed HiiLib, remove the referrence to the original IfrSupportLib. by lgao4 · 16 years ago
  52. 0f26852 Retire HiiLibGetNextLanguage() API from HII Library class. by rsun3 · 16 years ago
  53. ad5a96a Retire language conversion APIs from HII library class. by rsun3 · 16 years ago
  54. 18e7cd2 remove unused header file by lgao4 · 16 years ago
  55. 88f2bdb fixed overflow issue when reading BMP file. by vanjeff · 16 years ago
  56. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  57. 6ba0bc7 Fix some inconsistencies in EFIAPI usage. by jljusten · 16 years ago
  58. 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  59. a9e7937 EFI_KEY_OPTION definition verified with UEFI spec. by gikidy · 16 years ago
  60. 4376a6f Fix the bug that Boot Mainteinance Manager in the front page can not be entered twice or more. by rsun3 · 16 years ago
  61. 3cdcfa8 correct the input parameter FormId of IfrLibUpdateForm() by jji4 · 16 years ago
  62. 406ddad 1. Update the CRC32 in the EFI System Table header in BdsConsole.c by vanjeff · 16 years ago
  63. 8a67d80 return value not follow spec. by vanjeff · 16 years ago
  64. 23042a5 Fix ICC build warning by qhuang8 · 16 years ago
  65. 8e6b0dc Loaded Image device paths for EFI Drivers loaded from PCI Option ROM by gikidy · 16 years ago
  66. e3b236c Use UefiLib CreatePopUp API by lgao4 · 16 years ago
  67. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  68. 9aaaeb2 SATA Device path updated. by gikidy · 16 years ago
  69. 75eccf9 Function AtaEnableLongPhysicalSector () added for Long physical sector process. by gikidy · 16 years ago
  70. 8d1d25e update the FindVariable judgment condition. by eric_tian · 16 years ago
  71. a3a795a Apply GetBestLanguage() API in UEFI by qhuang8 · 16 years ago
  72. e6a5cb9 remove unused display option. by lgao4 · 16 years ago
  73. 33f201a Fix the issue that VariablePei hangs on Richford when variable region is wiped out. by xli24 · 16 years ago
  74. 261136b fix Klocwork issues by hfang · 16 years ago
  75. 5d7c160 clean console control protocol in bds module. by vanjeff · 16 years ago
  76. da96258 ISO_639_2_ENTRY_SIZE has been made local. by jji4 · 16 years ago
  77. 454b8ca Fix build warning generated by GCC. by jljusten · 16 years ago
  78. 9d34ae2 change the default value of PcdBootState into TRUE, therefore the first boot after burning tip into flash will do full_configuration but not incorrect no_changes. by eric_tian · 16 years ago
  79. 07d9727 Add more checks for Dxe Report status code library to access boot service. by lgao4 · 16 years ago
  80. dad6083 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. by vanjeff · 16 years ago
  81. 4ddaf0e Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  82. f8be612 Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  83. 0dc9978 add check for invalid handle. by vanjeff · 16 years ago
  84. 08c4ca5 retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the different boot times can know whether it needs to do full/minimal/no_changes configuration. by eric_tian · 16 years ago
  85. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  86. 1edcb8f Retire BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
  87. 0682583 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  88. 7ad5a8f Correct include path for linux building by klu2 · 16 years ago
  89. a1c18a5 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  90. eaa154e remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  91. 4bf32fb remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  92. 4354ec0 Remove bmp.h and shellFile.h from MdeModulePkg to IntelFrameworkpkg by qhuang8 · 16 years ago
  93. 3efaa6e Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to by jljusten · 16 years ago
  94. c9b1a9d Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to by jljusten · 16 years ago
  95. a95f236 Define EFI_REMOVABLE_MEDIA_FILE_NAME for EBC architecture in GenericBdsLib library instance, because UEFI specification does not define it for EBC. by klu2 · 16 years ago
  96. 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
  97. 9a2a7a1 GenericBdsLib can not be built under EBC because specification does not give some definition for EBC. by klu2 · 16 years ago
  98. c62dbf3 Use default boot file name from UefiSpec.h and retired related PCDs by klu2 · 16 years ago
  99. a2b3599 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
  100. 8c81cb8 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago