1. 2498053 get the definition for EFI_PEI_PCI_CFG_PPI_WIDTH from PciCfg2.h by qwang12 · 17 years ago
  2. 661e7af Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C). by qwang12 · 17 years ago
  3. ac64461 De-unicode in comment for all source files. by qhuang8 · 17 years ago
  4. 6ee6927 Update ChangeLog.txt by qwang12 · 17 years ago
  5. 3d02e41 by qwang12 · 17 years ago
  6. 7459094 Fix typo in comment. by klu2 · 17 years ago
  7. 102e727 rename EFI_HII_UPDATE_DATA in FrameworkHii.h to FRAMEWORK_EFI_HII_UPDATE_DATA as it is a duplicated definition with IfrSupportLib.h by qwang12 · 17 years ago
  8. c2c8503 Correct EFI_COMPATIBILITY16_TABLE_SIGNATURE definition to "IFE$" by lgao4 · 17 years ago
  9. 6cd4aed Remove unused function. by klu2 · 17 years ago
  10. 68fc9ba define #define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA to avoid duplicated definition between Framework and IfrSuportLib.h. This duplicated definition only occurs for EdkCompatibilityPkg's FrameworkHiiToUefiHiiThunk module as it needs to include header file from both sides. by qwang12 · 17 years ago
  11. b2cefd7 Fix function comments. by klu2 · 17 years ago
  12. 2ec4d26 Fix coding style issue. by klu2 · 17 years ago
  13. 65c2940 Remove IfrLibConstruct, because it do nothing. by klu2 · 17 years ago
  14. bb55784 Add comments for library function interface. by klu2 · 17 years ago
  15. 0b34b86 Fix unknown character in header comments which break build. by klu2 · 17 years ago
  16. 3471dae Fix unknown character in header comments which break build. by klu2 · 17 years ago
  17. f1df9cf Fix build error. by klu2 · 17 years ago
  18. c4fa3ea Add comments. by klu2 · 17 years ago
  19. 8411f1c Add more comments for IntelFramework's header files. by klu2 · 17 years ago
  20. 4a71b21 Add more comments for IntelFramework's header files. by klu2 · 17 years ago
  21. c1adc63 Both FrameworkHii and UefiHii declare some macros and structure with the same name. To make a Framework Hii to Uefi HII thunk layer to be able to be built. We need to define the Framework Hii names with a prefix "FRAMEWORK_". by qwang12 · 17 years ago
  22. f100bb0 Fix a GUID value typo for Legacy BIOS protocol by qhuang8 · 17 years ago
  23. 19dd2b3 Correct gEfiLegacyBiosPlatformProtocolGuid value same to the definition in header file by lgao4 · 17 years ago
  24. cf7e50f Modify all file header to follow doxygen format by klu2 · 17 years ago
  25. 9d19852 [Description] by eric_tian · 17 years ago
  26. a2b58cf [Description]: by qwang12 · 17 years ago
  27. dce23de update ChangeLog.txt by qwang12 · 17 years ago
  28. 11219cc [Description]: by qwang12 · 17 years ago
  29. 765e516 Modify the structure name to follows spec. by klu2 · 17 years ago
  30. ab654bf Add definition for EfiCacheAssociativity24Way. by xli24 · 17 years ago
  31. 91399a5 Add more smbios record support. by klu2 · 17 years ago
  32. 7adf5fa remove the duplicate guid. by qwang12 · 17 years ago
  33. 568f78a 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  34. 6178919 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  35. dc7b4a5 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  36. 373572c Fix build break issue by klu2 · 17 years ago
  37. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  38. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  39. f1f289a Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  40. 3d6f81d Use Device Path Macros to get Device Path Type/SubType. (Some extensions might use high-bit-set device path type to specify "unpacked" device path.) by qhuang8 · 17 years ago
  41. c180991 Make IntelFrameworkPkg pass package build by qhuang8 · 17 years ago
  42. bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
  43. 4aad654 Update the local header file name. by qhuang8 · 17 years ago
  44. 6313f11 1. Add Missing UefiDrvierModel APIs in UefiLibFramework instances. by qhuang8 · 17 years ago
  45. 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
  46. 22936e9 Merge the PI enabling works from the branch by qwang12 · 17 years ago
  47. f4a9471 Add a new library class of SmmLib by qhuang8 · 17 years ago
  48. 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
  49. b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
  50. 80c76d5 Remove the duplicated Hii header file FrameworkHii.h by lgao4 · 17 years ago
  51. 2d0beb9 Make IntelFrameworkPkg GCC+IA32 clean. by qwang12 · 17 years ago
  52. 055a4a3 add in newline to make it pass GCC build by qwang12 · 17 years ago
  53. 8135e4a Remove duplicate GUID declaration for DataHub by mdkinney · 17 years ago
  54. 514ba42 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  55. 820dff1 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  56. 4cd79ac Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg. by klu2 · 17 years ago
  57. 1c9d209 Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename original to EFI_PEIM_ENTRY_POINT2 to follow PI definition. by klu2 · 17 years ago
  58. c7458ef 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h by klu2 · 17 years ago
  59. c0691ef 1) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h by klu2 · 17 years ago
  60. 3fb0bd7 Fix wrong include issue, FirmwareVolumeHeader.h itself is part of FrameworkPei.h so should not include FrameworkPei.h again. by klu2 · 17 years ago
  61. 1b144bb Move the definition of Capsule from IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. by klu2 · 17 years ago
  62. f22cf5f 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  63. 2d200d7 Added USER_DEFINED in the supported module type list by jwang36 · 17 years ago
  64. c9cbbe7 Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. by klu2 · 17 years ago
  65. 51d104f Synchronize with StatusCode Specification. by klu2 · 17 years ago
  66. 2327f6c Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
  67. 6ae8cca Fix a typo in library class name. by qhuang8 · 17 years ago
  68. 8403ef2 Adding typedef according to framework specification. by klu2 · 17 years ago
  69. 13978ff Remove duplicate GuidCName of "gEfiFirmwareVolumeProtocolGuid" by qhuang8 · 17 years ago
  70. 9f5fea4 Add library dependency expressions for several library instances. by qhuang8 · 17 years ago
  71. 6b4fe92 1. Generated new build.exe from new tools code by jwang36 · 17 years ago
  72. c741cc2 Update the license header. by yshang1 · 17 years ago
  73. 81221fc Update the license header. by yshang1 · 17 years ago
  74. 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
  75. 501c217 Added SEC module type by AJFISH · 17 years ago
  76. 2a4e5fe Added a Base ReportStatusCodeLib by AJFISH · 17 years ago
  77. 8209680 Change Commonheader file to IfrSupportLibInternal.h by klu2 · 17 years ago
  78. dfe7bb0 Change Commonheader file to IfrSupportLibInternal.h by klu2 · 17 years ago
  79. cc9d728 Change Commonheader file to IfrSupportLibInternal.h by klu2 · 17 years ago
  80. c8377c4 Remove the EFI_FV_FILETYPE_ALL definition from IntelFrameworkPkg, which has been defined in MdePkg. PI1.0 does not define the type now. It is a bug in PI. by yshang1 · 17 years ago
  81. 8f23e4e add back AcpiS3Save.h and gEfiAcpiS3SaveProtocolGuid by qwang12 · 18 years ago
  82. 351986a 1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in TianoModulePkg. by yshang1 · 18 years ago
  83. f0c0837 Add missing protocol by klu2 · 18 years ago
  84. ed7748f remove some comments introduced by tools. by vanjeff · 18 years ago
  85. dd0687a remove some comments introduced by tools. by vanjeff · 18 years ago
  86. 27134a4 Remove duplicate definition of 'EFI_FVB_ATTRIBUTES' in MdePkg & IntelFrameworkPkg by qhuang8 · 18 years ago
  87. 950b9ee New Guid for UefiLibFramework to avoid collision with UefiLib in MdePkg by qhuang8 · 18 years ago
  88. 56621f4 Rename UefiLib to UefiLibFramework by qhuang8 · 18 years ago
  89. 6357d9e Add other archs by qhuang8 · 18 years ago
  90. 3f3181b Clean up the duplicated definitions in Ppi/Smbus.h of IntelFrameworkPkg. by yshang1 · 18 years ago
  91. 195d227 Remove unused Pcd in dsc. by qhuang8 · 18 years ago
  92. dcab253 1) Add _MSC_VER judgment for usage of #pragma intrinsic by klu2 · 18 years ago
  93. 7a8dd19 Adjust directory structures. by qhuang8 · 18 years ago
  94. 1257d0d Rename Framework SmbusLib instance by qhuang8 · 18 years ago
  95. a0741b9 Add GUID declaration in IntelFrameworkPkg.dec. by xli24 · 18 years ago
  96. 856500d Modified to pass EBC build. by vanjeff · 18 years ago
  97. f25ca08 Correct the library class name by klu2 · 18 years ago
  98. 637fed2 Use () instead of use {} by klu2 · 18 years ago
  99. 5e2ae11 Add gEfiFindFvPpiGuid in IntelFrameworkPkg.dec by xli24 · 18 years ago
  100. 94c23f3 Add GUID of gEfiAcpiTableStorageGuid in DEC file for IntelFrameworkPkg. by xli24 · 18 years ago