summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/IntelFrameworkPkg.dec
Commit message (Collapse)AuthorAgeFilesLines
* update MdePkg version to 1.01vanjeff2009-07-291-48/+48
| | | | | | | | | update MdeModulePkg version to 0.90 update IntelFrameworkPkg version to 0.90 update IntelFrameworkModulePkg version to 0.90 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9021 6f19259b-4bc3-4df7-8a09-765794883524
* Move those status code definitions that exactly match the PI 1.2 ↵mdkinney2009-07-241-6/+0
| | | | | | Specification from the IntelFrameworkPkg to MdePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8989 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the following Protocols from the IntelFrameworkPkg because they are ↵mdkinney2009-07-141-22/+4
| | | | | | | | | | | | | identical to Protocols from the PI 1.2 Specification that have been added to the MdePkg 1) IDE Controller Init 2) Incompatible PCI Device Support 3) PCI Hot Bridge Resource Allocation 4) PCI Hot Plug 5) PCI Platform git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8941 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the following PPIs from the IntelFrameworkPkg because they were ↵mdkinney2009-07-131-25/+11
| | | | | | | | | | | | | | | identical to PPIs from the PI 1.2 Specification 1) Block I/O PPI 2) Device Recovery PPI 3) Recovery Module PPI 4) S3 Resume PPI Also add Include/Guid/BlockIo.h that contains two hardware device specific GUIDs for recovery devices that are only defined in the Framework Specifications git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8915 6f19259b-4bc3-4df7-8a09-765794883524
* Add Framework MP Services Protocolmdkinney2009-07-131-0/+3
| | | | | | | Change EFI_AP_PROCEDURE to FRAMEWORK_EFI_AP_PROCEDURE to remove name collision with PI 1.2 MP Services Protocol in MdePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8912 6f19259b-4bc3-4df7-8a09-765794883524
* Add definition on SmmStatusCodeProtocol to comply the SMMCIS spec to fix the ↵jchen202009-07-091-0/+3
| | | | | | bug #202466 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8834 6f19259b-4bc3-4df7-8a09-765794883524
* Retire FrameworkDevicePath header file. It is not defined in framework spec. ↵lgao42009-06-181-3/+0
| | | | | | And it is not used by EDKII modules. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8592 6f19259b-4bc3-4df7-8a09-765794883524
* Retire DataHubProducer header filelgao42009-06-121-9/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8541 6f19259b-4bc3-4df7-8a09-765794883524
* editor was set for tabs instead of spaces on prev chkinlgr2009-06-051-116/+116
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8486 6f19259b-4bc3-4df7-8a09-765794883524
* Per EdkII IntelFrameworkPkg code review instructions, add comments before ↵lgr2009-06-051-1/+120
| | | | | | each gui, ppi & protocol with path to the corresponding .h file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8485 6f19259b-4bc3-4df7-8a09-765794883524
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the ↵mdkinney2009-06-011-1/+0
| | | | | | | | | | | | | | | | IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. 2) Move data structure use to pass DEBUG() info to Status Code Protocol and Status Code PPI from IntelFrameworkModulePkg.Include/DebugInfo.h into the new GUID file IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h 3) Delete IntelFrameworkModulePkg/Include/DebugInfo.h because all the content is now in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h Module Impacts ============== 1) Modules that currently use #include <DebugInfo.h> must be updated to #include <Guid/StatusCodeDataTypeDebug.h>. 2) Modules that currently use #include <Guid/StatusCodeDataTypeId.h> and don't #include <DebugInfo.h> will have to add #include <Guid/StatusCodeDataTypeDebug.h>. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8432 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the GUID declared as gEfiStatusCodeDataTypeErrorGuid and ↵mdkinney2009-06-011-2/+0
| | | | | | | | | | | EFI_STATUS_CODE_DATA_TYPE_ERROR_GUID because it is not present in the Intel Framework Specifications. Remove the GUID declared as gEfiStatusCodeDataTypeProgressCodeGuid and EFI_STATUS_CODE_DATA_TYPE_PROGRESS_CODE_GUID because it is not present in the Intel Framework Specifications. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8428 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and ↵mdkinney2009-06-011-1/+0
| | | | | | | | | EFI_STATUS_CODE_DATA_TYPE_ASSERT_GUID because it is not present in the Intel Framework Specifications. Any usage of this GUID should be replaced with gEfiStatusCodeSpecificDataGuid or EFI_STATUS_CODE_SPECIFIC_DATA_GUID. The Intel Framework Specification Status Codes 0.92 defines the method for producing a status code for an ASSERT() condition by using an error code of EFI_SW_EC_ILLEGAL_SOFTWARE_STATE. Any consumer of produced status codes should evaluate the error code to determine if it is an ASSERT() type, and then know how to interpret the extended data as EFI_DEBUG_ASSERT_DATA. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8426 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the GUID declared as gEfiStatusCodeDataTypeExceptionHandlerGuid and ↵mdkinney2009-06-011-1/+0
| | | | | | | | | | | EFI_STATUS_CODE_DATA_TYPE_EXCEPTION_HANDLER_GUID because it is not present in the Intel Framework Specifications. Any usage of this GUID should be replaced with gEfiStatusCodeSpecificDataGuid or EFI_STATUS_CODE_SPECIFIC_DATA_GUID. The Intel Framework Specification Status Codes 0.92 defines the method for producing a status code with a CPU exception record. The subclass of the error code defines the type of processor exception. Any consumer of produced status codes should evaluate the error code to determine if it is a CPU exception type, and then know how to interpret the extended data as a CPU exception record. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8425 6f19259b-4bc3-4df7-8a09-765794883524
* Retire framework IfrSupportLib and HiiLib, which will be replaced by new ↵lgao42009-04-221-1/+0
| | | | | | designed Hii library in MdeModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8150 6f19259b-4bc3-4df7-8a09-765794883524
* Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library ↵rsun32009-03-311-1/+0
| | | | | | instance now and will be added later if necessary. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7989 6f19259b-4bc3-4df7-8a09-765794883524
* Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and ↵qwang122008-09-031-0/+2
| | | | | | Framework Setup Browser in new GUIDs. This is because the interfaces produced only handle IFR and String packages in UEFI format. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5802 6f19259b-4bc3-4df7-8a09-765794883524
* Misuse protocol and guidklu22008-08-201-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5691 6f19259b-4bc3-4df7-8a09-765794883524
* Fix a GUID value typo for Legacy BIOS protocolqhuang82008-04-011-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4972 6f19259b-4bc3-4df7-8a09-765794883524
* Correct gEfiLegacyBiosPlatformProtocolGuid value same to the definition in ↵lgao42008-03-191-1/+1
| | | | | | header file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4920 6f19259b-4bc3-4df7-8a09-765794883524
* remove the duplicate guid.qwang122008-02-041-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4671 6f19259b-4bc3-4df7-8a09-765794883524
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-211-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4597 6f19259b-4bc3-4df7-8a09-765794883524
* Fix build break issueklu22007-12-101-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4381 6f19259b-4bc3-4df7-8a09-765794883524
* Update following library class/Protocol for puting 'Framework' as prefixklu22007-10-221-2/+2
| | | | | | | | | FrameworkHii FrameworkFormBrowser FrameworkFormCallback FrameworkIfrSupportLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4196 6f19259b-4bc3-4df7-8a09-765794883524
* Add a new library class of SmmLibqhuang82007-09-031-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3764 6f19259b-4bc3-4df7-8a09-765794883524
* Remove duplicate GUID declaration for DataHubmdkinney2007-08-241-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3703 6f19259b-4bc3-4df7-8a09-765794883524
* Remove duplicate GuidCName of "gEfiFirmwareVolumeProtocolGuid"qhuang82007-08-031-1/+0
| | | | | | This exact value does not equal to that in MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3538 6f19259b-4bc3-4df7-8a09-765794883524
* add back AcpiS3Save.h and gEfiAcpiS3SaveProtocolGuidqwang122007-07-231-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3403 6f19259b-4bc3-4df7-8a09-765794883524
* 1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be ↵yshang12007-07-231-82/+45
| | | | | | | | | | | | defined in TianoModulePkg. 2) Move Crc32 GuidedSectionExtraction GUID definition to MdeModulePkg. 3) Move Protocol/FirmwareVolumeDispatch.h to MdeModulePkg. 4) Remove Protcol/GuidedSectionExtraction.h of IntelFrameworkPkg, since it has been introduced in PI. 5) Clean up PROTOCOL/PPI/GUID declaration in MdeModulePkg.dec, IntelFrameworkModulePkg.dec, IntelFrameworkPkg.dec to match package spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3400 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing protocolklu22007-07-231-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3399 6f19259b-4bc3-4df7-8a09-765794883524
* Add GUID declaration in IntelFrameworkPkg.dec.xli242007-07-181-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3321 6f19259b-4bc3-4df7-8a09-765794883524
* Correct the library class name klu22007-07-181-3/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3311 6f19259b-4bc3-4df7-8a09-765794883524
* Add gEfiFindFvPpiGuid in IntelFrameworkPkg.decxli242007-07-171-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3290 6f19259b-4bc3-4df7-8a09-765794883524
* Add GUID of gEfiAcpiTableStorageGuid in DEC file for IntelFrameworkPkg.xli242007-07-161-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3254 6f19259b-4bc3-4df7-8a09-765794883524
* Updated IntelFrameworkPkg.dec to add FvFileLoader PPI definition.bxing2007-07-091-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3143 6f19259b-4bc3-4df7-8a09-765794883524
* add gEfiPciCfgPpiInServiceTableGuid definitionsvanjeff2007-07-051-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3061 6f19259b-4bc3-4df7-8a09-765794883524
* Add GUID defintions for gDeviceRecoveryModulePpiGuidqhuang82007-07-051-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3055 6f19259b-4bc3-4df7-8a09-765794883524
* add in FirmwareFileSystem.h which define Framework File System Guid.qwang122007-07-041-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3036 6f19259b-4bc3-4df7-8a09-765794883524
* Rename Frame*Lib to *LibFramework to improve the speed that a module could ↵qwang122007-06-291-2/+2
| | | | | | be found in the tree. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2908 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2882 ↵qwang122007-06-291-0/+1
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* 1. add guid definitionvanjeff2007-06-291-0/+1
| | | | | | | 2. add UefiRuntimeServicesTableLib reference in DxeReportStatusCodeLib.inf 3. add PeiReportStatusCodeLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2878 6f19259b-4bc3-4df7-8a09-765794883524
* Updated *.dec files and .h files to support correct include path schemeAJFISH2007-06-281-2/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2863 6f19259b-4bc3-4df7-8a09-765794883524
* add gEfiStatusCodeSpecificDataGuid definitionvanjeff2007-06-281-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2843 6f19259b-4bc3-4df7-8a09-765794883524
* 1) Add MdeModulePkg\Universal\WatchDogTimerDxe driver. Because this driver ↵klu22007-06-281-0/+1
| | | | | | | | use ReportStatus so this module is dependent on IntelFrameworkPkg now. 2) Write ReportStatusCodeLib.inf for IntelFrameworkPkg\Library\ReportStatusCodeLibFramework and add it into IntelFrameworkPkg.dec git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2837 6f19259b-4bc3-4df7-8a09-765794883524
* 1. fixed one bug in Common/FrameworkFirmwareFileSystem.hvanjeff2007-06-281-1/+2
| | | | | | | | 2. add IntelFrameworkPkg.dsc 3. add Guid/StatusCodeDataTypeId.h and update IntelFrameworkPkg.dec and IntelFrameworkPkg.nspd 4. Port DxeIoLibCpuIo.inf, DxeReportStatusCodeLib.inf and DxeSmmDriverEntryPoint.inf git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2827 6f19259b-4bc3-4df7-8a09-765794883524
* Update IntelFrameworkPkgqwang122007-06-271-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2786 6f19259b-4bc3-4df7-8a09-765794883524
* add some framework definitionsvanjeff2007-06-271-0/+26
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2776 6f19259b-4bc3-4df7-8a09-765794883524
* add IntelFrameworkPkg.dec and IntelFrameworkPkg.nspdqwang122007-06-271-0/+114
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2759 6f19259b-4bc3-4df7-8a09-765794883524