summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.Zhang Lubo2016-10-095-47/+47
* MdeModulePkg/HiiDataBase: Fix NULL deference bug in HiiGetImageInfoRuiyu Ni2016-10-091-0/+4
* MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi2016-10-081-1/+1
* MdeModulePkg/CdExpressPei: Fix capsule size mismatch issue.Jiewen Yao2016-10-082-4/+6
* MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLibRuiyu Ni2016-09-294-266/+0
* MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLibRuiyu Ni2016-09-293-341/+0
* MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLibRuiyu Ni2016-09-292-7/+0
* MdeModulePkg/Logo: Add LogoDxe moduleRuiyu Ni2016-09-285-0/+274
* MdeModulePkg/BootLogoLib&PlatformLogo: Use HII data types in parametersRuiyu Ni2016-09-285-164/+89
* MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.Ruiyu Ni2016-09-285-53/+822
* MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEGRuiyu Ni2016-09-281-7/+14
* MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni2016-09-285-75/+75
* MdeModulePkg/HiiDatabase: Refine HiiDrawImage()Ruiyu Ni2016-09-281-14/+12
* MdeModulePkg/HiiDatabase: Refine HiiSetImage()Ruiyu Ni2016-09-281-70/+46
* MdeModulePkg/HiiDatabase: Refine HiiGetImage()Ruiyu Ni2016-09-281-35/+20
* MdeModulePkg/HiiDatabase: Refine HiiNewImage()Ruiyu Ni2016-09-281-56/+27
* MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()Ruiyu Ni2016-09-281-54/+34
* MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni2016-09-283-76/+63
* MdeModulePkg/PciSioSerialDxe: Remove unused global variablesRuiyu Ni2016-09-281-4/+1
* MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao2016-09-277-9/+16
* MdeModulePkg: Clean the previous address since the policy changedJiaxin Wu2016-09-261-31/+31
* MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurableArd Biesheuvel2016-09-263-40/+55
* MdeModulePkg/XhciPei:1ms delay before access MMIO reg during resetFeng Tian2016-09-211-0/+6
* MdeModulePkg/XhciDxe:1ms delay before access MMIO reg during resetFeng Tian2016-09-211-1/+7
* MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng2016-09-207-16/+16
* MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctlyDandan Bi2016-09-121-4/+13
* MdeModulePkg/UiApp: Fix incorrect question idDandan Bi2016-09-121-1/+2
* MdeModulePkg/PciHostBridgeDxe: restrict 64-bit DMA to devices that support itArd Biesheuvel2016-09-061-4/+10
* MdeModulePkg/XhciDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-062-1/+23
* MdeModulePkg/SdMmcPciHcDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-061-0/+20
* MdeModulePkg/NvmExpressDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-061-0/+13
* MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-063-2/+24
* MdeModulePkg/AtaAtapiPassThru: enable 64-bit PCI DMAArd Biesheuvel2016-09-061-1/+19
* MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()Jiaxin Wu2016-09-061-8/+20
* MdeModulePkg NvmExpressDxe: Set the non-blocking I/O feature support bitHao Wu2016-09-061-1/+4
* MdeModulePkg NvmExpressDxe: Fix 'Event' won't be signaled for Admin cmdsHao Wu2016-09-061-2/+11
* MdeModulePkg NvmExpressDxe: Add NamespaceId validity check in PassThruHao Wu2016-09-061-0/+8
* MdeModulePkg NvmExpressDxe: Add check for command packet in PassThruHao Wu2016-09-061-2/+19
* MdeModulePkg NvmExpressDxe: Add check on the attributes of NVME controllerHao Wu2016-09-061-1/+13
* MdeModulePkg NvmExpressDxe: Add buffer alignment check in PassThru APIHao Wu2016-09-061-21/+34
* MdeModulePkg NvmExpressDxe: Refine GetNextNamespace API to follow specHao Wu2016-09-061-1/+5
* MdeModulePkg NvmExpressDxe: Refine GetNameSpace API to follow specHao Wu2016-09-061-1/+11
* MdeModulePkg NvmExpressDxe: Refine BuildDevicePath API to follow specHao Wu2016-09-061-5/+9
* MdeModulePkg NvmExpressDxe: Avoid crashing 'Mode' during OpenProtocolHao Wu2016-09-061-5/+5
* MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segmentStar Zeng2016-09-054-90/+80
* MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spacesStar Zeng2016-09-056-370/+370
* MdeModulePkg UefiBootManagerLib: Ignore BootManagerMenu from LoadFileLiming Gao2016-09-021-10/+7
* MdeModulePkg UefiBootManagerLib: Rename BootMenuApp to BootManagerMenuLiming Gao2016-09-021-10/+10
* MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunksArd Biesheuvel2016-09-022-83/+36
* MdeModulePkg/EbcDxe AARCH64: use tail call for EBC to native thunkArd Biesheuvel2016-09-021-20/+65