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. 3d02e41 by qwang12 · 17 years ago
  5. 7459094 Fix typo in comment. by klu2 · 17 years ago
  6. 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
  7. c2c8503 Correct EFI_COMPATIBILITY16_TABLE_SIGNATURE definition to "IFE$" by lgao4 · 17 years ago
  8. 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
  9. 0b34b86 Fix unknown character in header comments which break build. by klu2 · 17 years ago
  10. 3471dae Fix unknown character in header comments which break build. by klu2 · 17 years ago
  11. f1df9cf Fix build error. by klu2 · 17 years ago
  12. 8411f1c Add more comments for IntelFramework's header files. by klu2 · 17 years ago
  13. 4a71b21 Add more comments for IntelFramework's header files. by klu2 · 17 years ago
  14. 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
  15. cf7e50f Modify all file header to follow doxygen format by klu2 · 17 years ago
  16. 9d19852 [Description] by eric_tian · 17 years ago
  17. 11219cc [Description]: by qwang12 · 17 years ago
  18. 765e516 Modify the structure name to follows spec. by klu2 · 17 years ago
  19. ab654bf Add definition for EfiCacheAssociativity24Way. by xli24 · 17 years ago
  20. 91399a5 Add more smbios record support. by klu2 · 17 years ago
  21. 6178919 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  22. dc7b4a5 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  23. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  24. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  25. f1f289a Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  26. f4a9471 Add a new library class of SmmLib by qhuang8 · 17 years ago
  27. 80c76d5 Remove the duplicated Hii header file FrameworkHii.h by lgao4 · 17 years ago
  28. 2d0beb9 Make IntelFrameworkPkg GCC+IA32 clean. by qwang12 · 17 years ago
  29. 055a4a3 add in newline to make it pass GCC build by qwang12 · 17 years ago
  30. 514ba42 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  31. 820dff1 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  32. 4cd79ac Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg. by klu2 · 17 years ago
  33. 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
  34. 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
  35. c0691ef 1) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h by klu2 · 17 years ago
  36. 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
  37. 1b144bb Move the definition of Capsule from IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. by klu2 · 17 years ago
  38. f22cf5f 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  39. 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
  40. 51d104f Synchronize with StatusCode Specification. by klu2 · 17 years ago
  41. 2327f6c Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
  42. 8403ef2 Adding typedef according to framework specification. by klu2 · 17 years ago
  43. 6b4fe92 1. Generated new build.exe from new tools code by jwang36 · 17 years ago
  44. c741cc2 Update the license header. by yshang1 · 17 years ago
  45. 81221fc Update the license header. by yshang1 · 17 years ago
  46. 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
  47. 8f23e4e add back AcpiS3Save.h and gEfiAcpiS3SaveProtocolGuid by qwang12 · 17 years ago
  48. 351986a 1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in TianoModulePkg. by yshang1 · 17 years ago
  49. 27134a4 Remove duplicate definition of 'EFI_FVB_ATTRIBUTES' in MdePkg & IntelFrameworkPkg by qhuang8 · 17 years ago
  50. 3f3181b Clean up the duplicated definitions in Ppi/Smbus.h of IntelFrameworkPkg. by yshang1 · 17 years ago
  51. dcab253 1) Add _MSC_VER judgment for usage of #pragma intrinsic by klu2 · 17 years ago
  52. da2b0a8 Remove BootScriptLib from IntelFrameworkPkg. by yshang1 · 18 years ago
  53. b451309 get the multiple phase definition by including the Bootscript Ppi definition. by qwang12 · 18 years ago
  54. fbb4f0c Renamed LoadFile.h to FvLoadFile.h in order to avoid name conflict. by bxing · 18 years ago
  55. baced22 Added FvFileLoader PPI by bxing · 18 years ago
  56. 2367a40 delete duplicated EFI_AP_PROCEDURE by qwang12 · 18 years ago
  57. caf45c9 Add PciCfg PPI definitions by qhuang8 · 18 years ago
  58. 9527612 Check in following modules, by xgu3 · 18 years ago
  59. 0b2f42c Fixed FirmwareFileSystem.h to make it compile independently. by bxing · 18 years ago
  60. 0c8a18c Added Capsule.h for capsule related definitions in Framework spec. by bxing · 18 years ago
  61. 0106da0 Corrected uses of PI header files. by bxing · 18 years ago
  62. 694b922 Corrected uses of IntelFrameworkPkg header files. by bxing · 18 years ago
  63. 297ce0f Renaming files/directories by bxing · 18 years ago
  64. b34a6e8 Add EFI_FV_FILETYPE_ALL in IntelFrameworkPkg. by yshang1 · 18 years ago
  65. 72765a9 Add FindFv PPI. Add Fv header definitions. by yshang1 · 18 years ago
  66. 7e5eeb0c add in FirmwareFileSystem.h which define Framework File System Guid. by qwang12 · 18 years ago
  67. 192f6d4 Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions. by klu2 · 18 years ago
  68. 2e19fd0 Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary. by klu2 · 18 years ago
  69. fe6a445 Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention. by qwang12 · 18 years ago
  70. 3e0578d Update License Headers. by yshang1 · 18 years ago
  71. b69cc7a Make EdkGenericBdsLib compile. by qwang12 · 18 years ago
  72. 1d8776f Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention. by qwang12 · 18 years ago
  73. c390237 Add DxeBootScriptLibNull in IntelFrameworkPkg. by yshang1 · 18 years ago
  74. 9262714 Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention. by qwang12 · 18 years ago
  75. 4d3f3ca Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention. by qwang12 · 18 years ago
  76. 4bd1b0f 1. remove FirmwareVolumeBlock.h for IntelFrameworkPkg by vanjeff · 18 years ago
  77. 35fec2c 1. Add FrameworkFormBrowser.h by vanjeff · 18 years ago
  78. 61a3083 add some definitions about HII by vanjeff · 18 years ago
  79. baccc9f Add extra inclusion of DataHubRecords.h by qhuang8 · 18 years ago
  80. 78430d7 Added StatusCode payload structure definitions by bxing · 18 years ago
  81. bb2873d Rename Frame*Lib to *LibFramework to improve the speed that a module could be found in the tree. by qwang12 · 18 years ago
  82. 8409e82 Add some definitions in Framework FV 0.9 spec but not in PI 1.0. by qhuang8 · 18 years ago
  83. df29809 by qwang12 · 18 years ago
  84. 694363f 1. add missing inf files by vanjeff · 18 years ago
  85. d2be628 Make public header file #ifndef XXX #define XXX start with __ to avoid collision. by qhuang8 · 18 years ago
  86. b80fbe8 Modified header files to make them compile by bxing · 18 years ago
  87. b51e6bc 1. Add PeiDxeDebugLibReportStatusCode.inf and UefiLibFramework/UefiLib.inf by vanjeff · 18 years ago
  88. 53f93f7 1. fixed one bug in Common/FrameworkFirmwareFileSystem.h by vanjeff · 18 years ago
  89. ee65068 1. Add Protocol/StatusCode.h reference in FrameworkDxeCis.h by vanjeff · 18 years ago
  90. e5ac979 Rename GuidedSectionExtraction.h to Crc32GuidedSectonExtraction.h to avoid naming collision with that in MdePkg. by qhuang8 · 18 years ago
  91. d9b75ac 1. Move some header files from FrameworkBase.h to FrameworkDxe.h,FrameworkPei.h and FrameworkSmm.h. by vanjeff · 18 years ago
  92. df2b7d5 add EFI_EXP_BASE10_DATA definitions by vanjeff · 18 years ago
  93. 226b35a Add extra inclusion: PciHostBridgeResourceAllocation protocol depends on PciRootBridgeIo Protocol. by qhuang8 · 18 years ago
  94. 7c6d55d Update IntelFrameworkPkg by qwang12 · 18 years ago
  95. 3e5a396 add some framework definitions by vanjeff · 18 years ago
  96. 0a869bf Add in Intel Framework HiiLib class and instance. by qwang12 · 18 years ago
  97. 79964ac Initial directory structure of IntelFrameworkPkg. by bxing · 18 years ago