1. 684fec3 IntelFrameworkModulePkg/IsaSerialDxe: Use PcdSerialClockRate instead of hard code value by Ruiyu Ni · 10 years ago
  2. 5e30b69 EDKII:Display engine should not depend on the framework code by Dandan Bi · 10 years ago
  3. 94e3eee IntelFrameworkModulePkg: Add %u and %lu support for DebugLib. by Qiu Shumin · 10 years ago
  4. e6dce64 IntelFrameworkModulePkg: Rollback this change because display engine use class/subclass. by Eric Dong · 10 years ago
  5. b965bd9 Remove Framework HII "class\subclass" in all VFR by Dandan Bi · 10 years ago
  6. 031aa3a Remove obsolete PCDs (new ones are moved to MdePkg and MdeModulePkg) by Ruiyu Ni · 10 years ago
  7. 9e3f171 IntelFrameworkModulePkg: Add LegacyBootManagerLib. by Ruiyu Ni · 10 years ago
  8. 721fff6 IntelFrameworkModulePkg: Change BdsDxe to use new PCDs defined in MdePkg and MdeModulePkg. by Ruiyu Ni · 10 years ago
  9. bc19591 IntelFrameworkModulePkg: Modify IsaSerialDxe to follow driver rules by Hao Wu · 10 years ago
  10. b483e74 IntelFrameworkModulePkg: Add UEFI2.5 PersistentMemory support in LegacyBios by Liming Gao · 10 years ago
  11. 8e82285 IntelFrameworkModulePkg: update comments to clarify runtime memory usage for legacy OS. by Elvin Li · 10 years ago
  12. 800765a IntelFrameworkModulePkg: add comments to clarify runtime memory usage for legacy OS. by Elvin Li · 10 years ago
  13. ff247af IntelFrameworkModulePkg: Update LegacyBiosDxe to use UmaAddress and UmaSize in CSM 0.98. by David Woodhouse · 10 years ago
  14. c8a2836 IntelFrameworkModulePkg: Put report status code after event was signaled per PI spec. by Elvin Li · 10 years ago
  15. 584ea2c IntelFrameworkModulePkg: Move LzmaDecompress GUID by Liming Gao · 10 years ago
  16. 4569c9e IntelFrameworkModulePkg: Cleanup PeiDxeDebugLibReportStatusCode by Liming Gao · 10 years ago
  17. 9439da5 IntelFrameworkModulePkg: Remove a duplicated hardcode string by Hao Wu · 10 years ago
  18. 207f047 IntelFrameworkModulePkg: Fix typo. by Shumin Qiu · 10 years ago
  19. 8c4cf6e Remove invalid value sync action when changing value. Else later save change action will fail. by Eric Dong · 10 years ago
  20. 30aba8d IntelFrameworkModulePkg: Update PeiDxeDebugLibReportStatusCode library by Liming Gao · 10 years ago
  21. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  22. d8bf346 Refine the format of GUID in INF files for IntelFrameworkModulePkg. by Shumin Qiu · 10 years ago
  23. 0927c81 Address the potential system TPL does not been restore. by Deric Cole · 10 years ago
  24. 32d258b Remove unnecessary RT attribute from LegacyDevOrder variable. by Ruiyu Ni · 10 years ago
  25. e0763f8 Try to read key strike even when the TimeOuts value is zero, this will avoid BDS not get user input when TimeOuts value set to zero. by Eric Dong · 10 years ago
  26. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  27. 4888d15 MdeModulePkg/IntelFrameworkModulePkg FwVol: by Star Zeng · 10 years ago
  28. 79e1ffb Clean up the code. Action statement should not have text two opcode. by Eric Dong · 10 years ago
  29. 544ccd1 Removes dead code from the PlatformBdsLibNull,leaving this unused code might confuse the user. by Olivier Martin · 10 years ago
  30. 6d5b88f Removes dependencies on SMBIOS in the IntelFrameworkModulePkg’s BDS. by Olivier Martin · 10 years ago
  31. e7a2064 Removes some unused assigned variables. Some compiler (GCC in this case) raises a warning/error. by Olivier Martin · 10 years ago
  32. c609f3d Correct the convert hex string to decimal value logic. by Eric Dong · 10 years ago
  33. 122d931 Refine the code, remove the useless code. by Eric Dong · 10 years ago
  34. 46dd588 IntelFrameworkModulePkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  35. 6f70975 Update IntelFrameworkModulePkg package version to 0.94. by Jeff Fan · 10 years ago
  36. c193724 Add the missing GUID in BdsDxe.inf by Gao, Liming · 10 years ago
  37. 141e0d2 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  38. 48695d7 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  39. 9fbebd8 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  40. f9841f0 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  41. ac790db AcpiS3Save could try to check PcdIdentifyMappingPageTablePtr is NULL, if it is not, it means someone else has allocate memory for page table, AcpiS3Save could re-use this memory. by Elvin Li · 10 years ago
  42. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  43. 231ea88 Allocate exact memory size for string buffer to avoid buffer overflow. by Qiu Shumin · 10 years ago
  44. f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
  45. fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
  46. a1360fa Use StrnCat instead of StrCat to avoid target buffer overflow. by Jeff Fan · 10 years ago
  47. 79966a6 Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory. by Elvin Li · 10 years ago
  48. 1a45b15 Add type cast on variable before operation. by Jeff Fan · 10 years ago
  49. 46737a6 IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLibGetVariableAndSize by Chen Fan · 10 years ago
  50. 613382e Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
  51. 5d0f0ac Print the CodeType and Value of status code with fixed length. by Li, Elvin · 10 years ago
  52. 673c893 Fix one memory leak. by Eric Dong · 10 years ago
  53. 0fb4402 Fixed one possible array out of bounds issue. by isakov-sl · 10 years ago
  54. 9f6c5db Fix memory leak issues in BiosSnp module. by Elvin Li · 10 years ago
  55. e364478 Fixed typos: hanlder should be handler. by Chen Fan · 10 years ago
  56. 720624c Refine code to follow good coding style. by Eric Dong · 10 years ago
  57. 8acb3f7 Refine the save action for the BdsDxe. by Eric Dong · 10 years ago
  58. 5a18908 Refine code to make it more safely. by Eric Dong · 11 years ago
  59. 45295cf Refine code to make it more safely. by Eric Dong · 11 years ago
  60. b34039b Add DEBUG message for all fields in AcpiS3Context. by Gao, Liming · 11 years ago
  61. 7d84fbb Do not create boot option for logical block io device. by Ruiyu Ni · 11 years ago
  62. 8819a09 Fix GCC build fail. by Eric Dong · 11 years ago
  63. 277fe9a Create boot option for all block IO devices no matter what the device path looks like. by Ruiyu Ni · 11 years ago
  64. be9304f Support RouteConfig function for BdsDxe driver. by Eric Dong · 11 years ago
  65. e9bf5b1 Rename TimeoutInSeconds to Timeout to avoid confusion. by Jeff Fan · 11 years ago
  66. f3fc9d8 Remove the RT attribute for HDDP variable and validate the variable content before using it. by Ruiyu Ni · 11 years ago
  67. 5966402 MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to return EFI_ACCESS_DENIED for duplicated FADT, FACS or DSDT installation. by Star Zeng · 11 years ago
  68. 1187b10 Early return when the "BootOrder" variable doesn't exist to avoid SetVariable() return EFI_NOT_FOUND. by Ruiyu Ni · 11 years ago
  69. d78687f Update code logic to let BDS UI can shows more than one formsets in one HiiHandle. by Eric Dong · 11 years ago
  70. c4571f0 Add check to avoid null pointer deference. by Ruiyu Ni · 11 years ago
  71. be9198c Remove RT attribute for variable LegacyDevOrder by Ruiyu Ni · 11 years ago
  72. b2bd493 MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang and Lang variables and use PcdUefiVariableDefaultLangDeprecate to turn off auto update between PlatformLang and Lang variables. by Star Zeng · 11 years ago
  73. 69fc8f0 Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
  74. ef4defc IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT for AcpiGlobalVariable variable. by Star Zeng · 11 years ago
  75. e609aef Do not reset system when the MemoryTypeInformation variable cannot be written. by Ruiyu Ni · 11 years ago
  76. de2eccc The size of platform memory above 1M is measured in kilobytes. by Mike Maslenkin · 11 years ago
  77. 4c8f604 Fix CRLF format by Tian, Hot · 11 years ago
  78. da69cde Update IntelFrameworkModulePkg version: 0.92->0.93 by Jeff Fan · 11 years ago
  79. c93bcb7 Return to BMM page if parse the file info failed. by Eric Dong · 11 years ago
  80. 0b716fd Rollback the patch 15054. by Eric Dong · 11 years ago
  81. eff0779 Not update the status until parse the file info success. by Eric Dong · 11 years ago
  82. d4468cd Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit. by Ruiyu Ni · 11 years ago
  83. ad79317 Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error. by Elvin Li · 11 years ago
  84. b682373 Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. by Elvin Li · 11 years ago
  85. 09363ec Fix wrong parameter usage in GenericBdsLibConstructor by czhang46 · 11 years ago
  86. 5f72732 Fix DxeCapsuleLib build failure by czhang46 · 11 years ago
  87. 566771b Enable UEFI firmware to support FMP capsule format. by czhang46 · 11 years ago
  88. dc84077 Move update legacy order logic from CHANGING to CHANGED. by Eric Dong · 11 years ago
  89. 59ec2b0 Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PROTOCOL::Repair() from EFI_DRIVER_HEALTH_REPAIR_PROGRESS_NOTIFY to EFI_DRIVER_HEALTH_REPAIR_NOTIFY to follow the UEFI spec. by Ruiyu Ni · 11 years ago
  90. e5a9b63 Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates BlockIoDevicePath when the CachedDevicePath returned from BdsLibDelPartMatchInstance() is NULL. by Ruiyu Ni · 11 years ago
  91. e84f07b Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/CREATOR_ID/CREATOR_REVISION customization. by Star Zeng · 11 years ago
  92. 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
  93. f6c0731 Move the memory allocation and variable set to BdsEntry, use VariableLock protocol to lock the L”PerfDataMemAddr” variable and prevent malware to update it. by lzeng14 · 12 years ago
  94. ff84384 Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg variable drivers. by niruiyu · 12 years ago
  95. cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
  96. ee65c50 Check if video device exists before trying to install Video OpROM. by li-elvin · 12 years ago
  97. 7aa54c1 Remove the blank line between InitializeLangVariable() and it's function header. by lzeng14 · 12 years ago
  98. e9521b0 Fix GCC build failure caused by R14307. by lzeng14 · 12 years ago
  99. 0c9dc21 Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to PlatformLang variable if the value of PlatformLang variable has been set an unsupported value(not one of PlatformLangCodes variable), and assert when default (Platform)Lang PCD value is not set to one of (Platform)LangCodes PCD value. by lzeng14 · 12 years ago
  100. 007f932 Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM is passed to InstallPciRom. by li-elvin · 12 years ago