summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang22017-12-081-0/+18
* MdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2017-12-072-23/+40
* MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang22017-12-063-0/+205
* MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg/Core/Dxe: log informative memprotect msgs at DEBUG_INFO levelLaszlo Ersek2017-12-051-4/+9
* MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao2017-12-051-1/+2
* MdeModulePkg CapsulePei: Sort and merge memory resource entriesStar Zeng2017-12-051-0/+90
* MdeModulePkg/NvmExpressDxe: fix error status overrideHeyi Guo2017-12-051-0/+5
* MdeModulePkg DxeCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-1/+83
* MdeModulePkg DxeCore: Check FvImage alignmentStar Zeng2017-12-011-13/+19
* MdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-3/+87
* MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supportedJulien Grall2017-11-301-0/+9
* MdeModulePkg/SerialDxe: Fix return valued in SerialSetAttributesJulien Grall2017-11-301-5/+9
* MdeModulePkg/SerialDxe: Describe correctly EFI_DEVICE_ERROR for SetAttributesJulien Grall2017-11-301-2/+2
* MdeModulePkg/DxeCorePerformanceLib: add lock protectionHeyi Guo2017-11-291-1/+66
* MdeModulePkg/AtaAtapiPassThru: Revert patch to disable PCI attributesRuiyu Ni2017-11-292-64/+1
* MdeModulePkg/AtaAtapiPassThru: Revert patch to disable Bus MasterRuiyu Ni2017-11-292-3/+5
* MdeModulePkg/Core: Merge memory map after filtering paging capabilityJian J Wang2017-11-283-1/+20
* MdeModulePkg/BdsDxe: fall back to a Boot Manager Menu loop before hangingLaszlo Ersek2017-11-271-4/+56
* MdeModulePkg/DxeCore: Filter out all paging capabilitiesJian J Wang2017-11-241-0/+20
* MdeModulePkg UhciPei: Also check TempPtr against NULL to return errorStar Zeng2017-11-241-2/+2
* MdeModulePkg/Core: Fix potential array overflowJian J Wang2017-11-242-3/+9
* MdeModulePkg/Core: Add missing header files into infJian J Wang2017-11-242-0/+2
* MdeModulePkg UhciPei: Support IoMmuStar Zeng2017-11-224-99/+719
* MdeModulePkg EhciPei: Minor refinement about IOMMUStar Zeng2017-11-222-8/+7
* MdeModulePkg/PciBus: Revert "Enable BM on P2P bridges on demand"Ruiyu Ni2017-11-223-32/+10
* MdeModulePkg/PciBus: Revert "disable all BME when entering RT"Ruiyu Ni2017-11-223-91/+0
* MdeModulePkg/UefiBootManagerLib: Remove assertionRuiyu Ni2017-11-221-6/+6
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-2119-4214/+4214
* MdeModulePkg EhciPei: Also check Buf against NULL to return errorStar Zeng2017-11-211-1/+1
* MdeModulePkg/UsbMassStorageDxe: Check Get Max LUN status/valueMichael D Kinney2017-11-201-4/+18
* MdeModulePkg/UsbBusDxe: Add UsbControlTransfer() error checkMichael D Kinney2017-11-201-1/+15
* MdeModulePkg/Core: Fix build error with old Visual StudioJian J Wang2017-11-202-8/+18
* MdeModulePkg/PiSmmCore: Fix an assert issue in pool freeJian J Wang2017-11-201-1/+1
* MdeModulePkg/UdfDxe: Avoid possible loss track of allocated bufferHao Wu2017-11-201-5/+7
* MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2017-11-202-6/+28
* MdeModulePkg/UsbMassStorageDxe: Enhance Request Sense HandlingMichael D Kinney2017-11-171-0/+4
* MdeModulePkg/SdBlockIoPei: Support IoMmuHao Wu2017-11-177-19/+483
* MdeModulePkg/EmmcBlockIoPei: Support IoMmuHao Wu2017-11-177-19/+483
* MdeModulePkg/UfsBlockIoPei: Support IoMmuHao Wu2017-11-177-38/+535
* MdeModulePkg XhciPei: Minor refinement about IoMmuStar Zeng2017-11-171-2/+4
* MdeModulePkg EhciPei: Support IoMmuStar Zeng2017-11-178-46/+551
* MdeModulePkg/PiSmmCore: Implement heap guard feature for SMM modeJian J Wang2017-11-177-28/+2064
* MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang2017-11-177-67/+1854
* MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang2017-11-172-4/+33
* MdeModulePkg/SmmMemoryAttribute.h: Add new protocol definitionsJian J Wang2017-11-171-0/+136
* MdeModulePkg/MdeModulePkg.dec,.uni: Add Protocol, PCDs and string tokensJian J Wang2017-11-172-0/+118
* MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan2017-11-161-9/+13
* MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara2017-11-151-53/+201