summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SignedCapsulePkg: GetImage() return EFI_UNSUPPORTED.Jiewen Yao2016-11-301-12/+0
* IntelFsp2Pkg: Add PACKAGES_PATH supportThomaiyar, Richard Marian2016-11-301-3/+7
* SourceLevelDebugPkg: Avoid to re-init IDT table again at SMI entryJeff Fan2016-11-301-1/+9
* MdeModulePkg/SdMmcPciHcDxe: Replace deprecated debug level macrosFeng Tian2016-11-304-88/+88
* BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu2016-11-301-3/+4
* BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scopeLiming Gao2016-11-301-0/+3
* Vlv2TbltDevicePkg: Fix IA32 boot timeoutsMichael Kinney2016-11-291-6/+3
* Vlv2TbltDevicePkg/PlatformFlashAccessLib: Fix IA32 build issuesMichael Kinney2016-11-291-6/+6
* Vlv2TbltDevicePkg: Remove SMM binary modules from FDFMichael Kinney2016-11-292-4/+14
* Vlv2TbltDevicePkg/PlatformInitPei: Workaround unaligned SMRAM sizeMichael Kinney2016-11-293-3/+18
* Vlv2TbltDevicePkg: Set CAPSULE_ENABLE to TRUEMichael Kinney2016-11-291-1/+1
* Vlv2TbltDevicePkg: Allow BaseTools to run from sourcesMichael Kinney2016-11-291-1/+1
* BaseTools: Fix bug for decimal value of VPDPCD offset display in reportYonghong Zhu2016-11-291-1/+4
* OvmfPkg/PlatformPei: take VCPU count from QEMU and configure MpInitLibLaszlo Ersek2016-11-297-1/+59
* UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP startupLaszlo Ersek2016-11-291-1/+72
* MdeModulePkg/EbcDxe: add EBC Debugger configuration applicationPete Batard2016-11-2911-0/+378
* MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPointLiming Gao2016-11-291-9/+9
* MdeModulePkg: Fix GCC build failureDandan Bi2016-11-294-16/+10
* UefiCpuPkg/PiSmmCpuDxeSmm: handle dynamic PcdCpuMaxLogicalProcessorNumberLaszlo Ersek2016-11-282-10/+10
* SecurityPkg Tcg2ConfigDxe: Align Attempt TPM Device help with optionsStar Zeng2016-11-281-3/+2
* SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions and related stringsStar Zeng2016-11-282-6/+0
* SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSIDEric Dong2016-11-287-60/+159
* SecurityPkg Tcg2PPLib: Support BlockSID related actionsStar Zeng2016-11-284-76/+217
* MdePkg IndustryStandard: Add DDR3, DDR4 and LPDDR definition per SPD specLiming Gao2016-11-284-11/+2221
* MdeModulePkg/NetLib: Handle an invalid IPv6 address caseJiaxin Wu2016-11-282-0/+12
* UefiCpuPkg/DxeMpLib: Remove unnecessary ret instructionJeff Fan2016-11-282-2/+0
* UefiCpuPkg/DxeMpLib: Fix bug when getting target C-State from eaxJeff Fan2016-11-281-1/+1
* UefiCpuPkg/DxeMpLib: Make sure APs in safe loop codeJeff Fan2016-11-284-4/+15
* UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GBJeff Fan2016-11-284-7/+31
* UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variableJeff Fan2016-11-281-2/+2
* ArmPlatformPkg: Fix VE RTSM mem map descriptor countSami Mujawar2016-11-251-2/+3
* ArmPlatformPkg: Reformat VE Memory Map codeEvan Lloyd2016-11-251-54/+45
* ArmPkg: remove the LinuxLoader applicationArd Biesheuvel2016-11-2514-2873/+0
* BeagleBoardPkg/BeagleBoardPkg.dsc: remove the LinuxLoader applicationArd Biesheuvel2016-11-252-15/+0
* EmbeddedPkg/AndroidFastboot: drop dependency on the LinuxLoaderArd Biesheuvel2016-11-251-48/+22
* MdeModulePkg/EbcDebugger: Compare ASCII char with '\0'Hao Wu2016-11-251-2/+2
* MdeModulePkg/EbcDebugger: Add ASSERT to ensure FieldBuffer is not NULLHao Wu2016-11-251-1/+2
* MdeModulePkg/EbcDebugger: Add missing check for symbol not foundHao Wu2016-11-251-2/+2
* MdeModulePkg/EbcDebugger: Add check for invalid 'CommandArg'Hao Wu2016-11-251-1/+13
* MdeModulePkg/EbcDebugger: Operands of same size for bitwise operationHao Wu2016-11-251-3/+3
* MdeModulePkg/DriverSample: Remove the password related codesDandan Bi2016-11-255-294/+1
* MdeModulePkg/DriverSampleDxe: Remove the non-interactive passwordDandan Bi2016-11-252-11/+0
* MdeModulePkg: Clear the buffer after using itDandan Bi2016-11-252-1/+3
* MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi2016-11-251-21/+2
* MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi2016-11-254-3/+15
* EmbeddedPkg/MmcDxe: expand to support multiple blocksHaojian Zhuang2016-11-242-59/+121
* EmbeddedPkg/MmcDxe: set I/O speed and bus width in SD stackHaojian Zhuang2016-11-242-0/+122
* EmbeddedPkg/MmcDxe: invoke SetIos() protocol method to set speed and widthHaojian Zhuang2016-11-242-3/+187
* ArmPlatformPkg/PL180MciDxe: update for identifying SDHaojian Zhuang2016-11-241-7/+22
* EmbeddedPkg/Protocol/MmcHost: add new methods for I/O width and multiblockHaojian Zhuang2016-11-241-1/+34