summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN levelLaszlo Ersek2017-09-111-1/+5
* MdeModulePkg Xhci: Correct description of Timeout param in XhciReg.hStar Zeng2017-09-112-7/+7
* MdeModulePkg: Initial UDF/ECMA-167 file system supportPaulo Alcantara2017-09-087-0/+5389
* MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara2017-09-084-7/+355
* MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()Laszlo Ersek2017-09-082-1/+64
* MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMALaszlo Ersek2017-09-081-12/+12
* MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributesLaszlo Ersek2017-09-082-20/+13
* MdeModulePkg: Fix GCC build error.Fu Siyuan2017-09-061-1/+1
* MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2017-09-062-11/+13
* MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2017-09-062-0/+24
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-045-53/+646
* MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan2017-08-291-3/+12
* MdeModulePkg XhciDxe: Fix Map and Unmap inconsistencyStar Zeng2017-08-251-2/+5
* MdeModulePkg/DriverSample: Add sample case for popup protocolDandan Bi2017-08-235-5/+49
* MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi2017-08-235-3/+889
* MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu2017-08-233-6/+3
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek2017-08-191-2/+22
* MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek2017-08-191-3/+4
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1Laszlo Ersek2017-08-191-9/+1
* MdeModulePkg: Delete useless case codeSong, BinX2017-08-162-21/+0
* MdeModulePkg: Delete never touched codeSong, BinX2017-08-162-4/+2
* MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory types"Star Zeng2017-08-141-2/+7
* MdeModulePkg DxeCore: Fix double free pages on LoadImage failure pathStar Zeng2017-08-141-0/+2
* MdeModulePkg/UefiBootManagerLib: Support DNS device path descriptionJiaxin Wu2017-08-141-2/+11
* MdeModulePkg/EmmcDxe: Make sure no extra data is erased by EraseBlocksHao Wu2017-08-141-4/+152
* MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configurationJiaxin Wu2017-08-111-95/+190
* MdeModulePkg: Variable: Fix typo in variable measureZhang, Chao B2017-08-091-1/+1
* MdeModulePkg/NvmExpressDxe: Notify NVME HW when system reset happensRuiyu Ni2017-08-094-4/+210
* MdeModulePkg SerialDxe: Process timeout consistently in SerialReadStar Zeng2017-08-081-2/+16
* MdeModulePkg/DisplayEngine: Fix incorrect display issueDandan Bi2017-08-041-10/+52
* MdeModulePkg PeiCore: Install SEC HOB dataStar Zeng2017-08-044-3/+110
* 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
* MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write DescriptorHao Wu2017-08-022-0/+6
* MdeModulePkg/UfsPassThruDxe: Add impl of UFS Device Config ProtocolHao Wu2017-08-025-14/+383
* MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu2017-08-021-1/+1
* MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting codeStar Zeng2017-08-013-47/+6
* MdeModulePkg PeiCore: Handle notification PPI from SECStar Zeng2017-08-013-19/+142
* MdeModulePkg PiSmmCoreMemoryAllocLib: Fix a FreePool() assertion issueStar Zeng2017-08-011-4/+28
* MdeModulePkg/PciBus: Avoid hang when BUS pad resource is not in topRuiyu Ni2017-07-281-2/+4
* MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiAppBi, Dandan2017-07-273-1/+52
* MdeModulePkg/BMUiLib: Check reset requirement before exiting UiAppBi, Dandan2017-07-273-3/+55
* MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan2017-07-273-13/+20
* MdeModulePkg Xhci: Also RecoverHaltedEndpoint for BABBLE_ERRORStar Zeng2017-07-262-4/+4
* MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM bufferStar Zeng2017-07-262-58/+147
* MdeModulePkg: Update NonDiscoverableDeviceRegistrationLib file header formatLiming Gao2017-07-261-2/+2
* MdeModulePkg SmmAccess: Update comments to follow PI spec.Eric Dong2017-07-201-2/+3
* MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni2017-07-181-27/+27
* MdeModulePkg/XhciDxe: Make comments align with functionBi, Dandan2017-07-111-0/+1
* MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu2017-07-116-88/+135