summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: PiSmmCpuDxeSmm: Remove unused references to SmmLibMichael Kinney2015-10-263-3/+0
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: clean up includes and librariesLaszlo Ersek2015-10-264-26/+13
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: split out runtime DXE specificsLaszlo Ersek2015-10-267-131/+209
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: no dual addressing neededLaszlo Ersek2015-10-262-69/+30
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: remove FvbScratchSpace fieldLaszlo Ersek2015-10-262-3/+0
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: remove FvbDevLock fieldLaszlo Ersek2015-10-262-2/+0
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: fix VALID_ARCHITECTURES in INFLaszlo Ersek2015-10-261-1/+1
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: rewrap source code to 79 charsLaszlo Ersek2015-10-266-292/+347
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: strip trailing whitespaceLaszlo Ersek2015-10-263-19/+19
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-264-40/+125
* BaseTools: Add MultipleWorkspace.py in the common dependency.Liming Gao2015-10-261-0/+1
* MdeModulePkg: Make the BmFindLoadOption function publicSunny Wang2015-10-264-27/+31
* BaseTools:added extern protocol/PPI/GUID definition in AutoGen for LibraryYonghong Zhu2015-10-261-15/+12
* MdePkg BaseExtractGuidedSectionLib: R15917 removed useful information wronglyStar Zeng2015-10-261-6/+9
* ShellPkg: Update 'tftp' command help output and error messagesTapan Shah2015-10-231-0/+0
* MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2015-10-234-102/+204
* MdeModulePkg: Update UiApp to not display itselfRuiyu Ni2015-10-233-0/+14
* MdeModulePkg: Update BootManagerMenuApp to not display itselfRuiyu Ni2015-10-232-2/+16
* MdePkg: Add a new DxeServicesLib GetFileDevicePathFromAnyFv () functionShia Cinnamon2015-10-232-0/+199
* MdeModulePkg Variable: Enhance variable performance by reading from existed m...Derek Lin2015-10-232-34/+45
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-2312-21/+91
* BaseTools/Scripts: Add PatchCheck.py scriptJordan Justen2015-10-221-0/+607
* OvmfPkg: XenPvBlkDxe: handle empty cdrom drivesStefano Stabellini2015-10-211-0/+15
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-212-1/+15
* AppPkg: Add switch to cause stderr to be aliased to stdout.Daryl McDaniel2015-10-192-1/+680
* UefiCpuPkg: Add PiSmmCpuDxeSmm module to DSC fileMichael Kinney2015-10-191-6/+11
* UefiCpuPkg: Add PiSmmCpuDxeSmm module X64 filesMichael Kinney2015-10-1912-0/+3324
* UefiCpuPkg: Add PiSmmCpuDxeSmm module IA32 filesMichael Kinney2015-10-1912-0/+2901
* UefiCpuPkg: Add PiSmmCpuDxeSmm module no IA32/X64 filesMichael Kinney2015-10-1916-6/+7503
* UefiCpuPkg: Update DEC/DSC files for new includes and librariesMichael Kinney2015-10-192-3/+20
* UefiCpuPkg: Add CPU Hot Plug Data include fileMichael Kinney2015-10-191-0/+33
* UefiCpuPkg: Add ACPI CPU Data include fileMichael Kinney2015-10-191-0/+71
* UefiCpuPkg: Add SMRAM Save State include fileMichael Kinney2015-10-191-0/+190
* UefiCpuPkg: Add SMM CPU Service ProtocolMichael Kinney2015-10-191-0/+209
* UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney2015-10-194-0/+257
* UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney2015-10-194-0/+967
* UefiCpuPkg: Add SecCore module and supporting library class and PCDMichael Kinney2015-10-193-1/+16
* UefiCpuPkg: Add SecCore moduleMichael Kinney2015-10-198-0/+883
* UefiCpuPkg: Add PlatformSecLibMichael Kinney2015-10-194-0/+197
* UefiCpuPkg: Add SMM Communication PPI and Handler ModulesMichael Kinney2015-10-1910-0/+881
* UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2015-10-195-13/+54
* UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek2015-10-193-0/+71
* UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney2015-10-191-1/+59
* UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney2015-10-192-4/+5
* UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney2015-10-192-35/+48
* Update the ACPI device information for ARM Juno.Jeremy Linton2015-10-192-2/+13
* ArmPlatformPkg: CRLF fixups for Juno ACPILeif Lindholm2015-10-192-194/+194
* MdeModulePkg VarCheckLib: R18611 was thoughtless for property setStar Zeng2015-10-191-12/+17
* SecurityPkg : Fix Rsa2048Sha256GuidedSectionExtractLib issueCohen, Eugene2015-10-192-4/+4
* OvmfPkg: VirtioBlkDxe: reset device at ExitBootServices()Laszlo Ersek2015-10-162-1/+44