summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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-08MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0Pete Batard1-0/+1
2019-10-08MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSizeLiming Gao2-12/+0
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 Gao3-63/+0
2019-10-04MdeModulePkg: strip trailing whitespaceLeif Lindholm15-170/+170
2019-10-01MdeModulePkg: Enable/Disable S3BootScript dynamically.Chasel Chiu2-3/+18
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-29MdeModulePkg/SdMmcPciHcDxe: Fix SdMmcMmcLegacy bus timing handlingAlbecki, Mateusz1-1/+7
2019-09-29MdeModulePkg/SdMmcPciHcDxe: Fix bus timing switch sequenceAlbecki, Mateusz1-44/+26
2019-09-29MdeModulePkg/SdMmcPciHcDxe: Remove clock stop from HS200 switchAlbecki, Mateusz1-29/+0
2019-09-27MdeModulePkg/TerminalDxe: Enhance the arrow keys supportGao, Zhichao1-2/+6
2019-09-25MdeModulePkg: Add missing sourceX for BltGris871-1/+1
2019-09-25MdeModulePkg/PlatformDriOverride: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-1/+10
2019-09-25MdeModulePkg/UefiBootManager: Unload image on EFI_SECURITY_VIOLATIONDandan Bi3-4/+33
2019-09-25MdeModulePkg/DxeCapsuleLibFmp: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-0/+9
2019-09-24MdeModulePkg/BM_UI: Add the new terminal types to related menuZhichao Gao4-34/+40
2019-09-24MdeModulePkg/TerminalDxe: Extend the terminal console support typesZhichao Gao5-26/+320
2019-09-24MdeModulePkg: Extend the support keyboard type of Terminal consoleZhichao Gao2-0/+21
2019-09-17MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID formatLiming Gao1-1/+1
2019-09-17MdeModulePkg/ResetUtilityLib: Use STATIC_ASSERT macroVitaly Cheptsov via Groups.Io1-1/+4
2019-09-17MdeModulePkg/SerialDxe: Update the file Guid in SerialDxe.infShenglei Zhang1-1/+1
2019-09-04MdeModulePkg: Remove PcdRealTimeClockUpdateTimeoutRay Ni2-8/+0
2019-08-20MdeModulePkg DxeCore: Fix for missing Memory Attributes Table (MAT) updateMike Turner1-6/+35
2019-08-16MdeModulePkg/DxeIplPeim: Initialize pointer PageMapLevel5EntryZhang, Shenglei1-0/+5
2019-08-15MdeModulePkg/MdeModulePkg.dec: Remove gEfiDpcProtocolGuidShenglei Zhang1-3/+0
2019-08-15NetworkPkg: Move Dpc.h from MdeModulePkg to NetworkPkgShenglei Zhang1-98/+0
2019-08-15MdeModulePkg/DxeCapsuleLibFmp: Improve comparisons in CapsuleOnDisk.cXu, Wei61-1/+1
2019-08-15MdeModulePkg/CapsuleApp: Improve comparisons in CapsuleOnDisk.cXu, Wei61-1/+1
2019-08-14MdeModulePkg/DxeIplPeim: Relocate operation of PageMapLevel5Entry++Zhang, Shenglei1-1/+2
2019-08-13MdeModulePkg: Add missing header files in INF filesShenglei Zhang3-2/+11
2019-08-13MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checksLiming Gao1-0/+2
2019-08-13MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3Liming Gao25-11282/+14041
2019-08-13MdeModulePkg/UfsPassThruDxe: Implement EDKII_UFS_HC_PLATFORM_PROTOCOLAlbecki, Mateusz4-3/+112
2019-08-13MdeModulePkg/UfsPassThruDxe: Refactor private data to use UfsHcInfoAlbecki, Mateusz3-23/+58
2019-08-13MdeModulePkg/UfsPassThruDxe: Refactor UfsExecUicCommand functionAlbecki, Mateusz2-23/+27
2019-08-13MdeModulePkg: Add definition of the EDKII_UFS_HC_PLATFORM_PROTOCOLAlbecki, Mateusz2-0/+127
2019-08-09MdeModulePkg/DxeIpl: Create 5-level page table for long modeNi, Ray2-77/+153
2019-08-09MdeModulePkg/DxeIpl: Introduce PCD PcdUse5LevelPageTableNi, Ray2-0/+14