summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-24ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriateArd Biesheuvel1-0/+3
2018-02-24MdePkg: introduce DxeRuntimeDebugLibSerialPortArd Biesheuvel3-0/+422
2018-02-24MdeModulePkg/RecoveryDevice.h: Remove semicolon after GUID definitionsHao Wu1-5/+5
2018-02-23EmbeddedPkg: use central variable definitions in .vfr filesLeif Lindholm2-16/+2
2018-02-23MdeModulePkg: use central variable definitions in DriverSampleDxeLeif Lindholm1-8/+1
2018-02-23MdePkg: restrict UefiMultiPhase.h contents if VFRCOMPILE definedLeif Lindholm1-21/+23
2018-02-23ShellPkg/Ping: fix loss of first packetMeenakshi Aggarwal1-1/+4
2018-02-23BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu1-0/+4
2018-02-23BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu1-1/+3
2018-02-23BaseTools: Add WindowsLike path in front of PATH EnvYonghong Zhu1-1/+1
2018-02-21MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Mult()Laszlo Ersek1-0/+2
2018-02-21MdePkg/BaseSafeIntLib: clean up parentheses in MIN_INT64_MAGNITUDELaszlo Ersek1-1/+1
2018-02-21MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Add()Laszlo Ersek1-10/+46
2018-02-21MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Sub()Laszlo Ersek1-11/+39
2018-02-21EmbeddedPkg/FdtLib: incorporate missing overlay supportArd Biesheuvel4-0/+989
2018-02-15MdeModulePkg/UsbMass: Fix hot-plug USB CDROM can't be recognizedRuiyu Ni2-1/+4
2018-02-15ShellPkg/ShellLib: Fix a bug in InternalShellIsHexOrDecimalNumberRuiyu Ni1-8/+15
2018-02-15ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni3-12/+18
2018-02-14MdeModulePkg/ResetUtilityLib: Fix GCC build failureRuiyu Ni1-2/+2
2018-02-14MdeModulePkg/BmpSupportLib: Refine type cast for pointer subtractionHao Wu1-1/+1
2018-02-14NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu3-3/+95
2018-02-14NetworkPkg: Define one private variable for HTTPS to set Tls CipherList.Jiaxin Wu2-0/+41
2018-02-13ShellPkg: remove superfluous TimerLib resolutionLaszlo Ersek1-1/+0
2018-02-13MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib dependencyLaszlo Ersek2-2/+0
2018-02-13OvmfPkg: drop stale SafeBlockIoLib and SafeOpenProtocolLib resolutionsLaszlo Ersek3-6/+0
2018-02-13ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni2-2/+2
2018-02-13ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni8-161/+309
2018-02-13ShellPkg/help: Fix "-?" may not show manual sometimesRuiyu Ni2-254/+73
2018-02-12MdeModulePkg/Performance.h: Remove the useless definitionDandan Bi1-26/+1
2018-02-12Vlv2TbltDevicePkg/Override/GenericBdsLib:Remove useless Perf codeDandan Bi4-380/+26
2018-02-12IntelFrameworkModulePkg/GenericBdsLib: Remove the useless Perf codesDandan Bi4-335/+26
2018-02-12IntelFrameworkModulePkg/BdsDxe: Remove the useless Perf codesDandan Bi3-60/+3
2018-02-12MdeModulePkg/UefiBootManagerLib: Remove the useless perf codesDandan Bi4-339/+26
2018-02-12MdeModulePkg/BdsDxe: Remove useless perf CodeDandan Bi3-60/+3
2018-02-12UefiCpuPkg/S3Resume: Remove useless perf codeDandan Bi2-133/+1
2018-02-11MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMPKinney, Michael D2-12/+14
2018-02-11ArmVirtPkg: Add SafeIntLib and BmpSupportLib to DSC filesMichael D Kinney1-1/+3
2018-02-11EmulatorPkg: Add SafeIntLib and BmpSupportLib to DSC filesMichael D Kinney1-1/+3
2018-02-11DuetPkg: Add SafeIntLib and BmpSupportLib to DSC filesMichael D Kinney2-2/+6
2018-02-11QuarkPlatformPkg: Add SafeIntLib and BmpSupportLib to DSC filesMichael D Kinney1-0/+2
2018-02-11Vlv2TbltDevicePkg/Override/GenericBdsLib: Use BmpSupportLibMichael D Kinney6-250/+13
2018-02-11OvmfPkg: Add SafeIntLib and BmpSupportLib to DSC filesMichael D Kinney3-0/+6
2018-02-11IntelFrameworkModulePkg/GenericBdsLib: Use BmpSupportLibMichael D Kinney4-250/+10
2018-02-11MdeModulePkg/BootGraphicsResourceTableDxe: Use BmpSupportLibMichael D Kinney2-232/+197
2018-02-11MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLibMichael D Kinney4-264/+12
2018-02-11MdeModulePkg: Add BmpSupportLib class and instanceKinney, Michael D6-1/+765
2018-02-11Vlv2TbltDevicePkg: Switch from EsrtDxe to EsrtFmpDxeMichael D Kinney5-10/+10
2018-02-11QuarkPlatformPkg: Switch from EsrtDxe to EsrtFmpDxeMichael D Kinney2-4/+4
2018-02-11MdeModulePkg/EsrtFmpDxe: Add EsrtFmpDxe moduleMichael D Kinney6-0/+755
2018-02-11IntelFrameworkPkg/FrameworkUefiLib: Sync with MdePkg/UefiLibKinney, Michael D1-0/+102