summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-08SecurityPkg TcgStorageOpalLib: Make it be base type reallyStar Zeng1-6/+2
2018-03-08MdeModulePkg LockBoxLib: Support LOCK_BOX_ATTRIBUTE_RESTORE_IN_S3_ONLYStar Zeng4-8/+247
2018-03-08UefiCpuPkg/MpInitLib: put mReservedApLoopFunc in executable memoryJian J Wang1-4/+34
2018-03-08MdeModulePkg/Core: fix too many available pages between BS_DataJian J Wang2-16/+2
2018-03-08SecurityPkg/SmmTcg2PhysicalPresenceLib: Fix coding style issueDandan Bi1-1/+1
2018-03-08UefiCpuPkg/CpuCommonFeaturesLib: Fix coding style issueDandan Bi1-1/+1
2018-03-08MdeModulePkg/DriverSampleDxe: Refine the sample case for UNION typeDandan Bi3-20/+6
2018-03-07BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSXLaszlo Ersek1-1/+1
2018-03-07SecurityPkg: only clear HashInterface informationMarc-Andr? Lureau1-1/+2
2018-03-07MdeModulePkg/Core: Fix feature conflict between NX and Stack guardHao Wu2-5/+61
2018-03-07MdeModulePkg/Core: Refine handling NULL detection in NX settingHao Wu1-11/+11
2018-03-07ShellBinPkg: Ia32/X64 Shell binary update.Ruiyu Ni5-1/+1
2018-03-07MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo3-15/+24
2018-03-07MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTestRuiyu Ni1-9/+46
2018-03-07MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemoryRuiyu Ni1-13/+24
2018-03-06ArmPkg/TimerDxe: Always perform an EOI, even for spurious interruptsMarc Zyngier1-6/+4
2018-03-06IntelSiliconPkg VTdPmrPei: Add PcdVTdPeiDmaBufferSize(S3)Star Zeng3-7/+22
2018-03-06IntelSiliconPkg VTdPmrPei: Return SUCCESS when Mapping == NULL in UnmapStar Zeng1-2/+2
2018-03-06OvmfPkg/AmdSevDxe: decrypt the pages of the initial SMRAM save state mapLaszlo Ersek2-0/+59
2018-03-06OvmfPkg/SmmCpuFeaturesLib: SEV: encrypt+free pages of init. save state mapLaszlo Ersek2-0/+40
2018-03-06OvmfPkg/PlatformPei: SEV: allocate pages of initial SMRAM save state mapLaszlo Ersek1-0/+29
2018-03-06OvmfPkg/MemEncryptSevLib: find pages of initial SMRAM save state mapLaszlo Ersek3-0/+78
2018-03-06OvmfPkg/AmdSevDxe: refresh #includes and LibraryClassesLaszlo Ersek2-7/+1
2018-03-06OvmfPkg/AmdSevDxe: sort #includes, and entries in INF file sectionsLaszlo Ersek2-10/+9
2018-03-06OvmfPkg/AmdSevDxe: rewrap to 79 characters widthLaszlo Ersek2-19/+22
2018-03-06OvmfPkg/SmmCpuFeaturesLib: remove unneeded #includes and LibraryClassesLaszlo Ersek2-3/+0
2018-03-06OvmfPkg/SmmCpuFeaturesLib: sort #includes, and entries in INF file sectionsLaszlo Ersek2-5/+5
2018-03-06OvmfPkg/SmmCpuFeaturesLib: upper-case the "static" keywordLaszlo Ersek1-4/+6
2018-03-06OvmfPkg/SmmCpuFeaturesLib: rewrap to 79 columnsLaszlo Ersek2-115/+489
2018-03-06OvmfPkg/PlatformPei: sort #includes in "AmdSev.c"Laszlo Ersek1-4/+3
2018-03-06OvmfPkg/MemEncryptSevLib: sort #includes, and entries in INF file sectionsLaszlo Ersek6-12/+12
2018-03-06OvmfPkg/MemEncryptSevLib: clean up InternalMemEncryptSevSetMemoryEncrypted() ...Laszlo Ersek2-10/+14
2018-03-06OvmfPkg/MemEncryptSevLib: clean up InternalMemEncryptSevSetMemoryDecrypted() ...Laszlo Ersek2-8/+12
2018-03-06OvmfPkg/MemEncryptSevLib: clean up SetMemoryEncDec() comment blockLaszlo Ersek1-3/+5
2018-03-06OvmfPkg/MemEncryptSevLib: clean up MemEncryptSevSetPageEncMask() declLaszlo Ersek3-40/+41
2018-03-06OvmfPkg/MemEncryptSevLib: clean up MemEncryptSevClearPageEncMask() declLaszlo Ersek3-37/+38
2018-03-06OvmfPkg/MemEncryptSevLib: clean up MemEncryptSevIsEnabled() declLaszlo Ersek2-4/+3
2018-03-06OvmfPkg/MemEncryptSevLib: rewrap to 79 characters widthLaszlo Ersek7-143/+253
2018-03-06MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni1-5/+4
2018-03-05BaseTools/GenVtf: silence false "stringop-overflow" warning with memcpy()Laszlo Ersek1-2/+2
2018-03-05BaseTools/header.makefile: add "-Wno-restrict"Laszlo Ersek1-2/+2
2018-03-05BaseTools/header.makefile: add "-Wno-stringop-truncation"Laszlo Ersek1-2/+2
2018-03-05BaseTools: update DNS_DEVICE_PATH/URI_DEVICE_PATH definitionYonghong Zhu1-3/+10
2018-03-04MdeModulePkg UsbMass: Correct comment about TPL for BLOCK IO APIsStar Zeng1-3/+3
2018-03-04ShellPkg/ConsoleLogger: Fix a typo in UpdateDisplayFromHistory()Hao Wu1-2/+2
2018-03-03MdeModulePkg/UsbMass: Retry CMD for MediaChanged sense keyRuiyu Ni2-22/+48
2018-03-03MdeModulePkg/UsbMass: remove unnecessary RestoreTPL() callRuiyu Ni1-9/+4
2018-03-03MdeModulePkg/UsbMass: Add more debug messageRuiyu Ni1-3/+5
2018-03-03MdeModulePkg/UsbMass: Revert "map -r" media change detection fixRuiyu Ni1-15/+4
2018-03-03MdeModulePkg/UsbMass: Revert POWER_ON(29h) ASC handling logicRuiyu Ni2-4/+1