summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao45-5/+5
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao44-4/+4
2010-04-06Remove the duplicated SmmLibNull, which has been moved into MdePkg.lgao42-137/+0
2010-04-06Add the missing CpuLib library instance into EdkCompatibilityPkg.dsclgao41-0/+1
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten1-1/+1
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong51-8/+4
2010-04-03Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low le...andrewfish14-4/+4836
2010-04-03Add Current working directory support to the libraryandrewfish1-379/+372
2010-04-03Added DebugAgentTimerLib. Cleaned up .h files and other code.andrewfish35-308/+558
2010-04-02Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition ...lgao41-2/+2
2010-04-02Add function comments and refine function parameter IN OUT.jgong52-9/+106
2010-04-02Use on-demand paging for CpuSaveStates read/write. It was measured about 200u...jgong55-41/+475
2010-04-01Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu21-0/+10
2010-04-01Remove the unnecessary top level header files in protocol header file.lgao41-3/+0
2010-04-01Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsclgao41-1/+0
2010-03-31Fix ICC build failuresmdkinney3-7/+9
2010-03-31Fix INF file header formatqhuang87-7/+7
2010-03-31Update to clean up some obsolete infoqhuang81-19/+8
2010-03-29Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only s...lgao42-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