summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)Author
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu2
2011-08-24Refine code to follow coding style.ydong10
2011-08-24Remove CONST modifier to be spec complianceerictian
2011-08-23remove some const modifier to spec compliance.erictian
2011-08-23Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.lzeng14
2011-08-19Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu
2011-08-18Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. vanjeff
2011-08-161. Add Uefi231 secure boot related definitionshhuan13
2011-08-15Use linked list to replace the current array solution to store the periodic S...niruiyu
2011-08-09Fix X64 compile error.lgao4
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey
2011-08-04Fix X64 compile error.lgao4
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey
2011-08-02MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng14
2011-07-27GUIDs should go below the correct comment block in MdePkg.dec.lzeng14
2011-07-20MdePkg: Update CpuSleep to use ARMv7 instruction. andrewfish
2011-07-19Add header file for KMS.lzeng14
2011-07-13Change CHAP_RADIUS_AUTH_NODE & CHAP_LOCAL_AUTH_NODE definition in Authenticat...niruiyu
2011-07-12Update structure EFI_IFR_VARSTORE_EFI to follow UEFI spec 2.3.1ydong10
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-30Fix the comments in the core interface to follow the UEFI Spec regarding how ...niruiyu
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey
2011-06-28Add new "ref5" opcode data structure and ref data type structure.ydong10
2011-06-23Remove non-ASCII characters.niruiyu
2011-06-21Initialize data before using itydong10
2011-06-18Update the EFI_PCI_ADDRESS macro in PciRootBridgeIo.h to support PCI Express ...rsun3
2011-06-16Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/...lzeng14
2011-06-16Correct ExtendedSize’s type to UINT32.lzeng14
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao4
2011-06-13Add ABS() macro (Absolute Value) to Base.h in MdePkgmdkinney
2011-06-13Fix incorrect comments in SimpleFileSystem.h.niruiyu
2011-06-13Add the missing default definition of EFIAPI in Ia32/ProcessorBind.h.lgao4
2011-06-10Add ESAL support libraries to MdePkgmdkinney
2011-06-09Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure.niruiyu
2011-06-08Add new "refresh event group" opcode.ydong10
2011-06-08Add new "Modal form" opcode.ydong10
2011-06-08String Reference Cleanup.lzeng14
2011-06-01Add new definition for XHCI supporterictian
2011-05-31Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu
2011-05-26Fix ICC build break.lgao4
2011-05-24Update BasePrintLib to handle the unaligned GUID. lgao4
2011-05-24Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun3
2011-05-23Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...niruiyu
2011-05-23Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng14
2011-05-20Add new definition used for new call back return type and new action type.ydong10
2011-05-17Change the type of the IoData field of EFI_SMM_SAVE_STATE_IO_INFO from UINTN ...rsun3
2011-05-17According to PI_1_2_Errata_B, EFI_FFS_INTEGRITY_CHECK.Checksum.File should be...lzeng14
2011-05-16Add definition of SCAN_PAUSE for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.vanjeff