summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/MpInitLib: Add missing Guard page setup for APsJian J Wang2017-12-222-3/+32
* MdeModulePkg: Clarify usage of PcdHeapGuardPropertyMaskJian J Wang2017-12-222-4/+12
* MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan2017-12-221-0/+1
* MdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config2InitInstance().Fu Siyuan2017-12-221-12/+0
* MdeModulePkg/IpIoLib: Check the input parameters before use them.Fu Siyuan2017-12-222-25/+68
* MdeModulePkg/IpIoDxe: Update API description to match the function implementa...Fu Siyuan2017-12-222-8/+30
* MdeModulePkg/IpIoLib: add more error handling code to DxeIpIoLib.Fu Siyuan2017-12-222-37/+58
* MdePkg Acpi60.h: Add missing PCCT subspace type 1 and 2 definitionsStar Zeng2017-12-222-2/+94
* FatBinPkg: New EnhancedFatDxe binaries for IA32, X64, EBC and IPFRuiyu Ni2017-12-224-1/+1
* ShellBinPkg: Ia32/X64 Shell binary update.Ruiyu Ni2017-12-225-1/+1
* IntelSiliconPkg MicrocodeUpdateDxe: Fix (ExtendedTableLength & 0x3)!=0Star Zeng2017-12-211-2/+2
* ArmPkg/ArmMmuLib ARM: fix page size granularity in initial MMU settingMichael Zimmermann2017-12-201-17/+23
* MdeModulePkg/Core: Fix incorrect memory map generated in a rare caseJian J Wang2017-12-192-4/+4
* SecurityPkg TcgMor: Remove wrong commentsStar Zeng2017-12-191-5/+2
* MdePkg MemoryOverwriteControl.h: Correct typo 'bi' to 'bit'Star Zeng2017-12-191-1/+1
* ShellPkg: Fix a build error in Ping6 shell command.fanwang22017-12-181-1/+1
* ShellPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-183-12/+12
* NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-1812-32/+45
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-187-16/+21
* MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in...Fu Siyuan2017-12-182-13/+23
* MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan2017-12-181-4/+15
* EmbeddedPkg: add ConsolePrefDxe to package .dscLeif Lindholm2017-12-151-0/+1
* MdeModulePkg/Variable/RuntimeDxe: Modify function return statuschenc22017-12-151-7/+19
* UefiCpuPkg: Singularize function nameSong, BinX2017-12-152-28/+28
* MdeModulePkg/DxeIplPeim: fix incorrect page table split during protectingJian J Wang2017-12-151-2/+4
* MdeModulePkg PiSmmCore: Use SxDispatch in SmmEndOfDxeHandler()Star Zeng2017-12-151-32/+33
* MdePkg/Include/Pi: Modify specification number encodingHao Wu2017-12-152-5/+5
* MdePkg/UefiSpec.h: Update the UEFI version to reflect new revisionHao Wu2017-12-151-3/+4
* NetworkPkg/UefiPxeBcDxe: Allow the NULL configuration for NewStationIP/NewSub...Jiaxin Wu2017-12-152-12/+16
* NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu2017-12-152-4/+4
* NetworkPkg/UefiPxeBcDxe: Fix Pxe.Dhcp() return status code.Jiaxin Wu2017-12-152-1/+6
* MdeModulePkg PiSmmCore: Ensure SxDispatch not NULL before dereferencedStar Zeng2017-12-131-1/+1
* UefiCpuPkg: Check invalid RegisterCpuFeature parameterSong, BinX2017-12-132-0/+34
* NetworkPkg/Dhcp6Dxe: Check Media status before starting DHCP process.Jiaxin Wu2017-12-131-1/+13
* MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu2017-12-131-1/+12
* MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu2017-12-131-9/+37
* MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu2017-12-131-7/+7
* BaseTools: enable hash value check for single module buildYonghong Zhu2017-12-131-1/+4
* BaseTools: back up the binary files when hash value is sameYonghong Zhu2017-12-132-2/+16
* BaseTools: Not cache the .efi file location into build optionYonghong Zhu2017-12-131-3/+0
* BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu2017-12-131-1/+1
* MdeModulePkg/PiSmmCore: Fix issues in Heap GuardJian J Wang2017-12-132-19/+76
* MdeModulePkg/DxeCore: Fix issues in Heap GuardJian J Wang2017-12-134-28/+88
* UefiCpuPkg/CpuDxe: suppress invalid warning about uninitialized variableJian J Wang2017-12-131-0/+5
* ArmPlatformPkg: retire obsolete PCDsArd Biesheuvel2017-12-121-41/+0
* ArmPlatformPkg: remove old PL111/HdLcd driver codeArd Biesheuvel2017-12-127-617/+0
* ArmPlatformPkg: create hw-agnostic LcdGraphicsOutputDxe driverArd Biesheuvel2017-12-123-20/+57
* ArmPlatformPkg: implement LcdHwLib for HdLcdArd Biesheuvel2017-12-123-0/+289
* ArmPlatformPkg: implement LcdHwLib for PL111Ard Biesheuvel2017-12-123-0/+315
* ArmPlatformPkg: introduce LcdHwLib library classArd Biesheuvel2017-12-125-0/+173