summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Update the comments of Ip4Config2/Ip6Config ProtocolJiaxin Wu2017-08-112-11/+21
* MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefinedAndrew Fish2017-08-111-3/+3
* MdePkg/Nvme: Add NVME shutdown notification related macrosRuiyu Ni2017-08-091-1/+5
* MdePkg: Add definition for SecHobData PPIStar Zeng2017-08-042-0/+72
* edk2: Move License.txt file to rootMichael D Kinney2017-08-031-25/+0
* edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney2017-08-031-218/+0
* MdePkg/Ftp4: Fix wrong function pointer declarationAlcantara, Paulo2017-08-021-1/+1
* MdePkg/Http.h: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu2017-08-021-1/+1
* MdePkg/Http.h: Refine the coding style.Jiaxin Wu2017-08-021-4/+4
* MdePkg PiPeiCis.h: Add description for notification PPI from SECStar Zeng2017-08-011-8/+9
* MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI TableStar Zeng2017-07-274-59/+25
* MdePkg/ResetNotification: Rename to UnregisterResetNotifyRuiyu Ni2017-07-261-1/+1
* MdePkg: Add UEFI 2.7 defined GUID and structure for KMS protocol.Fu Siyuan2017-07-261-1/+16
* MdePkg UsbFunctionIo.h: Update comments for GetDeviceInfo return statusStar Zeng2017-07-211-3/+7
* MdePkg SmmAccess2: Update comments to follow PI spec.Eric Dong2017-07-201-2/+3
* MdePkg DxeHstiLib: Fix memory leak issueStar Zeng2017-07-181-2/+5
* MdePkg Hsti.h: Update version info to 1.1aStar Zeng2017-07-181-3/+3
* MdePkg: Declare _ReturnAddress() in Base.h for MSFT tool chainLiming Gao2017-07-111-0/+1
* MdePkg: Add EFI Partition Information Protocol definitionsHao Wu2017-07-112-0/+77
* MdePkg MpServices: Update return status to follow spec.Eric Dong2017-07-072-4/+4
* MdePkg/DiskInfo.h: Add the SD/MMC interface GUID definitionHao Wu2017-07-062-2/+17
* MdePkg: Add ResetNotification protocol definitionRuiyu Ni2017-07-032-0/+89
* MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEMStar Zeng2017-06-301-2/+2
* MdePkg/IndustryStandard: update ACPI/IORT definitions to revision CArd Biesheuvel2017-06-271-2/+17
* MdePkg: Update comments for GetNextVariableName to follow UEFI 2.7Star Zeng2017-06-271-1/+7
* MdePkg/PiStatusCode: Add new Status Code for BDS when attempting BootOrderDandan Bi2017-06-271-1/+2
* MdePkg/Cper.h: Update Firmware Error Record per UEFI 2.7Hao Wu2017-06-231-4/+9
* MdePkg: update Base.h in MdePkg to check the _MSC_VERYonghong Zhu2017-06-231-1/+1
* MdePkg: Minor update to the Data parameter for PEI GetVariable()Star Zeng2017-06-221-3/+4
* MdePkg: Add header file for HTTP Boot Callback protocol in UEFI 2.7.Fu Siyuan2017-06-222-1/+104
* MdePkg: Update comments for LocateProtocol to follow UEFI 2.7 specStar Zeng2017-06-211-0/+1
* MdePkg: Add EFI UFS Device Config Protocol definitionsHao Wu2017-06-202-0/+146
* MdePkg/BluetoothConfig: Update comments for GetData/GetRemoteDataHao Wu2017-06-201-6/+6
* MdePkg: Clean ACPI 2.0 characters in UEFI specDandan Bi2017-06-202-22/+21
* MdePkg: update comments in ResetSystem() according to UEFI2.7Dandan Bi2017-06-202-4/+6
* MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7Dandan Bi2017-06-201-7/+14
* MdePkg/HiiImageDecoder.h: Remove the unnecessary commentsDandan Bi2017-06-202-17/+0
* MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 specDandan Bi2017-06-201-8/+9
* MdePkg/Http.h: Add #define for 308 redirecthegdenag2017-06-091-2/+3
* MdePkg: update Wi-Fi/Supplicant header files to meet UEFI 2.7.Wang, Fan2017-06-072-3/+7
* MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.hRuiyu Ni2017-06-073-0/+927
* MdePkg/BluetoothIo: Formalize function header comments.Ruiyu Ni2017-06-071-143/+144
* MdePkg/BluetoothHc: Add detailed function header commentsRuiyu Ni2017-06-071-207/+303
* MdePkg/BluetoothConfig: Add new EFI_BLUETOOTH_CONFIG_DATA_TYPE typesRuiyu Ni2017-06-071-5/+20
* MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2017-06-074-2/+98
* MdePkg SmmIoLib: Use NULL pointer check instead of useless Status checkStar Zeng2017-06-061-5/+6
* MdePkg SmmMemLib: Remove ASSERT in SmmIsBufferOutsideSmmValidStar Zeng2017-06-061-2/+1
* MdePkg/BasePrintLib: Avoid reading content beyond the format stringHao Wu2017-06-011-8/+8
* MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2017-05-312-32/+17
* MdePkg DxeServicesLib: Handle potential NULL FvHandleStar Zeng2017-05-081-3/+13