summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Move the framework version of EFI_S3_RESUME_PPI defintion to Intel framework ...jchen202-0/+80
2010-02-26Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes ...hhuan131-6/+1
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22-2/+0
2010-02-241. Correct File header to ## @filelgao48-29/+29
2010-02-03Remove the duplicate protocol header files in IntelFrameworkPkg. Modules that...qhuang82-81/+0
2010-01-27Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t...mdkinney4-99/+183
2010-01-15Remove the duplicated definitions between Framework AcpiSupport and PI AcpiSy...lgao41-26/+2
2010-01-14Remove duplicate typedef of EFI_SMM_CPU_IO_INTERFACEmdkinney1-1/+0
2010-01-14Put Framework SMM CPU I/O Protocol into its own .h file and add the GUID for ...mdkinney3-54/+92
2010-01-11Remove unnecessary colon for @note tag.xli243-11/+11
2010-01-07Remove dependency on PCI Root Bridge I/O Protocol. This library should only ...mdkinney3-53/+25
2010-01-07Minor code enhancement.xli244-11/+7
2009-12-31Remove duplicated definition of EFI_SMM_COMMUNICATE_HEADER in PI and Framewor...rsun31-19/+7
2009-12-23PI 1.1 SMM Feature Check-indavidhuang2-0/+25
2009-11-30Update header file to include common definition of FRAMEWORK_EFI_AP_PROCEDURE.xli241-1/+3
2009-11-26Add PI complied S3 implementation. Include the Opcode definition and EFI_BOOT...jchen201-89/+9
2009-11-20Rename PI SMM definitions which has same name with those of Framework SMM spe...rsun36-112/+24
2009-11-18Update framework CPU I/O protocol to solve some symbol duplication and confli...qhuang81-78/+15
2009-11-09Add Framework version of EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID and its GUID...qhuang82-3/+8
2009-10-10update comments with the right words.vanjeff1-1/+1
2009-10-10clean up non-English characters.vanjeff1-2/+2
2009-10-10clean up non-English characters.vanjeff2-2/+2
2009-09-03specify the spec revision number followed by protocol eric_tian5-25/+27
2009-08-24Make end of line consistent.qhuang81-85/+85
2009-08-24Make end of line consistent caused by previous check in.qhuang81-79/+79
2009-08-24Integrate the patch contributed by Andrew Fish to add ARM support.qhuang81-79/+79
2009-08-18Fix invalid doxygen comment, should not mix the usage of /// and /**klu21-5/+5
2009-08-10refine some definitions comments.eric_tian2-6/+5
2009-08-06Document all of the mismatches between IntelFrameworkPkg and Framework specif...eric_tian1-0/+1215
2009-07-30Lightly revised SmmCis.h based on information in the PI spec. pkandel1-5/+6
2009-07-29update MdePkg version to 1.01vanjeff2-49/+49
2009-07-29Updated comment at line 595 to be PI 1.1 spec, instead of 1.0.pkandel1-1/+1
2009-07-28fixed wrong comments format.vanjeff1-43/+97
2009-07-28Committing changes to the comments, after review with engineers. pkandel36-324/+248
2009-07-27add comment on mismatch between code and MiscSubclass spec.eric_tian1-0/+6
2009-07-24Move EFI_SMM_COMMUNICATE_HEADER into SmmBase.h because this structure is real...mdkinney2-10/+30
2009-07-24Move those status code definitions that exactly match the PI 1.2 Specificatio...mdkinney4-1404/+62
2009-07-22comments refineeric_tian1-7/+22
2009-07-17improve the doxgen style comments.eric_tian1-196/+262
2009-07-14Remove the following Protocols from the IntelFrameworkPkg because they are id...mdkinney6-1447/+4
2009-07-13Fix a wrong doxygen comment tag usage of ///>. The correct one is ///<.klu21-1/+1
2009-07-13Make code definition alignment.lgao42-19/+19
2009-07-13Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for tho...lgao410-81/+84
2009-07-13updated parameters name to match spec.vanjeff1-7/+7
2009-07-13Remove the following PPIs from the IntelFrameworkPkg because they were identi...mdkinney6-461/+62
2009-07-13Add Framework MP Services Protocolmdkinney4-14/+682
2009-07-13Clean up doxygen commentsmdkinney1-191/+186
2009-07-13Fix Doxygen comment syntaxmdkinney1-7/+7
2009-07-12Add "FRAMEWORK_" to remove name collision with Security2 PPI in MdePkgmdkinney1-2/+2
2009-07-111) Add Include/Framework/BootScript.h that contains defines shared between Bo...mdkinney17-3955/+3895