]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Include
Clarify PrintLib behavior on %d, %x, %l.
[mirror_edk2.git] / MdePkg / Include /
2013-07-29 Liming GaoClarify PrintLib behavior on %d, %x, %l.
2013-07-26 Ruiyu NiAdd 4 APIs to DevicePathLib: ConvertDeviceNodeToText...
2013-07-12 Liming Gao1. Add defines for MAX values for UEFI data types.
2013-05-22 lgao4Correct the incorrect Copyright or License in EDKII...
2013-03-20 vanjeffMedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition...
2013-03-13 lgao4Fix minor typos in BaseLib LinkedList comments
2012-12-25 lgao4Add ASSERT() for BitField operations to make sure the...
2012-12-18 jyao1Add PI1.2.1 EndOfDxe support.
2012-12-17 lgao4Add boot mode BOOT_WITH_MFG_MODE_SETTINGS.
2012-11-29 lzeng14Fix the issue that S3BootScriptLabel() does not work...
2012-11-28 czhang46Measure Processor location as system identity to PCR...
2012-11-27 czhang461.Measure ACPI table data comes from flash event type...
2012-11-20 lgao4Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definiti...
2012-11-02 niruiyuAdd missing PCI class code definition.
2012-10-30 lgao4Fix comment typo to use UEFI spec defined WIN_CERT_TYPE...
2012-10-30 ydong10Correct the definition for Modal opcode, from EFI_IFR_M...
2012-10-12 li-elvinPAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectl...
2012-10-11 hhtianUpdate license statement
2012-10-09 jyao1Add missing SocketIdentifier for Memory Topology table...
2012-10-08 jyao1MdePkg: Fix incorrect SPCR definitions for 115200 and...
2012-09-27 ydong10Enable EFI_IFR_DEFAULT2 opcode in browser.
2012-09-27 jyao1Add debug port and debug port 2 table.
2012-09-24 niruiyuAdd new API IsDevicePathValid() to UefiDevicePathLib.
2012-09-11 ydong10Enhance the error code info.
2012-08-22 niruiyuChange the EFI_BOOT_KEY_DATA definition to use macro...
2012-08-22 lgao4Add PI1.2.1 SAP2 support and UEFI231B mantis 896
2012-08-21 ydong10Enhance the check when ImageRead function return.
2012-08-21 rsun3MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus...
2012-08-07 li-elvinUpdated GraphicsOutput.h to follow UEFI 2.3.1 c spec.
2012-07-30 czhang46Add 2 new Bds features
2012-07-30 niruiyuChange the type of NotifyHandle from EFI_HANDLE to...
2012-07-25 niruiyuFix the typo in InstallMultipleProtocolInterfaces comments
2012-07-24 niruiyuCorrect a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID...
2012-07-17 lgao4Update HobLib and Hob Service to avoid data over flow.
2012-07-05 lgao4Update header file to match UEFI231B mantis 771, 850...
2012-07-04 ydong10Update the comments for EFI_IFR_TYPE_VALUE to follow...
2012-06-21 ydong10Fix a typo.
2012-06-21 rsun3MdePkg SmmSwDispatch2.h: comment cleanup.
2012-05-31 rsun3Change returned status codes for SmiManage() per PI...
2012-05-30 ydong10Add new interface GetVariable2 and GetEfiGlobalVariable...
2012-05-30 rsun3MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCES...
2012-05-24 rsun3MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MIC...
2012-05-22 erictianMdePkg: Add Eject/Read12/Write12 cmds to Atapi.h
2012-05-16 jyao1Update EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABL...
2012-05-16 lgao4Update MdePkg and EdkCompatibilityPkg INT8 definition...
2012-04-27 ydong10Enhance the error handling for AllocatePool and Allocat...
2012-04-24 lzeng14Add new extension PerformanceLib APIs to store ID info.
2012-04-17 lgao4Update function comments to remove confused description...
2012-04-17 lgao4Correct function comments on DxeServicesLib GetFileBuff...
2012-04-16 jyao1Add 3 missing fields for EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC
2012-03-07 lgao4Clarify alignment of GetSpinLockProperties() is byte...
2012-02-28 oliviermartinMdePkg/Include/Base.h: Defined __va_copy macro when...
2012-02-27 lgao4Update the modifier of ThunkContext parameter for AsmPr...
2012-02-22 rsun3MdePkg: Add a new macro VA_COPY for variable argument...
2012-01-16 lgao4Add new DEBUG_VERBOSE print error level.
2012-01-12 ydong10Correct definition to follow spec.
2011-12-20 lzeng14Add the omissions to comply with latest SMBIOS 2.7...
2011-12-15 lzeng14Exchange the sequence of Asynchronous and Synchronous...
2011-12-15 rsun3MdePkg: Per PI 1.2 Errata C, update the function descri...
2011-12-12 jyao1Update ACPI5.0 header file about ACPI spec release...
2011-12-09 sfu51. Fix a bug when verify the CertType GUID in authentic...
2011-12-07 lgao4Update code comments to specify the correct language...
2011-11-30 jyao1Add ACPI5.0 header file.
2011-11-21 lzeng14According to PI errata 0000654 and 000811, we need...
2011-11-21 rsun3PI 1.2 Errata C: A new return condition is added for...
2011-11-18 lzeng14According to PI errata 0000718 and PI 1.2c Vol 3 3...
2011-11-17 vanjeffRemove CONST prefix to follow PI Specification.
2011-11-17 rsun3Update PI Service Table Versions per PI 1.2 Errata C.
2011-11-16 jyao1UEFI231 spec compliance:
2011-11-15 lzeng14According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K...
2011-11-15 erictianAccording to PI errata 0000690, word "Ide Bus driver...
2011-11-15 vanjeffRemove code comments since PI 1.2c has fixed the typo...
2011-11-15 lzeng14According to PI 1.2c Vol 5, update the code to stipulat...
2011-11-14 jyao1Follow PI1.2c spec, check empty string and return EFI_I...
2011-11-04 xdu2MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library...
2011-10-27 lzeng14Add core FFS3 support, ExtractGuidedSectionLib/GuidedSe...
2011-10-26 niruiyuAdopt new IPv4/IPv6 device path for network modules.
2011-10-26 gdong1 Fix name conflict between User Credential protocol...
2011-10-26 gdong1correct a typo.
2011-10-26 gdong1Update UID definition to align with latest UEFI spec...
2011-10-25 vanjeffAdd the definition of UNDI_CONFIG_TABLE defined in...
2011-10-12 gdong1 Update UID drivers to align with latest UEFI spec...
2011-09-30 qianouyang1. Add Partial Keystroke Support definition in SimpleTe...
2011-09-30 lgao4Update comments to corrects SignatureSize for each...
2011-09-30 vanjeffAdd the definitions of Common Platform Error Record...
2011-09-05 niruiyuAdd the definition of new format of IPv4 device path...
2011-09-02 li-elvinMove generic IA32_SEGMENT_DESCRIPTOR definition to...
2011-08-29 jljustenMdePkg: Add S3 library interfaces and base implementations
2011-08-25 xdu2Add new API GetTimeInNanoSecond() to TimerLib to conver...
2011-08-24 erictianRemove CONST modifier to be spec compliance
2011-08-23 erictianremove some const modifier to spec compliance.
2011-08-23 lzeng14Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_S...
2011-08-18 vanjeffAdded 3 new EFI Resources Attributes defined in PI...
2011-08-16 hhuan131. Add Uefi231 secure boot related definitions
2011-08-02 jcarseyAdd 2 functions to UefiLib library class: CatSPrint...
2011-07-27 lzeng14GUIDs should go below the correct comment block in...
2011-07-19 lzeng14Add header file for KMS.
2011-07-13 niruiyuChange CHAP_RADIUS_AUTH_NODE & CHAP_LOCAL_AUTH_NODE...
2011-07-12 ydong10Update structure EFI_IFR_VARSTORE_EFI to follow UEFI...
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
next