1. 3aa1ff6 Update the Package version. by lgao4 · 13 years ago
  2. a40af6b Correct key word of define macro to DEFINE per Build spec. by lgao4 · 13 years ago
  3. b96fef9 EdkCompatibilityPkg: Add BootScriptThunkHelper driver by jljusten · 13 years ago
  4. 4851f24 EdkCompatibilityPkg: Add SmmScriptLib by jljusten · 13 years ago
  5. caf93ab EdkCompatibilityPkg: Add DxeSmmReadyToLockOnExitPmAuthThunk driver by jljusten · 13 years ago
  6. a7a0f78 EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunk by jljusten · 14 years ago
  7. 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
  8. d766b22 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
  9. 2b8999e Add Framework SMM Status Code Protocol on PI SMM Status Code Protocol Thunk driver. by rsun3 · 14 years ago
  10. 9166e5f Add Local APIC library mapping. by rsun3 · 14 years ago
  11. 74f8952 1. Consume Debug Agent Library to support debugging AP code based on PI MP protocol. by vanjeff · 14 years ago
  12. 88b3d36 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  13. 8362d12 Update the copyright notice format by hhtian · 15 years ago
  14. 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  15. caeefbf Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  16. 0cf8c20 1. Remove the duplicated contents from source files and INF file of PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk module. by lgao4 · 15 years ago
  17. b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  18. 3362f0e Update EdkCompatibilityPkg version from 0.90 to 0.91 by lgao4 · 15 years ago
  19. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  20. 75196b0 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  21. fb03ca1 Per Framework SMM CIS spec, SMM Base Protocol.Communicate() is availabe in runtime. In SmmBaseOnSmmBase2Thunk driver, implementation of Communicate() uses SMM Communication Protocol. The thunk driver caches a pointer to SMM Communication Protocol. This pointer needs to be converted on Virtual Address Change Event. by rsun3 · 15 years ago
  22. ba9978c fix the typo error for the name of BootScriptSaveOnS3SaveStateThunk thunk driver by jchen20 · 15 years ago
  23. 52cbe44 Add BootScriptSaveOnS3SaveStateTunk thunk driver to Integrated S3 thunk code. . by jchen20 · 15 years ago
  24. 6e0d639 update copyright to 2010 by lgao4 · 15 years ago
  25. 152f6a0 Make EdkCompatibilityPkg pass IPF build with WINDKK tool chain. by lgao4 · 15 years ago
  26. 9e62071 Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can support usage model of PI SMM infrastructure + Framework Chipset SMM code + Framework platform SMM code in ECP platforms. by rsun3 · 15 years ago
  27. cde6425 Rename DataHubSmBiosRecordsOnPiSmBiosThunk to PiSmbiosRecordOnDataHubSmbiosRecordThunk to avoid confusion. This thunk is used to filter all smbios related records from datahub and translate these records to SMBIOS record which is added into SMBIOS database via EFI_SMBIOS_PROTOCOL. by klu2 · 15 years ago
  28. 024b102 Add a thunk driver to translate framework DataHub's smbios related record to PI SMBIOS's record via EFI_SMBIOS_PROTOCOL defined in PI 1.2 specification. by klu2 · 15 years ago
  29. 8a1dc10 Make MP Services thunk driver only be built under IA32 and X64 archs. by xli24 · 15 years ago
  30. 768e2a9 Check in thunk driver to produce PI MP Services Protocol based on Framework MP Services Protocol. by xli24 · 15 years ago
  31. 54bd807 Check in thunk driver for CPU I/O 2 Protocol. by xli24 · 15 years ago
  32. 650efd7 Thunk driver producing PI Legacy Region 2 Protocol based on Framework Legacy Region Protocol. by xli24 · 15 years ago
  33. 8a7bae2 Remove unnecessary -D flag for GNU assemblers. This flag should have no effect. by qhuang8 · 15 years ago
  34. 409aeee update EdkCompatibilityPkg version to 0.90 by vanjeff · 15 years ago
  35. 6535652 Add directory for the new added Language Library. by lgao4 · 16 years ago
  36. 7c9d25a Refine language conversion in ECP. Create a new library LanguageLib providing functions for language conversion between ISO 639-2 and RFC 4646 styles. Update FrameworkHiiOnUefiHiiThunk, UcOnUc2Thunk and Uc2OnUcThunk modules to use this library. by rsun3 · 16 years ago
  37. 81c1213 RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  38. 39e65b3 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  39. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  40. 4fe3ce8 Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkCompatibilityPkg.dsc for build validation. by qhuang8 · 16 years ago
  41. b2ba1c1 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  42. 092d6a1 1) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility build switch is turned on for Framework HII modules. by qwang12 · 16 years ago
  43. 1831d0e Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  44. f67cc2c Update the DSC file name based on the directory name change. by qwang12 · 16 years ago
  45. b7771ea Revert OUTPUT_DIRECTORY to Build/EdkCompatibilityPkg. Build tool is enhanced to handle long path name issue which cause build failure in GCC tool chains by qwang12 · 16 years ago
  46. 667ced8 Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including: by qwang12 · 16 years ago
  47. 0ecc0cb Update the OUTPUT_DIRECTORY name. This is to shorten the possbile command line which may cause a sub-process spawned from the ar command to fail for GCC tool chains. by qwang12 · 16 years ago
  48. 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
  49. 0fc1f8f GCC Cleanup: Files name should match the case in the file system. by qwang12 · 16 years ago
  50. 6800062 Move GlueLib's PeiPerformanceLib and DxePerformanceLib to [Components.IA32,Components.X64] and [Libraries.IA32,Libraries.X64] as the ECP implementation use AsmReadTsc () function (IA32/X64 only). by qwang12 · 16 years ago
  51. ba428fb Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain. by qwang12 · 16 years ago
  52. 6d8f3e5 EBC Cleanup: BaseIoLibIntrinsic is only supported for IA32, IPF, X64 by qwang12 · 16 years ago
  53. 9a737ff Remove unused comment. by qwang12 · 16 years ago
  54. 9836611 1) Change the EFI_SPECIFICATION_VERSION to 0x00020000 and PI_SPECIFICATION_VERSION to 0x00009000. EdkCompatibilityPkg.dsc by default support UEFI 2.0 and Framework 0.9x. by qwang12 · 16 years ago
  55. d485acd Update ECP DSC file for library class/instances renaming. by qhuang8 · 16 years ago
  56. 5a6f122 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  57. 84c3b71 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 16 years ago
  58. d33ef4e 1) Add in EBC build support. by qwang12 · 17 years ago
  59. 001d920 1) Add in FvFileLoaderToLoadFileThunk. 2) Update some doxygen comments. by qwang12 · 17 years ago
  60. 67ef3ca 1) add in DeviceIoToPciRootBridgeIoThunk by qwang12 · 17 years ago
  61. 16bdc87 Add compatibility modules into the DSC file. by qwang12 · 17 years ago
  62. bfc620f edk2/trunk/edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  63. d729895 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  64. 0da6ca4 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  65. 621dd76 Add the value definition of PCD_EDKII_GLUE_PciExpressBaseAddress to build PciExpressLib in GlueLib by qhuang8 · 17 years ago
  66. 6425868 Remove the invalid build option for IPF assembly. by qhuang8 · 17 years ago
  67. 7794bac Update BuildOption to apply to GCC tool chain family. by qhuang8 · 17 years ago
  68. 867eb42 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  69. e84217e edk2/EdkCompatibilityPkg/** by jljusten · 17 years ago
  70. 3596bda edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  71. 958536b 1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes: by qwang12 · 17 years ago