summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility
AgeCommit message (Expand)AuthorFilesLines
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng141-2/+29
2012-11-28Save/Restore missing volatile registers (XMM0-5) save/restore in Page Fault h...vanjeff2-6/+42
2012-11-12Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng142-5/+5
2012-11-12Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng141-24/+16
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-5/+5
2012-07-02EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Update .S files to ...rsun32-5/+25
2012-06-26EdkCompatibilityPkg SmmBaseHelper: In SmmHandlerEntry(), add check to ensure ...rsun32-29/+97
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+2
2012-05-10Enhance the logic when extract data from storage.ydong101-5/+16
2012-03-151. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. vanjeff1-2/+53
2011-11-21According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng141-2/+2
2011-11-21PI 1.2 Errata C: A new return condition is added for the returned status code...rsun32-2/+4
2011-10-19Avoid using code name in comments.niruiyu5-15/+15
2011-09-29Add more check to avoid access violation.ydong101-1/+1
2011-09-28EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to ...rsun32-4/+4
2011-09-26EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Check for x2APIC mo...rsun32-3/+27
2011-09-20Clean up the private GUID definition in module Level.lgao45-10/+30
2011-08-31EdkCompatibilityPkg: Add BootScriptThunkHelper driverjljusten2-0/+125
2011-08-30Enhance the SmmBaseHelper driver to support changing SMBASE/IORestart/AutoHAL...rsun31-14/+21
2011-08-01Create smbios table before ReadyToBoot event. For SMBIOS thunk driver, create...li-elvin1-5/+23
2011-08-01Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files...rsun32-3/+3
2011-07-19EdkCompatibilityPkg: Add DxeSmmReadyToLockOnExitPmAuthThunk driverjljusten3-0/+174
2011-07-12EdkCompatabilityPkg: Fix build issues with X64 clangandrewfish3-19/+25
2011-06-27EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunkjljusten2-0/+301
2011-06-08String Reference Cleanup.lzeng143-94/+85
2011-05-30Update code to pass packaging tool.lzeng144-12/+9
2011-05-20Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong101-107/+106
2011-04-27Fix 2 BootScript thunk issue on MEM_POLL.jyao11-5/+19
2011-04-20Add missing Type 35 support and correct SmbiosFldMiscType13 implementation.lzeng143-5/+130
2011-03-30Update inf file to follow spec.ydong101-1/+0
2011-03-14Enhance inf file to follow inf spec.ydong103-3/+6
2011-03-10Update module to pass in a valid EFI_HANDLE when is reloads and restarts itse...mdkinney1-4/+6
2011-03-07ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framewor...lgao41-10/+15
2011-01-28Don't need to update its copy right. It is same to previous version. lgao41-1/+1
2011-01-28Roll back previous change. GCC assembly file should use .S postfix. lgao41-2/+2
2011-01-24Correct file name. lgao41-1/+1
2011-01-05Correct return value check.jyao11-1/+1
2010-12-26Fix CYG GCC build fail on retf.jyao11-3/+3
2010-12-25Replace @@ symbol since GCC does not recognize it.jyao11-2/+2
2010-12-24Fix GCC build failure.jyao11-3/+3
2010-12-22Fix boot script thunk issue that we need dispatch in PEI mode for Framework d...jyao18-16/+858
2010-12-10Add missing fields of Type 4 conversion.li-elvin1-1/+79
2010-10-28Correct Comments.lgao41-1/+1
2010-10-12Add Framework SMM Status Code Protocol on PI SMM Status Code Protocol Thunk d...rsun32-0/+119
2010-09-13Refine some code to make code run safely.ydong102-5/+5
2010-09-10Refine some code to make the code run safely.ydong102-9/+9
2010-08-27Program virtual wire mode and disable LINT0 and LINT1 in ApProcWrapper() of M...rsun31-0/+6
2010-08-23Update MpServicesOnFrameworkMpServicesThunk to consume Local APIC library.rsun33-138/+9
2010-08-17SmmBaseHelper: Update MP state in Framework SMST before transferring control ...rsun31-1/+2