summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-25Change NT32 and DUET to use UEFI Shell by default. Use "-D USE_OLD_SHELL" for...Ruiyu Ni4-39/+35
2014-11-25BaseTools/UPT: Fix an issue of storing wrong PCD into XML file.Hess Chen2-2/+2
2014-11-25Initialize alarm register in PcRtc module entrypoint to make UEFI SCT GetWake...Elvin Li1-2/+89
2014-11-24ShellPkg: Add extended USB decoding for consistent device namesjaben carsey3-36/+92
2014-11-24MdePkg Add USB Spec constants to Usb.hjaben carsey1-1/+27
2014-11-24MdeModulePkg: remove usb defined infojaben carsey1-23/+1
2014-11-24ShellPkg: Add optional extended decode for Vendor Device Nodes for consistent...jaben carsey3-0/+36
2014-11-24Add typecast to fix VS2005 build issue.Jeff Fan1-3/+3
2014-11-24BaseTools: Extend support for Windows hosted gcc to versions 4.4-4.7.Scott Duplichan1-24/+26
2014-11-21EmulatorPkg/MpService: add enabled processor check for startupThisAPChen Fan1-0/+4
2014-11-21EmulatorPkg/MpService: StartupAllAPs should verify processor state before set...Chen Fan1-10/+24
2014-11-21EmulatorPkg/MpService: fix wrong unsigned to signed variable transitionChen Fan1-10/+31
2014-11-21OvmfPkg: CsmSupportLib: depend on OvmfPkg.dec explicitlyLaszlo Ersek1-0/+1
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong3-168/+48
2014-11-20ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips1-2/+2
2014-11-20OvmfPkg: AcpiPlatformDxe: make dependency on PCI enumeration explicitLaszlo Ersek1-1/+1
2014-11-20ShellPkg: Code refine to avoid potential dereference of pointer.Qiu Shumin1-1/+1
2014-11-20MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen6-50/+272
2014-11-19OvmfPkg: Fix build failure with gcc44, gcc45Scott Duplichan1-2/+0
2014-11-19[PATCH] MdeModulePkg: update poor wording in MdeModulePkg DEC/UNI filejaben carsey2-2/+3
2014-11-19MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng2-0/+8
2014-11-19MdeModulePkg DxeCore: Fix VS2013 build failure.Star Zeng1-0/+2
2014-11-19UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chainJeff Fan1-3/+3
2014-11-19MdePkg DxePcdLib: Updates DxePcdLib instance comments.Liming Gao1-0/+5
2014-11-19MdeModulePkg BaseSerialPortLib16550: Correct MemoryLimit and MemoryBase offset.Liming Gao1-6/+6
2014-11-19MdeModulePkg Variable: Add missing warning annotation.Star Zeng6-1/+61
2014-11-18BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building f...Scott Duplichan3-12/+37
2014-11-18BaseTools: Correct NASM output file type for UNIXGCC and CYGGCC. Liming Gao1-4/+4
2014-11-17OvmfPkg: PlatformBdsLib: Dynamic PCI Interrupt Line register setupGabriel Somlo1-43/+139
2014-11-17UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServicesChen Fan1-1/+33
2014-11-17MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa...Star Zeng3-4/+23
2014-11-17MdePkg Base.h: Fix EBC build failure and add comments for RETURN_ADDRESS macro.Star Zeng1-12/+32
2014-11-14OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable.Anthony PERARD1-2/+1
2014-11-14OvmfPkg/XenPvBlkDxe: fix VS2010 build failuresScott Duplichan2-9/+9
2014-11-14OvmfPkg/XenBusDxe: fix VS2010 build failuresScott Duplichan5-22/+22
2014-11-14OvmfPkg/XenBusDxe: Fix some types.Anthony PERARD3-4/+4
2014-11-14OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32.Anthony PERARD1-10/+10
2014-11-14SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID associationLaszlo Ersek1-2/+5
2014-11-14CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64Laszlo Ersek1-1/+1
2014-11-14CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failureLaszlo Ersek1-1/+2
2014-11-14OvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRequest() (VS2010)Scott Duplichan1-1/+1
2014-11-14OvmfPkg: QemuVideoDxe: the VBE shim needs no 64-bit shifts (VS2010)Scott Duplichan1-6/+6
2014-11-14OvmfPkg: flash driver: drop needlessly wide multiplication (VS2010)Scott Duplichan1-1/+1
2014-11-14OvmfPg: flash driver: drop gratuitous 64-by-32 bit divisions (VS2010)Laszlo Ersek1-2/+2
2014-11-14OvmfPg: flash driver: fix type of EFI_SIZE_TO_PAGES argument (VS2010)Laszlo Ersek1-3/+3
2014-11-14MdeModulePkg/Core/PiSmmCore/PiSmmCore.c: Fix compiler warning about variable ...Garrett Kirkendall1-1/+1
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long14-588/+1972
2014-11-14OvmfPkg: PlatformBdsLib: Platform dependent PCI/IRQ initializationGabriel Somlo3-47/+78
2014-11-14OvmfPkg: AcpiTimerLib: Switch additional stages to PCD-based Dxe instanceGabriel Somlo5-14/+44
2014-11-14OvmfPkg: AcpiTimerLib: Use global variable during PEI_CORE and PEIMGabriel Somlo6-18/+30