summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-09NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces callsLaszlo Ersek6-7/+7
2019-10-09NetworkPkg/DxeNetLib: fix type typo in NetLibGetMacAddress()Laszlo Ersek1-1/+1
2019-10-09MdePkg/DxeServicesLib: remove bogus castLaszlo Ersek1-1/+1
2019-10-09MdeModulePkg/S3SaveState: cast Position for S3BootScriptLib explicitlyLaszlo Ersek2-4/+4
2019-10-09MdeModulePkg/PiSmmCore: make type punning consistentLaszlo Ersek1-4/+4
2019-10-09MdeModulePkg: fix UninstallMultipleProtocolInterfaces() callsLaszlo Ersek7-9/+9
2019-10-09MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()Laszlo Ersek2-2/+2
2019-10-09MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek2-3/+3
2019-10-09MdeModulePkg: document workaround for EFI_RUNTIME_EVENT_ENTRY PI spec bugLaszlo Ersek2-1/+17
2019-10-09MdeModulePkg/PlatformVarCleanupLib: fix HiiConstructConfigHdr() callLaszlo Ersek1-1/+5
2019-10-09MdeModulePkg: stop abusing EFI_EVENT for protocol notify registrationLaszlo Ersek4-4/+4
2019-10-09MdeModulePkg/UefiHiiLib: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-2/+2
2019-10-09MdeModulePkg: fix cast in GetModuleInfoFromHandle() callsLaszlo Ersek2-10/+10
2019-10-09EmulatorPkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek1-2/+2
2019-10-09EmulatorPkg/DxeTimerLib: drop superfluous castLaszlo Ersek1-1/+1
2019-10-09EmbeddedPkg/Universal/MmcDxe: "fix" CloseProtocol() call in BindingStop()Laszlo Ersek1-2/+3
2019-10-09EmbeddedPkg/AndroidFastbootTransportTcpDxe: fix DestroyChild() callLaszlo Ersek1-1/+1
2019-10-09EmbeddedPkg: add missing EFIAPI calling convention specifiersLaszlo Ersek6-8/+44
2019-10-08MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0Pete Batard1-0/+1
2019-10-08Maintainers.txt: Move ShellBin maintainers to EDK II Releases sectionLiming Gao1-7/+8
2019-10-08NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao19-19/+0
2019-10-08MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSizeLiming Gao2-12/+0
2019-10-08NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined in NetworkPkg.decLiming Gao1-1/+1
2019-10-08NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.decLiming Gao2-0/+13
2019-10-08MdeModulePkg: Remove network related guid definitions from MdeModulePkg.decLiming Gao1-10/+0
2019-10-08NetworkPkg: Move network related header files from MdeModulePkg to NetworkPkgLiming Gao4-0/+10
2019-10-04UefiCpuPkg: strip trailing whitespaceLeif Lindholm1-1/+1
2019-10-04OvmfPkg: strip trailing whitespaceLeif Lindholm27-301/+301
2019-10-04MdeModulePkg: strip trailing whitespaceLeif Lindholm15-170/+170
2019-10-04EmulatorPkg: strip trailing whitespaceLeif Lindholm1-2/+2
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm10-18/+18
2019-10-04ArmPlatformPkg: strip trailing whitespaceLeif Lindholm2-2/+2
2019-10-04ArmPkg: strip trailing whitespaceLeif Lindholm1-2/+2
2019-10-04EmbeddedPkg: convert Lauterbach README.txt to 7-bit safe Readme.mdLeif Lindholm2-7/+16
2019-10-04BaseTools: correct line endings for ConvertFce Python scriptLeif Lindholm1-5/+5
2019-10-04ArmPkg: ArmScmiDxe - convert .h to from 8859-x to 7-bitLeif Lindholm1-1/+1
2019-10-04DynamicTablesPkg: fix .dsc line endingLeif Lindholm1-1/+1
2019-10-04BaseTools: fix line endings in SetupGit.py Conf filesLeif Lindholm2-2/+2
2019-10-04EmbeddedPkg: delete outdated FdtLib README.txtLeif Lindholm1-1/+0
2019-10-04NetworkPkg: add missing newline at end of fileLeif Lindholm1-1/+1
2019-10-04EmbeddedPkg: add missing newline at end of TemplateResetSystemLib.infLeif Lindholm1-1/+1
2019-10-04BaseTools: add missing newlines at end of filesLeif Lindholm3-3/+3
2019-10-04BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A1-3/+1
2019-10-01BaseTools: use stdint.h for GCC ProcessorBind.h typedefsLeif Lindholm1-13/+13
2019-10-01MdeModulePkg: Enable/Disable S3BootScript dynamically.Chasel Chiu2-3/+18
2019-09-30BaseTools/LzmaCompress: Fix the option "d" dictionary sizeZhang, Shenglei1-4/+8
2019-09-29MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J3-16/+774
2019-09-29MdeModulePkg/ScsiBusDxe: Clean up Peripheral Type checkZurcher, Christopher J1-2/+3
2019-09-29MdeModulePkg/UfsPassThruDxe: Check for RPMB W-LUN (SecurityLun)Zurcher, Christopher J1-1/+16
2019-09-29MdePkg: Implement SCSI commands for Security Protocol In/OutZurcher, Christopher J3-19/+388