summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IntelFsp2WrapperPkg: Remove unused header files from Fspm and Fsps WrapperPeimLiming Gao2016-07-192-2/+0
* MdeModulePkg/PciHostBridgeDxe: Fix VS tool chain build failureRuiyu Ni2016-07-181-0/+1
* MdeModulePkg/PciHostBridgeDxe: Add CpuArch protocol dependencyRuiyu Ni2016-07-181-1/+2
* MdeModulePkg/PciHostBridgeDxe: Honor ResourceAssignedRuiyu Ni2016-07-183-58/+134
* MdeModulePkg/PciHostBridgeLib: Add ResourceAssigned fieldRuiyu Ni2016-07-181-0/+2
* MdeModulePkg/PciHostBridgeDxe: Fix a Base/Limit comparing bugRuiyu Ni2016-07-182-14/+14
* MdeModulePkg/PciHostBridgeDxe: Don't miss prefetchable MMIO apertureRuiyu Ni2016-07-181-1/+2
* MdeModulePkg/PciBus: Should reserve enough bus number for HPCRuiyu Ni2016-07-181-2/+2
* IntelSiliconPkg/IgdOpRegion: Add definition for Intel IGDJiewen Yao2016-07-151-0/+7
* IntelSiliconPkg/IgdOpRegion: Add definition for Intel IGD OpRegion.Jiewen Yao2016-07-151-0/+119
* IntelSiliconPkg: Add initial version.Jiewen Yao2016-07-153-0/+267
* UefiCpuPkg/MtrrLib: Fixed bug if length is less than Fixed-MTRR rangeJeff Fan2016-07-151-23/+48
* UefiCpuPkg/MtrrLib: Remove the loop of calculating Fixed-MTRR MaskJeff Fan2016-07-151-16/+23
* UefiCpuPkg/MtrrLib: Remove the loop of calculating byte offset in MSRJeff Fan2016-07-151-11/+3
* UefiCpuPkg/MtrrLib: Reduce the loop time to get fixed-MTRR MSR indexJeff Fan2016-07-151-6/+8
* SecurityPkg DxeTpmMeasureBootLib: Add comments in TcgMeasurePeImage()Liming Gao2016-07-151-1/+4
* SecurityPkg DxeImageVerificationLib: Add comments in HashPeImage()Liming Gao2016-07-151-1/+4
* SecurityPkg Tcg2Dxe: Add check for the PE/COFF imageLiming Gao2016-07-153-1/+74
* SecurityPkg TrEEDxe: Add check for the PE/COFF image.Liming Gao2016-07-153-1/+74
* SecurityPkg SecureBootConfigDxe: Add check for the external PE/COFF image.Liming Gao2016-07-154-0/+74
* MdePkg/BaseSynchronizationLib: spin lock alignment is 32 at leastJeff Fan2016-07-151-0/+4
* MdePkg/BaseSynchronizationLib: Add spin lock alignment for IA32/x64Jeff Fan2016-07-156-4/+112
* MdePkg/BaseSynchronizationLib: Do not check timeout if lock releasedJeff Fan2016-07-153-18/+18
* BaseTools: External link to BaseTools Win binary r167(main trunk r21607)Hao Wu2016-07-141-1/+1
* IntelFspWrapperPkg: PeiFspHobProcessLibSample: remove set but unused variablesLaszlo Ersek2016-07-141-2/+1
* SourceLevelDebugPkg: DebugAgentCommon: remove set but unused variablesLaszlo Ersek2016-07-141-3/+0
* SourceLevelDebugPkg: DebugCommunicationLibUsb: remove set but unused variablesLaszlo Ersek2016-07-141-13/+1
* NetworkPkg: IpSecDxe: remove set but unused variablesLaszlo Ersek2016-07-141-2/+0
* IntelFrameworkModulePkg: BiosVideo: remove set but unused variableLaszlo Ersek2016-07-141-7/+6
* IntelFrameworkModulePkg: LegacyBootMaintUiLib: remove set but unused variablesLaszlo Ersek2016-07-141-16/+0
* IntelFrameworkModulePkg: DxeCapsuleLib: remove set but unused variablesLaszlo Ersek2016-07-141-2/+0
* MdeModulePkg BootMaint: remove set but unused variablesHao Wu2016-07-142-9/+0
* MdeModulePkg DeviceMngr: remove set but unused variablesHao Wu2016-07-141-2/+0
* MdeModulePkg: BootManagerMenuApp: remove set but unused variablesLaszlo Ersek2016-07-141-2/+0
* MdeModulePkg: UfsPassThruDxe: remove set but unused variablesLaszlo Ersek2016-07-142-10/+1
* MdeModulePkg/PciHostBridgeDxe: remove unused but set variablesArd Biesheuvel2016-07-141-8/+0
* UefiCpuPkg/CpuMpPei: Remove PmodeOffset and LmodeOffsetJeff Fan2016-07-148-25/+17
* UefiCpuPkg/CpuMpPei: Remove un-used variables and functionsJeff Fan2016-07-148-156/+0
* UefiCpuPkg/CpuMpPei: Do not load new GDT tableJeff Fan2016-07-141-5/+1
* UefiCpuPkg/CpuMpPei/X64: Use CodeSegment and DataSegment fieldsJeff Fan2016-07-142-93/+71
* UefiCpuPkg/CpuMpPei/X64: Remove hard code CPU BIST valueJeff Fan2016-07-141-4/+3
* UefiCpuPkg/CpuMpPei/Ia32: Use CodeSegment and DataSegment fieldsJeff Fan2016-07-142-34/+48
* UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fieldsJeff Fan2016-07-144-4/+12
* UefiCpuPkg/CpuMpPei: Consume CpuExceptionHandlerLibJeff Fan2016-07-143-4/+26
* UefiCpuPkg/ExceptionLib: Import PeiCpuExceptionHandlerLib moduleJeff Fan2016-07-145-0/+274
* UefiCpuPkg/ExceptionLib: Move global variable locationJeff Fan2016-07-143-23/+22
* UefiCpuPkg/ExceptionLib: Add CommonExceptionHandlerWorker()Jeff Fan2016-07-144-26/+72
* UefiCpuPkg/ExceptionLib: Update RegisterCpuInterruptHandlerWorker()Jeff Fan2016-07-144-17/+29
* UefiCpuPkg/ExceptionLib: Update UpdateIdtTable()Jeff Fan2016-07-143-24/+37
* UefiCpuPkg/ExceptionLib: Update InitializeCpuExceptionHandlersWorkerJeff Fan2016-07-144-9/+24