summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-29Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only s...svn/branches/UDK2010@10321lgao42-2/+2
2010-03-28fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang1-1/+1
2010-03-271. Remove the duplicated contents from source files and INF file of PiSmmStat...lgao44-452/+1
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff1-1/+3
2010-03-26Add PI SMM Status Code Protocol on Framework SMM Status Code Protocol thunk d...rsun33-0/+904
2010-03-26Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't b...rsun34-9/+104
2010-03-25Not maintained.hhtian1-337/+0
2010-03-25Not maintained.hhtian1-228/+0
2010-03-25Not maintained.hhtian1-78/+0
2010-03-25Not maintained.hhtian1-64/+0
2010-03-25Not maintained.hhtian1-133/+0
2010-03-25Not maintained.hhtian1-98/+0
2010-03-25Not maintained.hhtian1-730/+0
2010-03-25This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added ...li-elvin1-10/+14
2010-03-23Sync EDKII BaseTools to BaseTools project r1940qhuang824-9/+37
2010-03-23Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib.qhuang81-26/+1
2010-03-23OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005jljusten1-4/+4
2010-03-23Remove the work around as the Fat driver's lock issue was found and fixed.niruiyu1-4/+2
2010-03-22Per Liming request: 1)remove duplicate header disclaimer lines IntelFramework...myronporter2-6/+20
2010-03-22Don't create a dummy string with new language.lgao41-4/+1
2010-03-21Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com...lgao42-58/+144
2010-03-21Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com...lgao41-140/+92
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao13-6/+14
2010-03-21Add RELEASE targetlgao42-2/+2
2010-03-21Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao41-2/+2
2010-03-21OVMF: Add BlockMmioToBlockIoDxe driverjljusten9-2/+1094
2010-03-21OVMF: Add Block MMIO protocol definitionjljusten2-0/+53
2010-03-20Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] sect...klu21-0/+2
2010-03-20Correct file path separator to be consistent.lgao41-15/+15
2010-03-20Fix compile break on IA32 arch.lgao42-2/+2
2010-03-19Fix an bug for PXE boot asserthhuan131-2/+0
2010-03-19Ensure GDT for APs is under 4G, in order to secure that APs can safely use it...xli241-1/+18
2010-03-19Add parameter check in SmmBase.Communicate().rsun31-0/+4
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@10288 6f19259...rsun36-25/+25
2010-03-19Sync EDKII BaseTools to BaseTools project r1937.lgao442-1648/+2027
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian8-142/+122
2010-03-19NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated p...rsun31-0/+2
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong51-7/+7
2010-03-19Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This sho...qhuang81-15/+26
2010-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff3-14/+15
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2-0/+24
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian1-2/+13
2010-03-18Refine Legacy Region thunk to comply with PI 1.2.xli241-11/+27
2010-03-18Update shell binaries to use release build target and integrate the following...qhuang893-25/+12
2010-03-18Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg...jchen201-1/+0
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22-5/+18
2010-03-18Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang1-4/+1
2010-03-18Roll back previous change.rsun31-3/+3
2010-03-181. Update Fat Binaries to fix a migration bug about EFI lock semantics change.qhuang85-3/+3
2010-03-18Separate IA32/X64 architecture into two DSC file to avoid the their output mi...klu26-41/+280