summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-20ArmPkg/ArmMmuLib ARM: fix page size granularity in initial MMU settingMichael Zimmermann1-17/+23
2017-12-19MdeModulePkg/Core: Fix incorrect memory map generated in a rare caseJian J Wang2-4/+4
2017-12-19SecurityPkg TcgMor: Remove wrong commentsStar Zeng1-5/+2
2017-12-19MdePkg MemoryOverwriteControl.h: Correct typo 'bi' to 'bit'Star Zeng1-1/+1
2017-12-18ShellPkg: Fix a build error in Ping6 shell command.fanwang21-1/+1
2017-12-18ShellPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang23-12/+12
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang212-32/+45
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang27-16/+21
2017-12-18MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in...Fu Siyuan2-13/+23
2017-12-18MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan1-4/+15
2017-12-15EmbeddedPkg: add ConsolePrefDxe to package .dscLeif Lindholm1-0/+1
2017-12-15MdeModulePkg/Variable/RuntimeDxe: Modify function return statuschenc21-7/+19
2017-12-15UefiCpuPkg: Singularize function nameSong, BinX2-28/+28
2017-12-15MdeModulePkg/DxeIplPeim: fix incorrect page table split during protectingJian J Wang1-2/+4
2017-12-15MdeModulePkg PiSmmCore: Use SxDispatch in SmmEndOfDxeHandler()Star Zeng1-32/+33
2017-12-15MdePkg/Include/Pi: Modify specification number encodingHao Wu2-5/+5
2017-12-15MdePkg/UefiSpec.h: Update the UEFI version to reflect new revisionHao Wu1-3/+4
2017-12-15NetworkPkg/UefiPxeBcDxe: Allow the NULL configuration for NewStationIP/NewSub...Jiaxin Wu2-12/+16
2017-12-15NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu2-4/+4
2017-12-15NetworkPkg/UefiPxeBcDxe: Fix Pxe.Dhcp() return status code.Jiaxin Wu2-1/+6
2017-12-13MdeModulePkg PiSmmCore: Ensure SxDispatch not NULL before dereferencedStar Zeng1-1/+1
2017-12-13UefiCpuPkg: Check invalid RegisterCpuFeature parameterSong, BinX2-0/+34
2017-12-13NetworkPkg/Dhcp6Dxe: Check Media status before starting DHCP process.Jiaxin Wu1-1/+13
2017-12-13MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu1-1/+12
2017-12-13MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu1-9/+37
2017-12-13MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu1-7/+7
2017-12-13BaseTools: enable hash value check for single module buildYonghong Zhu1-1/+4
2017-12-13BaseTools: back up the binary files when hash value is sameYonghong Zhu2-2/+16
2017-12-13BaseTools: Not cache the .efi file location into build optionYonghong Zhu1-3/+0
2017-12-13BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu1-1/+1
2017-12-13MdeModulePkg/PiSmmCore: Fix issues in Heap GuardJian J Wang2-19/+76
2017-12-13MdeModulePkg/DxeCore: Fix issues in Heap GuardJian J Wang4-28/+88
2017-12-13UefiCpuPkg/CpuDxe: suppress invalid warning about uninitialized variableJian J Wang1-0/+5
2017-12-12ArmPlatformPkg: retire obsolete PCDsArd Biesheuvel1-41/+0
2017-12-12ArmPlatformPkg: remove old PL111/HdLcd driver codeArd Biesheuvel7-617/+0
2017-12-12ArmPlatformPkg: create hw-agnostic LcdGraphicsOutputDxe driverArd Biesheuvel3-20/+57
2017-12-12ArmPlatformPkg: implement LcdHwLib for HdLcdArd Biesheuvel3-0/+289
2017-12-12ArmPlatformPkg: implement LcdHwLib for PL111Ard Biesheuvel3-0/+315
2017-12-12ArmPlatformPkg: introduce LcdHwLib library classArd Biesheuvel5-0/+173
2017-12-12MdePkg: correct and clarify documentation of VA_LIST in Base.hZenith4321-8/+17
2017-12-12SecurityPkg:Tcg2Smm: Update Interrupt resource nameZhang, Chao B1-7/+7
2017-12-12MdeModulePkg/PiSmmCore: fix GCC build errorLaszlo Ersek1-1/+1
2017-12-12MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo1-0/+3
2017-12-12NetworkPkg/DnsDxe: Avoid to access the freed memory buffer.Jiaxin Wu1-30/+39
2017-12-12NetworkPkg/DnsDxe: Fix the potential memory leak issue.Jiaxin Wu1-10/+121
2017-12-12NetworkPkg/DnsDxe: Update RetryCount/RetryInterval to comply with UEFI spec.Jiaxin Wu4-48/+67
2017-12-12NetworkPkg/DnsDxe: Remove the unnecessary if condition check in DNS.ConfigJiaxin Wu1-2/+2
2017-12-12EmbeddedPkg/PrePiLib: add support for v2 sectionsMichael Zimmermann1-12/+51
2017-12-12MdeModulePkg PiSmmCore: Unregister each other for LegacyBoot and EBSStar Zeng1-0/+22
2017-12-12MdeModulePkg PiSmmCore: Only install EndOfS3Resume during S3 resumeStar Zeng3-4/+77