summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2-1/+81
2014-11-13UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan4-10/+128
2014-11-13UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan3-0/+13
2014-11-13UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStackChen Fan1-0/+29
2014-11-13UefiCpuPkg/CpuDxe: introduce two PCD valueChen Fan3-1/+52
2014-11-13UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen4-0/+332
2014-11-13UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.hJordan Justen2-51/+73
2014-11-13UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen7-0/+326
2014-11-13UefiCpuPkg/CpuDxe: Add ApEntryPointInCJordan Justen1-0/+13
2014-11-13UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen4-0/+61
2014-11-13ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailableArd Biesheuvel3-10/+26
2014-11-13ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly filesOlivier Martin2-2/+2
2014-11-12[PATHC] ShellPkg: control code flow with a PCDJaben Carsey3-22/+21
2014-11-12OvmfPkg/XenPvBlkDxe: Don't include system inttypes.hJordan Justen1-8/+4
2014-11-12ArmPlatformPkg: fix undefined reference to memcpyScott Duplichan1-1/+1
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long29-687/+2369
2014-11-12BaseTools: Fix a cleanall issue.Yingke Liu1-10/+4
2014-11-12Fix a bug in DHCP6 driver when using DUID LLT.Fu Siyuan1-3/+3
2014-11-12EdkCompatibilityPkg: Add UEFI memory and SMRAM profile support.Star Zeng6-4/+281
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng28-106/+5235
2014-11-12MdePkg: Add RETURN_ADDRESS macro into Base.h.Star Zeng1-1/+22
2014-11-12ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin1-1/+1
2014-11-11AppPkg: Disable Lua builds by default. Update the ReadMe file.Daryl McDaniel2-1/+6
2014-11-11StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel3-4/+4
2014-11-11BaseTool: Support EDKII style GUID definition for VFR function.Yingke Liu2-3/+17
2014-11-11ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflowOlivier Martin1-1/+1
2014-11-11ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()Olivier Martin5-49/+88
2014-11-11ArmPkg: Ensured the stack is always quad-word alignedOlivier Martin3-12/+12
2014-11-11EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initializationRonald Cron3-19/+3
2014-11-11ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm20-52/+54
2014-11-10StdLib: Fix a "potentially uninitialized variable" error.Daryl McDaniel1-98/+111
2014-11-10ShellPkg: Fixed variable set but never usedOlivier Martin1-2/+1
2014-11-10Fix a bug in DebugAgent that hang happens when the ACK for GO is lost.Ruiyu Ni2-14/+17
2014-11-10MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO registerFeng Tian2-8/+22
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang12-57/+57
2014-11-08OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASMAnthony PERARD3-18/+5
2014-11-08OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASMAnthony PERARD3-19/+5
2014-11-08OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASMAnthony PERARD3-28/+5
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASMAnthony PERARD3-19/+4
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASMAnthony PERARD3-23/+4
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASMAnthony PERARD3-28/+4
2014-11-07AppPkg: Add the Lua interpreter and library.darylm50382-12/+32586
2014-11-07Add safe string function to base lib.jyao13-1/+1197
2014-11-06OvmfPkg: set video resolution of text setup to 640x480Laszlo Ersek3-0/+12
2014-11-06OvmfPkg: BDS: drop custom boot timeout, revert to IntelFrameworkModulePkg'sLaszlo Ersek4-36/+5
2014-11-06OvmfPkg: BDS: drop superfluous "connect first boot option" logicLaszlo Ersek1-23/+0
2014-11-06OvmfPkg: BDS: optimize second argument in PlatformBdsEnterFrontPage() callLaszlo Ersek1-1/+1
2014-11-06OvmfPkg: BDS: don't overwrite the BDS Front Page timeoutLaszlo Ersek1-1/+0
2014-11-06OvmfPkg: BDS: drop useless return statementLaszlo Ersek1-2/+0
2014-11-06OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage()Laszlo Ersek1-8/+0