1. 7344986 Move STRING_REF and RELOFST to FrameworkHii.h. by qwang12 · 16 years ago
  2. 8bc7aa6 Add missing Framework HII definitions to pass build. by qhuang8 · 16 years ago
  3. c6ad4aa Add back PeiServicesTablePointerLib library class since GetPeiServicesPointer() API is directly used in PeiSmbusLibSmbusPpi. by qhuang8 · 16 years ago
  4. 0c39efc Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  5. 575bc2b Remove over specify library class for IntelFrameworkPkg and IntelFrameworkModulePkg. by klu2 · 16 years ago
  6. 66eebcf Remove Smbus related macro, which are defined in MdePkg. by klu2 · 16 years ago
  7. 834a2e4 Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library instance to cache too many copies of Boot Service Pointer. by qwang12 · 16 years ago
  8. 7338117 remove the unused msa/npsd files by lgao4 · 16 years ago
  9. 156eb6b Bug Fix in DxeSmmDriverEntryLib. by yshang1 · 16 years ago
  10. 299d51f remove unnecessary comments introduced by tools. by vanjeff · 16 years ago
  11. c57da11 cleanup some comments. by eric_tian · 16 years ago
  12. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  13. 39e0ae3 revert it for error checking-in. by vanjeff · 16 years ago
  14. e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
  15. c39940b Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Framework Setup Browser in new GUIDs. This is because the interfaces produced only handle IFR and String packages in UEFI format. by qwang12 · 16 years ago
  16. f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
  17. bd33fcf Misuse protocol and guid by klu2 · 16 years ago
  18. eabbb93 Remove blank for function typedef, it break generating doxygen document by klu2 · 16 years ago
  19. 5593fdd Remove blank for function typdef, it will break generating doxygen document. by klu2 · 16 years ago
  20. 69686d5 Remove blank for function typedef, it will break generating doxygen document. by klu2 · 16 years ago
  21. 2498053 get the definition for EFI_PEI_PCI_CFG_PPI_WIDTH from PciCfg2.h by qwang12 · 17 years ago
  22. 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
  23. ac64461 De-unicode in comment for all source files. by qhuang8 · 17 years ago
  24. 6ee6927 Update ChangeLog.txt by qwang12 · 17 years ago
  25. 3d02e41 by qwang12 · 17 years ago
  26. 7459094 Fix typo in comment. by klu2 · 17 years ago
  27. 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
  28. c2c8503 Correct EFI_COMPATIBILITY16_TABLE_SIGNATURE definition to "IFE$" by lgao4 · 17 years ago
  29. 6cd4aed Remove unused function. by klu2 · 17 years ago
  30. 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
  31. b2cefd7 Fix function comments. by klu2 · 17 years ago
  32. 2ec4d26 Fix coding style issue. by klu2 · 17 years ago
  33. 65c2940 Remove IfrLibConstruct, because it do nothing. by klu2 · 17 years ago
  34. bb55784 Add comments for library function interface. by klu2 · 17 years ago
  35. 0b34b86 Fix unknown character in header comments which break build. by klu2 · 17 years ago
  36. 3471dae Fix unknown character in header comments which break build. by klu2 · 17 years ago
  37. f1df9cf Fix build error. by klu2 · 17 years ago
  38. c4fa3ea Add comments. by klu2 · 17 years ago
  39. 8411f1c Add more comments for IntelFramework's header files. by klu2 · 17 years ago
  40. 4a71b21 Add more comments for IntelFramework's header files. by klu2 · 17 years ago
  41. 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
  42. f100bb0 Fix a GUID value typo for Legacy BIOS protocol by qhuang8 · 17 years ago
  43. 19dd2b3 Correct gEfiLegacyBiosPlatformProtocolGuid value same to the definition in header file by lgao4 · 17 years ago
  44. cf7e50f Modify all file header to follow doxygen format by klu2 · 17 years ago
  45. 9d19852 [Description] by eric_tian · 17 years ago
  46. a2b58cf [Description]: by qwang12 · 17 years ago
  47. dce23de update ChangeLog.txt by qwang12 · 17 years ago
  48. 11219cc [Description]: by qwang12 · 17 years ago
  49. 765e516 Modify the structure name to follows spec. by klu2 · 17 years ago
  50. ab654bf Add definition for EfiCacheAssociativity24Way. by xli24 · 17 years ago
  51. 91399a5 Add more smbios record support. by klu2 · 17 years ago
  52. 7adf5fa remove the duplicate guid. by qwang12 · 17 years ago
  53. 568f78a 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  54. 6178919 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  55. dc7b4a5 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  56. 373572c Fix build break issue by klu2 · 17 years ago
  57. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  58. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  59. f1f289a Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  60. 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
  61. c180991 Make IntelFrameworkPkg pass package build by qhuang8 · 17 years ago
  62. bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
  63. 4aad654 Update the local header file name. by qhuang8 · 17 years ago
  64. 6313f11 1. Add Missing UefiDrvierModel APIs in UefiLibFramework instances. by qhuang8 · 17 years ago
  65. 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
  66. 22936e9 Merge the PI enabling works from the branch by qwang12 · 17 years ago
  67. f4a9471 Add a new library class of SmmLib by qhuang8 · 17 years ago
  68. 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
  69. 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
  70. 80c76d5 Remove the duplicated Hii header file FrameworkHii.h by lgao4 · 17 years ago
  71. 2d0beb9 Make IntelFrameworkPkg GCC+IA32 clean. by qwang12 · 17 years ago
  72. 055a4a3 add in newline to make it pass GCC build by qwang12 · 17 years ago
  73. 8135e4a Remove duplicate GUID declaration for DataHub by mdkinney · 17 years ago
  74. 514ba42 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  75. 820dff1 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  76. 4cd79ac Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg. by klu2 · 17 years ago
  77. 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
  78. 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
  79. c0691ef 1) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h by klu2 · 17 years ago
  80. 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
  81. 1b144bb Move the definition of Capsule from IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. by klu2 · 17 years ago
  82. f22cf5f 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  83. 2d200d7 Added USER_DEFINED in the supported module type list by jwang36 · 17 years ago
  84. 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
  85. 51d104f Synchronize with StatusCode Specification. by klu2 · 17 years ago
  86. 2327f6c Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
  87. 6ae8cca Fix a typo in library class name. by qhuang8 · 17 years ago
  88. 8403ef2 Adding typedef according to framework specification. by klu2 · 17 years ago
  89. 13978ff Remove duplicate GuidCName of "gEfiFirmwareVolumeProtocolGuid" by qhuang8 · 17 years ago
  90. 9f5fea4 Add library dependency expressions for several library instances. by qhuang8 · 17 years ago
  91. 6b4fe92 1. Generated new build.exe from new tools code by jwang36 · 17 years ago
  92. c741cc2 Update the license header. by yshang1 · 17 years ago
  93. 81221fc Update the license header. by yshang1 · 17 years ago
  94. 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
  95. 501c217 Added SEC module type by AJFISH · 17 years ago
  96. 2a4e5fe Added a Base ReportStatusCodeLib by AJFISH · 17 years ago
  97. 8209680 Change Commonheader file to IfrSupportLibInternal.h by klu2 · 17 years ago
  98. dfe7bb0 Change Commonheader file to IfrSupportLibInternal.h by klu2 · 17 years ago
  99. cc9d728 Change Commonheader file to IfrSupportLibInternal.h by klu2 · 17 years ago
  100. 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