1. de03a27 EdkCompatibilityPkg: Remove gZeroGuid def in FrameworkHiiOnUefiHiiThunk by Hao Wu · 9 years ago
  2. 80becbc EdkCompatibilityPkg: Remove ZeroGuid definition in Datahub2SmbiosThunk by Hao Wu · 9 years ago
  3. 071586e EdkCompatibilityPkg SmmBaseHelper: Unregister profile image correctly. by Star Zeng · 10 years ago
  4. fb44db7 EdkCompatibilityPkg: Use the new PCDs defined in MdePkg. by Ruiyu Ni · 10 years ago
  5. a1b7065 EdkCompatibilityPkg: Add PersistentMemory definition by Liming Gao · 10 years ago
  6. 0ac71f1 EdkCompatibilityPkg: Fix 32bit build failure. by Star Zeng · 10 years ago
  7. c4b90c0 EdkCompatibilityPkg: Use ImageContext.ImageSize to allocate memory for PE image by Star Zeng · 10 years ago
  8. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  9. 59e4c8e EdkCompatibilityPkg: Make this field name match the name in the spec. by Peter Jones · 10 years ago
  10. 09fc7db EdkCompatibilityPkg: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  11. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  12. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  13. b5f8b5b Refine code to make it more safely. by Eric Dong · 11 years ago
  14. 2b53e39 Fix CRLF format by Tian, Hot · 11 years ago
  15. 78322c8 Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and update other table version to refer to it. Remove the “/D TIANO_RELEASE_VERSION=0x00080006” option in Nt32Pkg DSC file, since it’s not used in source code. by Shumin Qiu · 11 years ago
  16. 6cbbfa0 EdkCompatibilityPkg: Fixed EDK Shell build by Olivier Martin · 11 years ago
  17. 4fb254d EdkCompatibilityPkg: Fixed build for AArch64 by Olivier Martin · 11 years ago
  18. bbeea0d Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY. by Shumin Qiu · 11 years ago
  19. 373fbc6 Add Aarch64 support to EdkCompatibilityPkg. by Harry Liebel · 11 years ago
  20. de27b8f Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol before installing the Driver Binding Protocol instance. by Ruiyu Ni · 11 years ago
  21. 5e2fd93 Add the missing "," for the patch to fix status code print string. by Gary Ching-Pang Lin · 12 years ago
  22. 0df625f Without this fix, the "%r" format specifier prints eg. "0000001A" instead of "Security Violation" for EFI_SECURITY_VIOLATION. by lgao4 · 12 years ago
  23. 9d00d20 1. Use the check IsAddressValid() to prevent SMM communication buffer overflow in SmmVariable, FtwSmm, FpdtSmm, SmmCorePerformance and SmmBaseHelper, and add check to prevent InfoSize overflows in SmmVariableHandler. by lzeng14 · 12 years ago
  24. 53c76a6 Save/Restore missing volatile registers (XMM0-5) save/restore in Page Fault handler. by vanjeff · 12 years ago
  25. bad7344 Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space which is not required to be restored by OS. by lzeng14 · 12 years ago
  26. e0d216f Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error Status Check for InstallProtocolInterface(), GetSectionFromAnyFv() return. by lzeng14 · 12 years ago
  27. 205627b Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
  28. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  29. 6d896ff EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Update .S files to be consistent with corresponding .asm files. by rsun3 · 12 years ago
  30. d5bcf13 EdkCompatibilityPkg SmmBaseHelper: In SmmHandlerEntry(), add check to ensure CommBuff+CommBuffSize is outside of SMRAM. by rsun3 · 13 years ago
  31. 0e4cdd8 Fix a typo. by ydong10 · 13 years ago
  32. 9acd223 EdkCompatibilityPkg/CompilerStub: Created a Dummy CompilerStubLib for ARM by oliviermartin · 13 years ago
  33. f01b91a Fixed build failed. by ydong10 · 13 years ago
  34. d5b339a Change returned status codes for SmiManage() per PI 1.2.1 spec. by rsun3 · 13 years ago
  35. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  36. 64bb20f Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed char to follow UEFI spec. by lgao4 · 13 years ago
  37. 7412cb4 Enhance the logic when extract data from storage. by ydong10 · 13 years ago
  38. 490173c Correct an error in Aprint function. by ydong10 · 13 years ago
  39. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  40. a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
  41. e47459e 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. by vanjeff · 13 years ago
  42. 287d8d1 Update ECP Package Glue BaseLib to save/restore xmm6-xmm15 in functions setJump/longJump. by lgao4 · 13 years ago
  43. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  44. 9a8e70c Add new DEBUG_VERBOSE print error level. by lgao4 · 13 years ago
  45. c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
  46. fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
  47. 0249feb Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
  48. 22675de Add comments for EFI_CACHE_SRAM_TYPE_DATA because of the inconsistency between CacheSubclass 0.9 and SMBIOS specifications. by lzeng14 · 13 years ago
  49. 3aa1ff6 Update the Package version. by lgao4 · 13 years ago
  50. 49cc8d2 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: mdkinney by lgao4 · 13 years ago
  51. 9386c41 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: erictian by lgao4 · 13 years ago
  52. 73c5d34 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  53. 787b2f1 PI 1.2 Errata C: A new return condition is added for the returned status code EFI_INVALID_PARAMETER for SMM Control2 Protocol.Trigger(). by rsun3 · 13 years ago
  54. 5d9f5dc EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
  55. a40af6b Correct key word of define macro to DEFINE per Build spec. by lgao4 · 13 years ago
  56. 9c24540 Correct CpuPause.s to ICC11. Signed-off-by: lgao4 by lgao4 · 13 years ago
  57. 8598a1e Avoid using code name in comments. by niruiyu · 13 years ago
  58. 515327a Use a local variable and assign 0 to it, then use it as legacy interrupt table base address. by li-elvin · 13 years ago
  59. ec2b081 1. Move Capsule variable name definition to Capsule variable GUID header file. by lgao4 · 13 years ago
  60. f4d9cc2 Define S3 Status code macros. Signed-off-by: lgao4 Reviewed-by: jyao1 by lgao4 · 13 years ago
  61. 57ad9d4 Add more check to avoid access violation. by ydong10 · 13 years ago
  62. 743ee63 EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to use AL register for return value from PageFaultHandler(). by rsun3 · 13 years ago
  63. 0dfef49 EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Check for x2APIC mode before accessing the APIC ID register in RendezvousFunnelProc(). by rsun3 · 13 years ago
  64. 27e36f2 Clean up the private GUID definition in module Level. Signed-off-by: lgao4 by lgao4 · 13 years ago
  65. afc5448 Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of SmmScriptLib to keep consistent with SMM_CPU_IO2_PROTOCOL defined in MdePkg. by hhtian · 13 years ago
  66. 3857083 Refine code to make code run more safely. by ydong10 · 13 years ago
  67. b96fef9 EdkCompatibilityPkg: Add BootScriptThunkHelper driver by jljusten · 13 years ago
  68. 2e7c8ac Enhance the SmmBaseHelper driver to support changing SMBASE/IORestart/AutoHALTRestart CPU Save State registers for Framework SMM driver. by rsun3 · 13 years ago
  69. ee6cf42 Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. by vanjeff · 13 years ago
  70. 6c7274a Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  71. afe05b7 Create smbios table before ReadyToBoot event. For SMBIOS thunk driver, create/update smbios table in configuration table when each field is updated. by li-elvin · 13 years ago
  72. 1261fe2 Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files for better modularity: IntelFrameworkModulePkg\Include\Guid\AcpiVariableCompatibility.h, by rsun3 · 13 years ago
  73. 58e3a18 EdkCompatabilityPg: Add missing .globl statement by andrewfish · 13 years ago
  74. 4851f24 EdkCompatibilityPkg: Add SmmScriptLib by jljusten · 13 years ago
  75. caf93ab EdkCompatibilityPkg: Add DxeSmmReadyToLockOnExitPmAuthThunk driver by jljusten · 13 years ago
  76. 271d2c7 EdkCompatabilityPkg: Fix build issues with X64 clang by andrewfish · 13 years ago
  77. a7a0f78 EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunk by jljusten · 14 years ago
  78. 8a18c8c Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/ EFI_AUTHENTICATION_INFO_PROTOCOL_SET, by lzeng14 · 14 years ago
  79. f99d3d2 Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
  80. 4f07790 String Reference Cleanup. by lzeng14 · 14 years ago
  81. d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
  82. d664f8a Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupported call back type. by ydong10 · 14 years ago
  83. 043d7c3 Clean up DEC files: by mdkinney · 14 years ago
  84. 775afc8 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  85. 54e4b37 Fix 2 BootScript thunk issue on MEM_POLL. by jyao1 · 14 years ago
  86. 0ec4f1c Add missing Type 35 support and correct SmbiosFldMiscType13 implementation. by lzeng14 · 14 years ago
  87. 33b7140 Update inf file to follow spec. by ydong10 · 14 years ago
  88. 36f0b7c Enhance inf file to follow inf spec. by ydong10 · 14 years ago
  89. 6bd01eb Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  90. ca1677d Update module to pass in a valid EFI_HANDLE when is reloads and restarts itself using the PeCoffLib. by mdkinney · 14 years ago
  91. a1fe1d6 ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit dispatch code. It must be loaded into <4G memory. by lgao4 · 14 years ago
  92. 60d8f1f clean non-ASCII char by hhtian · 14 years ago
  93. a34688d Don't need to update its copy right. It is same to previous version. by lgao4 · 14 years ago
  94. 1fade6c Roll back previous change. GCC assembly file should use .S postfix. by lgao4 · 14 years ago
  95. 8db466c Correct file name. by lgao4 · 14 years ago
  96. c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
  97. b16ad4b Correct return value check. by jyao1 · 14 years ago
  98. 58b9f0f EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warning by jljusten · 14 years ago
  99. 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
  100. 4eed2db Fix CYG GCC build fail on retf. by jyao1 · 14 years ago