1. 4c8f604 Fix CRLF format by Tian, Hot · 11 years ago
  2. da69cde Update IntelFrameworkModulePkg version: 0.92->0.93 by Jeff Fan · 11 years ago
  3. c93bcb7 Return to BMM page if parse the file info failed. by Eric Dong · 11 years ago
  4. 0b716fd Rollback the patch 15054. by Eric Dong · 11 years ago
  5. eff0779 Not update the status until parse the file info success. by Eric Dong · 11 years ago
  6. 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
  7. ad79317 Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error. by Elvin Li · 11 years ago
  8. 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
  9. 09363ec Fix wrong parameter usage in GenericBdsLibConstructor by czhang46 · 11 years ago
  10. 5f72732 Fix DxeCapsuleLib build failure by czhang46 · 11 years ago
  11. 566771b Enable UEFI firmware to support FMP capsule format. by czhang46 · 11 years ago
  12. dc84077 Move update legacy order logic from CHANGING to CHANGED. by Eric Dong · 11 years ago
  13. 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
  14. e5a9b63 Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates BlockIoDevicePath when the CachedDevicePath returned from BdsLibDelPartMatchInstance() is NULL. by Ruiyu Ni · 11 years ago
  15. 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
  16. 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
  17. 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
  18. ff84384 Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg variable drivers. by niruiyu · 12 years ago
  19. cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
  20. ee65c50 Check if video device exists before trying to install Video OpROM. by li-elvin · 12 years ago
  21. 7aa54c1 Remove the blank line between InitializeLangVariable() and it's function header. by lzeng14 · 12 years ago
  22. e9521b0 Fix GCC build failure caused by R14307. by lzeng14 · 12 years ago
  23. 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
  24. 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
  25. de12ae8 Get the language string before use it to avoid reuse freed buffer. by ydong10 · 12 years ago
  26. 1687559 When EDID comes from hardware INT10 and does not include 800x600, 640x480 and 1024x768, but INT10 supports these modes, add them into GOP mode. by li-elvin · 12 years ago
  27. 37406c3 Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnectDevicePath() to only call gDS->Dispatch() when the current TPL is TPL_APPLICATION by niruiyu · 12 years ago
  28. 0934a60 Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInstallPciRom during legacy boot. by li-elvin · 12 years ago
  29. e1e91b7 Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable service instead of PcdSet(). by lzeng14 · 12 years ago
  30. 9bdcf58 Refine the code to avoid error report. by ydong10 · 12 years ago
  31. b5ded3c BMP file may has padding data between the bmp header section and the bmp data section, but current code logic not consider this case, so the check is not valid for some bmp file. Refine the logic for this case. by ydong10 · 12 years ago
  32. a412ad8 Get support languages from "PlatformLangCodes" instead of front page string package. by ydong10 · 12 years ago
  33. 7f7dba5 Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
  34. 2e0910a Parse full EDID data to get all video resolutions supported by monitors. by li-elvin · 12 years ago
  35. 73f0127 Fix ICC11(VS2005) build failure. by lzeng14 · 12 years ago
  36. d2b9b33 Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. by ydong10 · 12 years ago
  37. d0ad204 Update PCD description. by li-elvin · 12 years ago
  38. 3e5eb44 Remove hard code value and create new PCDs for OpROM reserved range in CSM module. by li-elvin · 12 years ago
  39. c93776c ACPI4.0/5.0 have clear description: by jyao1 · 12 years ago
  40. 6c2f76e Fix IA32 build failure to add UINTN type cast. by li-elvin · 12 years ago
  41. 554e88d Update FrameBufferSize aligned with UEFI spec. by li-elvin · 12 years ago
  42. d316f1d Fix GCC44 build failure. by li-elvin · 12 years ago
  43. 6d55565 If IDE controller is not in IDE mode, we should not clear IO bar. by li-elvin · 12 years ago
  44. 091249f Just reserve memory space for page table, but not create it, and allocate the memory with ReservedMemory instead of ACPIMemoryNVS. by lzeng14 · 12 years ago
  45. 22921b0 Remove 0xc8000 check when searching PNP header. Remove the check about the size of Init code when validating if PCI 3.0 OPROM is successfully started. by li-elvin · 12 years ago
  46. 60bee0c BiosVideo allocate wrong size of buffer for EDID override data. Fix this issue to allocate correct buffer size. by li-elvin · 12 years ago
  47. 8472f1f Build the registered guid HOB and SystemTable to record the GUID itself in PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, and also state the restriction in BaseExtractGuidedSectionLib. by lzeng14 · 12 years ago
  48. cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
  49. e6fa789 Use ReadUnaligned16 function to access the buffer which is pointed by a possible unaligned pointer. by li-elvin · 12 years ago
  50. 5077d4e Add assertion to make sure the pointer is not NULL. by niruiyu · 12 years ago
  51. f52be04 Fix a bug that causes GCC build failure. by niruiyu · 12 years ago
  52. 39b3654 Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable(). by niruiyu · 12 years ago
  53. ad481b0 Remove the KeyOrder variable dependency from BDS by niruiyu · 12 years ago
  54. 616ac6f Fix ECC issue. by li-elvin · 12 years ago
  55. fe8a16e Fix a typo in comments. by ydong10 · 12 years ago
  56. 4ccfd30 Add PcdFastPS2Detection to improve PS2 keyboard driver start performance. by li-elvin · 12 years ago
  57. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  58. 5676ccc Fix some corner case for LazyConIn feature by czhang46 · 12 years ago
  59. 3999f1f Reset system only when the pre-allocated memory is more than 1.5 of needed memory and boot mode is BOOT_WITH_DEFAULT_SETTING, or less than the needed memory. by niruiyu · 12 years ago
  60. 98b241d Remove local function IsValidDevicePath and use new interface provided by UefiDevicePathlib. by niruiyu · 12 years ago
  61. 7f446eb Handle the case when OpROM wants to completely remove itself. by niruiyu · 12 years ago
  62. 42ed760 1. Fix a bug when comparing two timestamp in auth-variable driver. by sfu5 · 12 years ago
  63. 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
  64. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  65. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  66. 5df0877 Add comments to explain the reason return status is not checked. The return status of KeyboardRead is not used. by li-elvin · 12 years ago
  67. 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
  68. ca89ab9 IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of invoking AtaSoftReset(). by erictian · 12 years ago
  69. bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  70. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  71. edf4af6 Check if active video mode is changed after OpROM starts, if active video mode is not changed, skip INT10 calls to improve performance. by li-elvin · 12 years ago
  72. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  73. aaee3a9 Fix memory leak by ydong10 · 12 years ago
  74. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  75. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  76. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  77. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  78. c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 13 years ago
  79. 0f8b029 Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, CSM module cannot be started. by li-elvin · 13 years ago
  80. 6e7ba5e Refine the message for Reset request. by ydong10 · 13 years ago
  81. 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 13 years ago
  82. f9b843e In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or by czhang46 · 13 years ago
  83. 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
  84. 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
  85. 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
  86. 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
  87. f01b91a Fixed build failed. by ydong10 · 13 years ago
  88. 25fbcc0 Fix IA32 build fail. by lzeng14 · 13 years ago
  89. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  90. 0c3a1db Update DxeCore and FwVolDxe drivers to inherit authentication status for the FV image, if the image came from an FV image file and section in another firmware volume. by lzeng14 · 13 years ago
  91. 8b4d274 Refine the code to follow coding style. by ydong10 · 13 years ago
  92. 97627ad Fix build failed by ydong10 · 13 years ago
  93. 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
  94. a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
  95. 74dee93 Update the way to allocate high PMM, firstly try to allocate high PMM below 16MB, if it fails, allocate high PMM below 4GB. by li-elvin · 13 years ago
  96. ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
  97. bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
  98. 7ea2285 Add logic to validate console variables when enter BDS. by ydong10 · 13 years ago
  99. 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago
  100. eca7d27 Currently restoring PCI attributes are put in child uninstall logic, if one child is uninstalled, PCI attributes are restored, it will bring problem for stopping the next child. we do not restore the PCI attributes until all child handles are uninstalled. by li-elvin · 13 years ago