1. 9166e5f Add Local APIC library mapping. by rsun3 · 14 years ago
  2. 74f8952 1. Consume Debug Agent Library to support debugging AP code based on PI MP protocol. by vanjeff · 14 years ago
  3. 88b3d36 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  4. 8362d12 Update the copyright notice format by hhtian · 15 years ago
  5. 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  6. caeefbf Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  7. 0cf8c20 1. Remove the duplicated contents from source files and INF file of PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk module. by lgao4 · 15 years ago
  8. b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  9. 3362f0e Update EdkCompatibilityPkg version from 0.90 to 0.91 by lgao4 · 15 years ago
  10. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  11. 75196b0 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  12. 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
  13. ba9978c fix the typo error for the name of BootScriptSaveOnS3SaveStateThunk thunk driver by jchen20 · 15 years ago
  14. 52cbe44 Add BootScriptSaveOnS3SaveStateTunk thunk driver to Integrated S3 thunk code. . by jchen20 · 15 years ago
  15. 6e0d639 update copyright to 2010 by lgao4 · 15 years ago
  16. 152f6a0 Make EdkCompatibilityPkg pass IPF build with WINDKK tool chain. by lgao4 · 15 years ago
  17. 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
  18. 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
  19. 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
  20. 8a1dc10 Make MP Services thunk driver only be built under IA32 and X64 archs. by xli24 · 15 years ago
  21. 768e2a9 Check in thunk driver to produce PI MP Services Protocol based on Framework MP Services Protocol. by xli24 · 15 years ago
  22. 54bd807 Check in thunk driver for CPU I/O 2 Protocol. by xli24 · 15 years ago
  23. 650efd7 Thunk driver producing PI Legacy Region 2 Protocol based on Framework Legacy Region Protocol. by xli24 · 15 years ago
  24. 8a7bae2 Remove unnecessary -D flag for GNU assemblers. This flag should have no effect. by qhuang8 · 15 years ago
  25. 409aeee update EdkCompatibilityPkg version to 0.90 by vanjeff · 15 years ago
  26. 6535652 Add directory for the new added Language Library. by lgao4 · 16 years ago
  27. 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
  28. 81c1213 RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  29. 39e65b3 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  30. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  31. 4fe3ce8 Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkCompatibilityPkg.dsc for build validation. by qhuang8 · 16 years ago
  32. b2ba1c1 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  33. 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
  34. 1831d0e Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  35. f67cc2c Update the DSC file name based on the directory name change. by qwang12 · 16 years ago
  36. 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
  37. 667ced8 Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including: by qwang12 · 16 years ago
  38. 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
  39. 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
  40. 0fc1f8f GCC Cleanup: Files name should match the case in the file system. by qwang12 · 16 years ago
  41. 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
  42. ba428fb Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain. by qwang12 · 16 years ago
  43. 6d8f3e5 EBC Cleanup: BaseIoLibIntrinsic is only supported for IA32, IPF, X64 by qwang12 · 16 years ago
  44. 9a737ff Remove unused comment. by qwang12 · 16 years ago
  45. 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
  46. d485acd Update ECP DSC file for library class/instances renaming. by qhuang8 · 16 years ago
  47. 5a6f122 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  48. 84c3b71 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 16 years ago
  49. d33ef4e 1) Add in EBC build support. by qwang12 · 17 years ago
  50. 001d920 1) Add in FvFileLoaderToLoadFileThunk. 2) Update some doxygen comments. by qwang12 · 17 years ago
  51. 67ef3ca 1) add in DeviceIoToPciRootBridgeIoThunk by qwang12 · 17 years ago
  52. 16bdc87 Add compatibility modules into the DSC file. by qwang12 · 17 years ago
  53. bfc620f edk2/trunk/edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  54. d729895 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  55. 0da6ca4 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  56. 621dd76 Add the value definition of PCD_EDKII_GLUE_PciExpressBaseAddress to build PciExpressLib in GlueLib by qhuang8 · 17 years ago
  57. 6425868 Remove the invalid build option for IPF assembly. by qhuang8 · 17 years ago
  58. 7794bac Update BuildOption to apply to GCC tool chain family. by qhuang8 · 17 years ago
  59. 867eb42 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  60. e84217e edk2/EdkCompatibilityPkg/** by jljusten · 17 years ago
  61. 3596bda edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 17 years ago
  62. 958536b 1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes: by qwang12 · 17 years ago