summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-21MdeModulePkg IScsiDxe: Remove a redundant functionshenglei1-31/+0
2018-08-21MdeModulePkg Ip4Dxe: Remove a redundant functionshenglei1-16/+0
2018-08-21MdeModulePkg HiiDatabaseDxe: Remove a redundant functionshenglei1-47/+0
2018-08-21MdeModulePkg TerminalDxe: Remove a redundant functionshenglei2-37/+0
2018-08-21MdeModulePkg SdBlockIoPei: Remove a redundant functionshenglei1-26/+0
2018-08-21MdeModulePkg EmmcBlockIoPei: Remove a redundant functionshenglei1-26/+0
2018-08-21MdeModulePkg Ps2KeyboardDxe: Remove a redundant functionshenglei2-38/+0
2018-08-21MdeModulePkg PiSmmCore: Remove redundant functionsshenglei3-418/+0
2018-08-21MdeModulePkg Core/Dxe: Remove redundant functionsshenglei3-113/+0
2018-08-21MdeModulePkg UsbBusPei: Remove redundant functionsshenglei4-169/+0
2018-08-21MdeModulePkg UsbBusDxe: Remove redundant functionsshenglei3-328/+0
2018-08-21MdeModulePkg UsbBotPei: Remove redundant functionsshenglei2-288/+0
2018-08-21MdeModulePkg UfsPassThruDxe: Remove redundant functionsshenglei1-49/+0
2018-08-21MdeModulePkg UfsBlockIoPei: Remove redundant functionsshenglei3-307/+0
2018-08-21MdeModulePkg XhciPei: Remove redundant functionsshenglei3-60/+0
2018-08-21MdeModulePkg XhciDxe: Remove redundant functionsshenglei2-94/+0
2018-08-21MdeModulePkg UhciPei: Remove redundant functionsshenglei3-241/+0
2018-08-21MdeModulePkg SdMmcPciHcDxe: Remove redundant functionsshenglei1-107/+0
2018-08-21MdeModulePkg PciBusDxe: Remove redundant functionsshenglei4-159/+0
2018-08-21MdeModulePkg NvmExpressDxe: Remove redundant functionsshenglei1-110/+0
2018-08-21MdeModulePkg EhciDxe: Remove redundant functionsshenglei3-82/+0
2018-08-21MdeModulePkg AtaAtapiPassThru: Remove redundant functionsshenglei2-361/+0
2018-08-21MdeModulePkg UiApp: Remove redundant functionsshenglei2-70/+0
2018-08-21MdeModulePkg CapsuleApp: Remove a redundant functionshenglei1-31/+0
2018-08-21UefiCpuPkg/SmmCpuFeaturesLib: [CVE-2017-5715] Stuff RSB before RSMHao Wu6-5/+129
2018-08-21UefiCpuPkg/PiSmmCpuDxeSmm: [CVE-2017-5715] Stuff RSB before RSMHao Wu6-0/+122
2018-08-21BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX1-1/+1
2018-08-20MdeModulePkg: Remove redundant library classes and GUIDsshenglei32-40/+1
2018-08-20ShellPkg/edit: Fix heap access out-of-boundsRuiyu Ni1-1/+1
2018-08-20SignedCapsulePkg: Remove redundant things in inf,.h and .c filesshenglei4-31/+0
2018-08-20BaseTools: remove unused setter functionsJaben Carsey3-60/+4
2018-08-20BaseTools: remove unused codeJaben Carsey1-5/+1
2018-08-20BaseTools: AutoGen refactor to iterate lessJaben Carsey1-62/+56
2018-08-20BaseTools: AutoGen - tag a function as cachableJaben Carsey1-24/+22
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey4-664/+560
2018-08-17BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu1-0/+21
2018-08-16OvmfPkg: link Sha384 and Sha512 support into Tcg2Pei and Tcg2DxeGary Lin3-0/+12
2018-08-16BaseTools/Source/C: take EXTRA_LDFLAGS from the callerLaszlo Ersek1-0/+3
2018-08-16BaseTools/Source/C: take EXTRA_OPTFLAGS from the callerLaszlo Ersek1-1/+4
2018-08-16BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek2-5/+12
2018-08-16BaseTools/header.makefile: remove "-c" from BUILD_CFLAGSLaszlo Ersek1-2/+2
2018-08-16BaseTools/footer.makefile: expand BUILD_CFLAGS last for C files tooLaszlo Ersek1-1/+1
2018-08-16ShellPkg/UefiShellLib: rebase ShellOpenFileByDevicePath() to UefiLib APILaszlo Ersek2-111/+3
2018-08-16ShellPkg/UefiShellLib: drop DeviceHandle param of ShellOpenFileByDevicePath()Laszlo Ersek3-10/+5
2018-08-16SecurityPkg/SecureBootConfigDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek2-151/+1
2018-08-16NetworkPkg/TlsAuthConfigDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek2-141/+1
2018-08-16MdeModulePkg/RamDiskDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek4-181/+1
2018-08-16IntelFrameworkPkg/FrameworkUefiLib: introduce EfiOpenFileByDevicePath()Laszlo Ersek2-0/+228
2018-08-16MdePkg/UefiLib: introduce EfiOpenFileByDevicePath()Laszlo Ersek3-0/+316
2018-08-16ShellPkg/redirection: Insert \xFEFF for ENV variable redirectionRuiyu Ni1-7/+27