summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol
AgeCommit message (Expand)Author
2011-02-12Update function description per UEFI2.3d. The main changes include: lgao4
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun3
2010-12-21Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun3
2010-12-16Remove wrongly added SuperIoInit protocol.niruiyu
2010-12-14Add the SuperIoInit protocol to MdePkg.niruiyu
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian
2010-11-23Adds the missing return status description for HiiConfigRouting.ConfigToBlock...lgao4
2010-11-17Update the file description in IpSec.h to refer to an accurate UEFI version.qianouyang
2010-10-24Fix a cut-n-paste error in the comment for the "read keystroke" function.darylm503
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang
2010-08-19Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h...niruiyu
2010-07-20Remove spec compliance comment. It follows PI1.2B spec now.jyao1
2010-06-25Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI...qhuang8
2010-05-18MdePkg:jyao1
2010-05-14Fix a typo in commentklu2
2010-04-23Update the copyright notice formathhtian
2010-04-16Fixed GCC 4.4 build issue. All protocols and public interfaces must specify ...geekboy15a
2010-04-09Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTR...niruiyu
2010-03-16Minor update the patch for Edk r10248qhuang8
2010-03-16add missed GUID definition of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID_31.vanjeff
2010-03-15Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @ret...myronporter
2010-03-15Remove one leftover in protocol definitions.qhuang8
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2010-03-03Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u...klu2
2010-03-02Fix some minor coding style issue for doxygen document.qhuang8
2010-03-02Remove some comments according to the latest UEFI Spec 2_3_Errata_B.ljin6
2010-03-01Remove comments about in-consistency between code and UEFI/PI spec because UE...rsun3
2010-03-01remove some comments.vanjeff
2010-03-01roll back some changing since it was not complete.vanjeff
2010-03-01updated definitions of PCD PPI/Protocol per latest UEFI Spec.vanjeff
2010-02-27Update comments by UEFI approved Errata revision 'B'.gdong1
2010-02-26Remove notice as it gets to publish in newest PI spec.qhuang8
2010-02-26According to the latest UEFI 2.3 errata B, the following changes are made:lgao4
2010-02-26Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes ...hhuan13
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao4
2010-02-03Add EFI_NO_MEDIA status code to network APIs.xdu2
2010-02-03Remove the unnecessary header files inclusion.qhuang8
2010-02-01Remove extra #Includemdkinney
2010-01-29Move the definitions defined for User Manager protocol from UserCredential.h ...gdong1
2010-01-28Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures.ljin6
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang8
2010-01-26Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-...qhuang8
2010-01-25Fix typo in Monotonic Counter GUID macro nameqhuang8
2010-01-25Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE o...tye1
2010-01-15Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2lgao4
2010-01-14Clean up commentsmdkinney
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun3
2010-01-14Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney
2010-01-14Change SMM CPU I/O to SMM CPU I/O 2mdkinney
2009-12-29the 1st paramter of the function prototype lost the "CONST" keyword which is ...jchen20