summaryrefslogtreecommitdiffstats
path: root/MdePkg/MdePkg.dec
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Acpi System Description Table protocol from PI 1.2 specification.klu22009-08-201-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9159 6f19259b-4bc3-4df7-8a09-765794883524
* Add gEfiFirmwareFileSystem3Guid GUID definition from PI 1.2klu22009-08-201-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9148 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing GUID C Name definition for 3 new UEFI 2.2 protocols.qhuang82009-08-191-5/+14
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9134 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing GUID C Name in DEC file from last check inqhuang82009-08-191-1/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9131 6f19259b-4bc3-4df7-8a09-765794883524
* Add UEFI 2.2 Driver Healthy protocol definitionsqhuang82009-08-191-0/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9130 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing GUID C Name gEfiHashServiceBindingProtocolGuid in MdePkg.dec to ↵qhuang82009-08-191-0/+3
| | | | | | match the protocol header file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9127 6f19259b-4bc3-4df7-8a09-765794883524
* Add Report Status Code related PPI/Protocol from PI 1.2 specification.klu22009-08-191-0/+9
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9123 6f19259b-4bc3-4df7-8a09-765794883524
* Add ARM specific include pathmdkinney2009-08-181-2/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9104 6f19259b-4bc3-4df7-8a09-765794883524
* add new guid value.vanjeff2009-08-181-0/+18
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9094 6f19259b-4bc3-4df7-8a09-765794883524
* Add S3 SMM Save State protocol definition from PI 1.2 specification.klu22009-08-181-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9091 6f19259b-4bc3-4df7-8a09-765794883524
* update dec file to reflect newly introduced protocols.eric_tian2009-08-181-0/+21
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9090 6f19259b-4bc3-4df7-8a09-765794883524
* Add definition of S3 save state from PI 1.2 specification.klu22009-08-181-3/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9088 6f19259b-4bc3-4df7-8a09-765794883524
* Add SMBIOS protocol definitions from PI 1.2 specification.klu22009-08-181-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9083 6f19259b-4bc3-4df7-8a09-765794883524
* Correct the format of comments lgao42009-08-071-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9029 6f19259b-4bc3-4df7-8a09-765794883524
* update MdePkg version to 1.01vanjeff2009-07-291-183/+183
| | | | | | | | | 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
* Add PcdVerifyNoteInList for judge whether do verification of node in list in ↵klu22009-07-281-1/+6
| | | | | | debug mode. The default value is FALSE. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9016 6f19259b-4bc3-4df7-8a09-765794883524
* Move those status code definitions that exactly match the PI 1.2 ↵mdkinney2009-07-241-0/+6
| | | | | | Specification from the IntelFrameworkPkg to MdePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8988 6f19259b-4bc3-4df7-8a09-765794883524
* Add the following PI 1.2 Protocols to the MdePkgmdkinney2009-07-141-1/+16
| | | | | | | | | | | | 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@8940 6f19259b-4bc3-4df7-8a09-765794883524
* Add the following PI 1.2 Protocols to the MdePkgmdkinney2009-07-131-0/+28
| | | | | | | | 1) Disk Info Protocol and its associated device GUIDs 2) PCI Hot Plug Request Protocol git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8936 6f19259b-4bc3-4df7-8a09-765794883524
* Add the following PI 1.2 PPIs to the MdePkgmdkinney2009-07-131-5/+20
| | | | | | | | | 1) Block I/O PPI 2) Device Recovery PPI 3) Recovery Module PPI 4) S3 Resume PPI git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8914 6f19259b-4bc3-4df7-8a09-765794883524
* Add MP Services Protocol from the UEFI Platform Initialization 1.2 Specificationmdkinney2009-07-131-0/+8
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8910 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the wrong structure definition in Smbios.h. klu22009-06-211-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8618 6f19259b-4bc3-4df7-8a09-765794883524
* Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild ↵klu22009-05-061-3/+0
| | | | | | PCD type with different default value. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8247 6f19259b-4bc3-4df7-8a09-765794883524
* fix the typoeric_tian2009-05-041-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8234 6f19259b-4bc3-4df7-8a09-765794883524
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8218 6f19259b-4bc3-4df7-8a09-765794883524
* update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian2009-04-271-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8183 6f19259b-4bc3-4df7-8a09-765794883524
* Add UEFI2.1d HiiPlatformSetupFormset Guidlgao42009-04-161-1/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8097 6f19259b-4bc3-4df7-8a09-765794883524
* Add UEFI 2.1d Hii Package list GUID definition to MdePkg.qhuang82009-04-151-1/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8090 6f19259b-4bc3-4df7-8a09-765794883524
* MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH process added.gikidy2009-04-031-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8024 6f19259b-4bc3-4df7-8a09-765794883524
* Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add ↵qhuang82009-03-051-0/+3
| | | | | | PeCoffExtraActionLib class and instances. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7811 6f19259b-4bc3-4df7-8a09-765794883524
* Re-organize the PCDs section to reduce the duplication of PCD help text and ↵qhuang82009-03-021-79/+11
| | | | | | default value: every PCD token space and token pair has only one entry in DEC file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7766 6f19259b-4bc3-4df7-8a09-765794883524
* Add the missing PI capsule architecture protocol.lgao42009-02-231-0/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7605 6f19259b-4bc3-4df7-8a09-765794883524
* Path\filename information added for Protocol/PPI/Guid section in DEC file.gikidy2009-02-181-0/+327
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7540 6f19259b-4bc3-4df7-8a09-765794883524
* Retired macro value TIME_OUT in UefiUsbLib and introduce a new PCD entry ↵qhuang82009-02-061-0/+6
| | | | | | PcdUsbTransferTimeoutValue for it. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7467 6f19259b-4bc3-4df7-8a09-765794883524
* Add Ppi/Guid/Protocol header file path into the comments for user reference.lgao42009-02-051-0/+7
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7437 6f19259b-4bc3-4df7-8a09-765794883524
* Split out Synchronization Library from Base Librarymdkinney2009-01-301-0/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7377 6f19259b-4bc3-4df7-8a09-765794883524
* Fix typos in Pcd token numberqhuang82009-01-231-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7351 6f19259b-4bc3-4df7-8a09-765794883524
* 1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in ↵vanjeff2009-01-141-39/+41
| | | | | | | | MdePkg.dec, even though they are the same value with gEfiDebugPortProtocolGuid. 2. Meta data clean up. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7271 6f19259b-4bc3-4df7-8a09-765794883524
* Remove undefined comments for status PCD.lgao42008-12-081-19/+0
| | | | | | Add comments for DebugImageInfoTable, FileInfo, FileSystemInfo and FileSystemVolumeLabelInfo Guid structure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6914 6f19259b-4bc3-4df7-8a09-765794883524
* PCD default value has been changed according to the specjji42008-12-081-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6913 6f19259b-4bc3-4df7-8a09-765794883524
* Roll back change to Terminal Type PCDmdkinney2008-12-051-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6881 6f19259b-4bc3-4df7-8a09-765794883524
* PCD entries have been reviewed with spec.jji42008-12-051-5/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6863 6f19259b-4bc3-4df7-8a09-765794883524
* Rename PcdDefaultTerminalType to PcdUartDefaultTerminalType based on Mde ↵qwang122008-12-051-3/+3
| | | | | | Library spec 0.61m-4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6857 6f19259b-4bc3-4df7-8a09-765794883524
* Correct typo.lgao42008-12-041-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6843 6f19259b-4bc3-4df7-8a09-765794883524
* Remove GraphicLib library class from MdePkg.dec file.klu22008-11-241-5/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6700 6f19259b-4bc3-4df7-8a09-765794883524
* 1.Removed PrintXY from Graphics Library.vanjeff2008-11-201-0/+3
| | | | | | | 2.Added PrintXY and AsciiPrintXY in Uefi Library 3.Moved PcdUgaConsumeSupport from MdeModulePkg to MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6642 6f19259b-4bc3-4df7-8a09-765794883524
* fixing Doxygen comment blockjcarsey2008-11-181-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6616 6f19259b-4bc3-4df7-8a09-765794883524
* Synchronization of MDE Library Spec., Mde.dec, and corresponding head files ↵jji42008-11-141-7/+9
| | | | | | in MdePkg\Include\Library. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6545 6f19259b-4bc3-4df7-8a09-765794883524
* Update [LibraryClasses] section for the updated library class.qhuang82008-11-131-18/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6504 6f19259b-4bc3-4df7-8a09-765794883524
* +++++ mdkinney 11/5/2008 11:08:13 PMeric_tian2008-11-071-4/+1
| | | | | | | The library class DxeSmmDriverEntryPoint is no longer required. It is identical to UefiDriverEntryPoint, so that library class should be used. We can still have a different library instance for UEFI and DXE SMM drivers, but they can share the same lib class defintion. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6432 6f19259b-4bc3-4df7-8a09-765794883524