summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2016-10-18MdeModulePkg FileExplorerLib: Fix potential Integer Overflow.Liming Gao1-2/+26
2016-10-12MdeModulePkg RegularExpressionDxe: Add the missing EFIAPI for the functionLiming Gao5-4/+6
2016-10-12MdeModulePkg/MdeModulePkg.dec: Fix EBC build failure of PciBus driverRuiyu Ni1-1/+0
2016-10-12MdeModulePkg: Add GraphicsOutputDxe driver.Ruiyu Ni5-0/+1044
2016-10-12MdeModulePkg: Add FrameBufferBltLib library instanceRuiyu Ni3-0/+739
2016-10-12MdeModulePkg: Add FrameBufferBltLib library classRuiyu Ni2-0/+98
2016-10-12MdeModulePkg/CdExpressPei: Use PcdRecoveryFileName PCD.Jiewen Yao3-9/+19
2016-10-12MdeModulePkg/dec: Add PcdRecoveryFileName PCD.Jiewen Yao1-0/+6
2016-10-09MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.Zhang Lubo5-47/+47
2016-10-09MdeModulePkg/HiiDataBase: Fix NULL deference bug in HiiGetImageInfoRuiyu Ni1-0/+4
2016-10-08MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi1-1/+1
2016-10-08MdeModulePkg/CdExpressPei: Fix capsule size mismatch issue.Jiewen Yao2-4/+6
2016-09-29MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLibRuiyu Ni4-266/+0
2016-09-29MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLibRuiyu Ni3-341/+0
2016-09-29MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLibRuiyu Ni2-7/+0
2016-09-28MdeModulePkg/Logo: Add LogoDxe moduleRuiyu Ni5-0/+274
2016-09-28MdeModulePkg/BootLogoLib&PlatformLogo: Use HII data types in parametersRuiyu Ni5-164/+89
2016-09-28MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.Ruiyu Ni5-53/+822
2016-09-28MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEGRuiyu Ni1-7/+14
2016-09-28MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni5-75/+75
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiDrawImage()Ruiyu Ni1-14/+12
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiSetImage()Ruiyu Ni1-70/+46
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiGetImage()Ruiyu Ni1-35/+20
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiNewImage()Ruiyu Ni1-56/+27
2016-09-28MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()Ruiyu Ni1-54/+34
2016-09-28MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni3-76/+63
2016-09-28MdeModulePkg/PciSioSerialDxe: Remove unused global variablesRuiyu Ni1-4/+1
2016-09-27MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao7-9/+16
2016-09-26MdeModulePkg: Clean the previous address since the policy changedJiaxin Wu1-31/+31
2016-09-26MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurableArd Biesheuvel3-40/+55
2016-09-21MdeModulePkg/XhciPei:1ms delay before access MMIO reg during resetFeng Tian1-0/+6
2016-09-21MdeModulePkg/XhciDxe:1ms delay before access MMIO reg during resetFeng Tian1-1/+7
2016-09-20MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng7-16/+16
2016-09-12MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctlyDandan Bi1-4/+13
2016-09-12MdeModulePkg/UiApp: Fix incorrect question idDandan Bi1-1/+2
2016-09-06MdeModulePkg/PciHostBridgeDxe: restrict 64-bit DMA to devices that support itArd Biesheuvel1-4/+10
2016-09-06MdeModulePkg/XhciDxe: enable 64-bit PCI DMAArd Biesheuvel2-1/+23
2016-09-06MdeModulePkg/SdMmcPciHcDxe: enable 64-bit PCI DMAArd Biesheuvel1-0/+20
2016-09-06MdeModulePkg/NvmExpressDxe: enable 64-bit PCI DMAArd Biesheuvel1-0/+13
2016-09-06MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel3-2/+24
2016-09-06MdeModulePkg/AtaAtapiPassThru: enable 64-bit PCI DMAArd Biesheuvel1-1/+19
2016-09-06MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()Jiaxin Wu1-8/+20
2016-09-06MdeModulePkg NvmExpressDxe: Set the non-blocking I/O feature support bitHao Wu1-1/+4
2016-09-06MdeModulePkg NvmExpressDxe: Fix 'Event' won't be signaled for Admin cmdsHao Wu1-2/+11
2016-09-06MdeModulePkg NvmExpressDxe: Add NamespaceId validity check in PassThruHao Wu1-0/+8
2016-09-06MdeModulePkg NvmExpressDxe: Add check for command packet in PassThruHao Wu1-2/+19
2016-09-06MdeModulePkg NvmExpressDxe: Add check on the attributes of NVME controllerHao Wu1-1/+13
2016-09-06MdeModulePkg NvmExpressDxe: Add buffer alignment check in PassThru APIHao Wu1-21/+34
2016-09-06MdeModulePkg NvmExpressDxe: Refine GetNextNamespace API to follow specHao Wu1-1/+5
2016-09-06MdeModulePkg NvmExpressDxe: Refine GetNameSpace API to follow specHao Wu1-1/+11