1. 84db904 IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet## by Eric Dong · 9 years ago
  2. 44873d3 IntelFrameworkModulePkg: Replace deprecated function. by Eric Dong · 9 years ago
  3. 353f5ba IntelFrameworkModulePkg AcpiS3SaveDxe: Reduce reserved memory consumption by Star Zeng · 9 years ago
  4. 2673ffb IntelFrameworkModulePkg DeviceMngr: Potential read over memory boundary by Hao Wu · 9 years ago
  5. 577870d IntelFrameworkModulePkg BootMngr: Fix potential read over memory boundary by Hao Wu · 9 years ago
  6. a3c9617 IntelFrameworkModulePkg BootMaint: Fix potential read over memory boundary by Hao Wu · 9 years ago
  7. 83daa93 IntelFrameworkModulePkg BdsDxe: Fix ASSERT in BdsMemoryTest by Hao Wu · 9 years ago
  8. d7fc5cf IntelFrameworkModulePkg: Fix a memory leak bug in BdsDxe driver. by Ruiyu Ni · 9 years ago
  9. 6692e0a IntelFrameworkModulePkg: Remove gZeroGuid definition in DataHubDxe by Hao Wu · 9 years ago
  10. 288ed59 Revert tree to r17801 by Jordan Justen · 9 years ago
  11. e50c79f IntelFrameworkModulePkg: AcpiS3SaveDxe: call S3Ready() at End-of-Dxe by Laszlo Ersek · 9 years ago
  12. dbaeca2 IntelFrameworkModulePkg: AcpiS3SaveDxe: prepare for End-of-Dxe callback by Laszlo Ersek · 9 years ago
  13. c5ad1f8 IntelFrameworkModulePkg UpdateDriverDxe: Use safe string functions by Hao Wu · 10 years ago
  14. bded41b IntelFrameworkModulePkg DeviceMngr: Use safe string functions by Hao Wu · 10 years ago
  15. 44cbebe IntelFrameworkModulePkg BootMngr: Use safe string functions by Hao Wu · 10 years ago
  16. 49264da IntelFrameworkModulePkg BootMaint: Use safe string functions by Hao Wu · 10 years ago
  17. 19d02cc IntelFrameworkModulePkg BdsDxe: Use safe string functions by Hao Wu · 10 years ago
  18. 5e30b69 EDKII:Display engine should not depend on the framework code by Dandan Bi · 10 years ago
  19. e6dce64 IntelFrameworkModulePkg: Rollback this change because display engine use class/subclass. by Eric Dong · 10 years ago
  20. b965bd9 Remove Framework HII "class\subclass" in all VFR by Dandan Bi · 10 years ago
  21. 721fff6 IntelFrameworkModulePkg: Change BdsDxe to use new PCDs defined in MdePkg and MdeModulePkg. by Ruiyu Ni · 10 years ago
  22. 207f047 IntelFrameworkModulePkg: Fix typo. by Shumin Qiu · 10 years ago
  23. 8c4cf6e Remove invalid value sync action when changing value. Else later save change action will fail. by Eric Dong · 10 years ago
  24. 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
  25. 4888d15 MdeModulePkg/IntelFrameworkModulePkg FwVol: by Star Zeng · 10 years ago
  26. 79e1ffb Clean up the code. Action statement should not have text two opcode. by Eric Dong · 10 years ago
  27. 6d5b88f Removes dependencies on SMBIOS in the IntelFrameworkModulePkg’s BDS. by Olivier Martin · 10 years ago
  28. e7a2064 Removes some unused assigned variables. Some compiler (GCC in this case) raises a warning/error. by Olivier Martin · 10 years ago
  29. c609f3d Correct the convert hex string to decimal value logic. by Eric Dong · 10 years ago
  30. 122d931 Refine the code, remove the useless code. by Eric Dong · 10 years ago
  31. 46dd588 IntelFrameworkModulePkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  32. c193724 Add the missing GUID in BdsDxe.inf by Gao, Liming · 10 years ago
  33. 9fbebd8 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  34. f9841f0 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  35. 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
  36. 231ea88 Allocate exact memory size for string buffer to avoid buffer overflow. by Qiu Shumin · 10 years ago
  37. a1360fa Use StrnCat instead of StrCat to avoid target buffer overflow. by Jeff Fan · 10 years ago
  38. 1a45b15 Add type cast on variable before operation. by Jeff Fan · 10 years ago
  39. 613382e Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
  40. 5d0f0ac Print the CodeType and Value of status code with fixed length. by Li, Elvin · 10 years ago
  41. 0fb4402 Fixed one possible array out of bounds issue. by isakov-sl · 10 years ago
  42. 720624c Refine code to follow good coding style. by Eric Dong · 10 years ago
  43. 8acb3f7 Refine the save action for the BdsDxe. by Eric Dong · 10 years ago
  44. 45295cf Refine code to make it more safely. by Eric Dong · 11 years ago
  45. b34039b Add DEBUG message for all fields in AcpiS3Context. by Gao, Liming · 11 years ago
  46. 8819a09 Fix GCC build fail. by Eric Dong · 11 years ago
  47. be9304f Support RouteConfig function for BdsDxe driver. by Eric Dong · 11 years ago
  48. 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
  49. d78687f Update code logic to let BDS UI can shows more than one formsets in one HiiHandle. by Eric Dong · 11 years ago
  50. c4571f0 Add check to avoid null pointer deference. by Ruiyu Ni · 11 years ago
  51. be9198c Remove RT attribute for variable LegacyDevOrder by Ruiyu Ni · 11 years ago
  52. 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
  53. 69fc8f0 Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
  54. ef4defc IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT for AcpiGlobalVariable variable. by Star Zeng · 11 years ago
  55. 4c8f604 Fix CRLF format by Tian, Hot · 11 years ago
  56. c93bcb7 Return to BMM page if parse the file info failed. by Eric Dong · 11 years ago
  57. 0b716fd Rollback the patch 15054. by Eric Dong · 11 years ago
  58. eff0779 Not update the status until parse the file info success. by Eric Dong · 11 years ago
  59. 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
  60. 566771b Enable UEFI firmware to support FMP capsule format. by czhang46 · 11 years ago
  61. dc84077 Move update legacy order logic from CHANGING to CHANGED. by Eric Dong · 11 years ago
  62. 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
  63. 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
  64. 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
  65. ff84384 Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg variable drivers. by niruiyu · 12 years ago
  66. 7aa54c1 Remove the blank line between InitializeLangVariable() and it's function header. by lzeng14 · 12 years ago
  67. e9521b0 Fix GCC build failure caused by R14307. by lzeng14 · 12 years ago
  68. 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
  69. de12ae8 Get the language string before use it to avoid reuse freed buffer. by ydong10 · 12 years ago
  70. e1e91b7 Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable service instead of PcdSet(). by lzeng14 · 12 years ago
  71. a412ad8 Get support languages from "PlatformLangCodes" instead of front page string package. by ydong10 · 12 years ago
  72. 73f0127 Fix ICC11(VS2005) build failure. by lzeng14 · 12 years ago
  73. d2b9b33 Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. by ydong10 · 12 years ago
  74. c93776c ACPI4.0/5.0 have clear description: by jyao1 · 12 years ago
  75. 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
  76. 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
  77. cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
  78. 5077d4e Add assertion to make sure the pointer is not NULL. by niruiyu · 12 years ago
  79. f52be04 Fix a bug that causes GCC build failure. by niruiyu · 12 years ago
  80. 39b3654 Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable(). by niruiyu · 12 years ago
  81. ad481b0 Remove the KeyOrder variable dependency from BDS by niruiyu · 12 years ago
  82. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  83. 5676ccc Fix some corner case for LazyConIn feature by czhang46 · 12 years ago
  84. 98b241d Remove local function IsValidDevicePath and use new interface provided by UefiDevicePathlib. by niruiyu · 12 years ago
  85. 42ed760 1. Fix a bug when comparing two timestamp in auth-variable driver. by sfu5 · 12 years ago
  86. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  87. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  88. 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
  89. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  90. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  91. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  92. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  93. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  94. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  95. f9b843e In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or by czhang46 · 12 years ago
  96. 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
  97. 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
  98. f01b91a Fixed build failed. by ydong10 · 13 years ago
  99. 25fbcc0 Fix IA32 build fail. by lzeng14 · 13 years ago
  100. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago