summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-19UefiCpuPkg: Add SecCore moduleMichael Kinney8-0/+883
2015-10-19UefiCpuPkg: Add PlatformSecLibMichael Kinney4-0/+197
2015-10-19UefiCpuPkg: Add SMM Communication PPI and Handler ModulesMichael Kinney10-0/+881
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney5-13/+54
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek3-0/+71
2015-10-19UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney1-1/+59
2015-10-19UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney2-4/+5
2015-10-19UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney2-35/+48
2015-10-19Update the ACPI device information for ARM Juno.Jeremy Linton2-2/+13
2015-10-19ArmPlatformPkg: CRLF fixups for Juno ACPILeif Lindholm2-194/+194
2015-10-19MdeModulePkg VarCheckLib: R18611 was thoughtless for property setStar Zeng1-12/+17
2015-10-19SecurityPkg : Fix Rsa2048Sha256GuidedSectionExtractLib issueCohen, Eugene2-4/+4
2015-10-16OvmfPkg: VirtioBlkDxe: reset device at ExitBootServices()Laszlo Ersek2-1/+44
2015-10-16OvmfPkg: VirtioScsiDxe: reset device at ExitBootServices()Laszlo Ersek2-2/+39
2015-10-16OvmfPkg: Sec: Fix SOURCE_DEBUG_ENABLE ASSERT()Michael Kinney2-2/+12
2015-10-16MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocationLaszlo Ersek1-2/+4
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek1-3/+3
2015-10-16MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinitLaszlo Ersek2-3/+5
2015-10-16ArmPlatformPkg: NorFlashDxe: mellow DEBUG messages about flash reinitLaszlo Ersek1-6/+13
2015-10-16ArmVirtPkg: include BaseStackCheckLib also for AARCH64Mark Rutland1-15/+9
2015-10-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+10
2015-10-16MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+5
2015-10-16SecurityPkg: Use PcdSet##S to instead of PcdSet##Star Zeng7-8/+17
2015-10-16SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuidStar Zeng1-0/+4
2015-10-16MdeModulePkg VariableRuntimeDxe: Add the missing gEfiImageSecurityDatabaseGuidStar Zeng1-0/+4
2015-10-16MdeModulepkg VarCheckLib: Return NULL when no property setStar Zeng1-2/+10
2015-10-15NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan1-47/+50
2015-10-15ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin3-8/+39
2015-10-15ShellPkg: Use safe string functions to refine 'Tftp.c' code.Qiu Shumin1-1/+5
2015-10-15MdeModulePkg DriverSampleDxe: Add optional ";" to keep consistent with existe...Eric Dong1-8/+8
2015-10-15BaseTools VfrCompiler: In order to keep consistent, add an optional ";" for c...Eric Dong1-6/+6
2015-10-15IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet##Eric Dong3-10/+21
2015-10-15Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2-12/+13
2015-10-15MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong4-19/+34
2015-10-14BaseTools: Fix the issue to support windows root directoryLiming Gao1-1/+1
2015-10-12BaseTools: Fixed an error reported during generating reportYonghong Zhu1-5/+6
2015-10-10BaseTool/UPT: Fix two wrong imports for UPTHess Chen2-2/+2
2015-10-10MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng1-2/+4
2015-10-10ShellPkg: Print error message when Shell set environment variable fail.Qiu Shumin2-1/+6
2015-10-09MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel1-0/+1
2015-10-09BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel1-1/+1
2015-10-09UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2-1/+19
2015-10-09UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu1-1/+5
2015-10-09MdePkg: Add ASSERT to handle local APIC not config properlyHao Wu1-2/+37
2015-10-09SecurityPkg: Clean up unused files in RngDxeThomas Palmer6-488/+0
2015-10-09SecurityPkg: Integrate new RngLib into RngDxeThomas Palmer5-409/+28
2015-10-09MdePkg: Create GetRandomNumber128 in RngLibThomas Palmer2-0/+49
2015-10-08ArmVirtPkg/ArmVirtQemu: enable non-exec DXE stack for AARCH64Ard Biesheuvel1-0/+3
2015-10-08MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2-0/+15
2015-10-08ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel3-0/+150