summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-21NetworkPkg: Add IN/OUT modifier.xdu25-17/+17
2011-01-21Enhance code to avoid build error.ydong101-6/+6
2011-01-20ProcessCumulative() function always calculates the average performance by div...lzeng141-13/+15
2011-01-20NetworkPkg-IpSecDxe: Remove extra space in function type definition to beauti...xdu21-13/+13
2011-01-20NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec.qianouyang3-35/+47
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong103-18/+198
2011-01-18Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro lgao41-1/+5
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye12-20/+30
2011-01-17Update the GUID value to be consist with the one in DEC file.gdong11-2/+2
2011-01-16Fixed 3 ECC errors.gdong11-5/+5
2011-01-16OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCDjljusten5-5/+5
2011-01-13OvmfPkg ResetSystemLib: Add shutdown support for OVMFjljusten5-6/+145
2011-01-13OvmfPkg/PlatformPei: Set PM base address OVMFjljusten2-0/+6
2011-01-13OvmfPkg/build.sh: Recognize '-p' switchjljusten1-3/+11
2011-01-13Fix potential memory access violationydong101-4/+7
2011-01-13Refine code to make code follow the coding style.ydong102-5/+5
2011-01-12Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong15-10/+1129
2011-01-12Fix an K9 issue in variable driver.gdong11-0/+1
2011-01-11Remove extra {} inside DEBUG_CODE() macromdkinney1-120/+118
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney1-109/+81
2011-01-10Enhance BDS to support Boot/Driver option whose option number >= 0xFF.niruiyu5-61/+57
2011-01-09OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLibjljusten4-4/+145
2011-01-09OvmfPkg EMU FVB: Convert to FVB2 protocoljljusten5-24/+24
2011-01-09OvmfPkg PlatformFvbLib: Change PlatformFvbDataWrittenjljusten4-8/+26
2011-01-09OvmfPkg/build.sh: Add features and replace build32/64.shjljusten3-158/+116
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5031-8/+12
2011-01-07Fix ICC9 compiler failureniruiyu1-1/+1
2011-01-07Fix 32-bit build breakmdkinney1-1/+1
2011-01-06Fix typo in __switchiu8() to use r0 in place of r3. andrewfish1-4/+4
2011-01-06Fix the bug that duplicate HDD is shown in the BMM.niruiyu1-13/+5
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian3-34/+91
2011-01-06Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2-46/+170
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney1-22/+216
2011-01-06Fix Copyright year to 2011mdkinney1-1/+1
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney1-0/+2
2011-01-05Correct return value check.jyao11-1/+1
2011-01-05NetworkPkg: Update Ipsecconfig Application to print the keys of SAD in concis...qianouyang2-30/+52
2011-01-05in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.erictian1-1/+11
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney2-41/+38
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney1-36/+76
2011-01-03EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warningjljusten2-4/+4
2011-01-03NetworkPkg/IpSecDxe: Add missing EFIAPI for callback functionsjljusten4-22/+28
2011-01-01Fix build issue.qianouyang2-7/+2
2010-12-31Add IPsec/Ikev2 support.qianouyang31-1577/+17737
2010-12-31OvmfPkg: Work around issue seen with kvm + grub2 (efi)jljusten3-24/+6
2010-12-31OvmfPkg: Add USB supportjljusten6-2/+59
2010-12-31OvmfPkg README: Group network information togetherjljusten1-20/+30
2010-12-31OvmfPkg: Add build32.sh and build64.sh scriptsjljusten3-0/+251
2010-12-311. Add new API supports for PEM & X509 key retrieving & verification;qlong19-4/+1223
2010-12-31Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton.lgao42-46/+52