summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-02Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition ...lgao4
2010-04-02Add function comments and refine function parameter IN OUT.jgong5
2010-04-02Use on-demand paging for CpuSaveStates read/write. It was measured about 200u...jgong5
2010-04-01Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu2
2010-04-01Remove the unnecessary top level header files in protocol header file.lgao4
2010-04-01Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsclgao4
2010-03-31Fix ICC build failuresmdkinney
2010-03-31Fix INF file header formatqhuang8
2010-03-31Update to clean up some obsolete infoqhuang8
2010-03-29Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only s...lgao4
2010-03-28fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang
2010-03-271. Remove the duplicated contents from source files and INF file of PiSmmStat...lgao4
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff
2010-03-26Add PI SMM Status Code Protocol on Framework SMM Status Code Protocol thunk d...rsun3
2010-03-26Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't b...rsun3
2010-03-25Not maintained.hhtian
2010-03-25Not maintained.hhtian
2010-03-25Not maintained.hhtian
2010-03-25Not maintained.hhtian
2010-03-25Not maintained.hhtian
2010-03-25Not maintained.hhtian
2010-03-25Not maintained.hhtian
2010-03-25This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added ...li-elvin
2010-03-23Sync EDKII BaseTools to BaseTools project r1940qhuang8
2010-03-23Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib.qhuang8
2010-03-23OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005jljusten
2010-03-23Remove the work around as the Fat driver's lock issue was found and fixed.niruiyu
2010-03-22Per Liming request: 1)remove duplicate header disclaimer lines IntelFramework...myronporter
2010-03-22Don't create a dummy string with new language.lgao4
2010-03-21Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com...lgao4
2010-03-21Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com...lgao4
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao1
2010-03-21Add RELEASE targetlgao4
2010-03-21Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao4
2010-03-21OVMF: Add BlockMmioToBlockIoDxe driverjljusten
2010-03-21OVMF: Add Block MMIO protocol definitionjljusten
2010-03-20Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] sect...klu2
2010-03-20Correct file path separator to be consistent.lgao4
2010-03-20Fix compile break on IA32 arch.lgao4
2010-03-19Fix an bug for PXE boot asserthhuan13
2010-03-19Ensure GDT for APs is under 4G, in order to secure that APs can safely use it...xli24
2010-03-19Add parameter check in SmmBase.Communicate().rsun3
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun3
2010-03-19Sync EDKII BaseTools to BaseTools project r1937.lgao4
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian
2010-03-19NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated p...rsun3
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong5
2010-03-19Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This sho...qhuang8
2010-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian