summaryrefslogtreecommitdiff
path: root/MdePkg/Include
AgeCommit message (Expand)Author
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish
2011-01-27Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro ...mdkinney
2011-01-27Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_EN...niruiyu
2011-01-06Fix Copyright year to 2011mdkinney
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney
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-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish
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-12-08add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff
2010-12-08updated progress code definitions to match PI Spec 1.2.vanjeff
2010-12-06Roll back comment change for SOR. SOR does not apply to SMM.mdkinney
2010-12-01Update comments for PI 1.2 SMM support.mdkinney
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-11-05Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()...mdkinney
2010-11-05Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros.rsun3
2010-11-04Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers.ydong10
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-10-13MdePkg: Use builtin offsetof function for GCC 4.0 and newerjljusten
2010-10-05Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec.andrewfish
2010-09-29Add ACPI4.0 header file.jyao1
2010-09-27add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is ...erictian
2010-09-07ARM RVCT 3.1 compiler has issues with __packed structures containing anonymou...andrewfish
2010-08-19Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h...niruiyu
2010-08-09Fixed K9 scan issues.hhuan13
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-06-11Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney
2010-05-28Add Read/Write (16) command to SCSI library.li-elvin
2010-05-18MdePkg:jyao1
2010-05-18Change TPM_BASE to 0 per TPM spec.rsun3
2010-05-14Fix a typo in commentklu2
2010-05-05Add new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib.lgao4
2010-04-29Made use of GCC built-in functions for variable arguments in procedures depen...geekboy15a
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-19Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This sho...qhuang8
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-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2010-03-11Updating processor bindings to not use stdint.h. Also added code to verify a...geekboy15a