summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
Commit message (Expand)AuthorAgeFilesLines
* EdkCompatibilityPkg: Fix EFIAPI usage inconsistenciesjljusten2010-06-154-0/+10
* ECP MpServicesOnFrameworkMpServicesThunk: Fix build with GCCjljusten2010-06-152-7/+9
* EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4jljusten2010-06-151-16/+58
* EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.hjljusten2010-06-151-36/+21
* Initialize the local variable before refer to them. lgao42010-06-124-9/+20
* 1.Restore BSP IDT table to AP when AP wakeup.vanjeff2010-06-118-52/+153
* Add more check to make sure code run safely.lgao42010-06-1125-102/+275
* Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFl...li-elvin2010-06-093-23/+78
* synchronize interget type definition from MdePkg's processbinding.h to make b...klu22010-05-262-37/+21
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-2/+0
* Change TPM_BASE to 0 per TPM spec.rsun32010-05-182-11/+4
* Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu22010-05-101-1/+2
* Update the copyright notice formathhtian2010-04-28620-1240/+1240
* Update the copyright notice formathhtian2010-04-28299-598/+598
* Update the copyright notice formathhtian2010-04-28794-1588/+1588
* Update the copyright notice formathhtian2010-04-28170-340/+340
* Update the copyright notice formathhtian2010-04-243-6/+4
* Update the copyright notice formathhtian2010-04-2497-190/+190
* Add the correct check for the return value before use them.lgao42010-04-223-1/+3
* Correct data conversion from pointer to integer.lgao42010-04-121-2/+2
* Add the blank line at the end of file to pass ICC compiler. lgao42010-04-121-1/+1
* 1. Add the missing function headers. lgao42010-04-091-9/+13
* Add the missing CpuLib library instance into EdkCompatibilityPkg.dsclgao42010-04-061-0/+1
* Add function comments and refine function parameter IN OUT.jgong52010-04-022-9/+106
* Use on-demand paging for CpuSaveStates read/write. It was measured about 200u...jgong52010-04-025-41/+475
* Remove the unnecessary top level header files in protocol header file.lgao42010-04-011-3/+0
* Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsclgao42010-04-011-1/+0
* 1. Remove the duplicated contents from source files and INF file of PiSmmStat...lgao42010-03-274-452/+1
* Add PI SMM Status Code Protocol on Framework SMM Status Code Protocol thunk d...rsun32010-03-263-0/+904
* Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't b...rsun32010-03-264-9/+104
* Not maintained.hhtian2010-03-251-133/+0
* This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added ...li-elvin2010-03-251-10/+14
* Correct file path separator to be consistent.lgao42010-03-201-15/+15
* Ensure GDT for APs is under 4G, in order to secure that APs can safely use it...xli242010-03-191-1/+18
* Add parameter check in SmmBase.Communicate().rsun32010-03-191-0/+4
* NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated p...rsun32010-03-191-0/+2
* Refine Legacy Region thunk to comply with PI 1.2.xli242010-03-181-11/+27
* Update SmmBase Communicate Thunk behaivor to be compatible with Framework imp...rsun32010-03-181-11/+8
* Remove the implementation limitation in the SmmBaseHelper driver that it assu...rsun32010-03-174-127/+69
* Correction to remove Apple lines from Disclaimers. These were introduced aft...myronporter2010-03-156-13/+8
* Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which...lgao42010-03-154-0/+1123
* Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which...lgao42010-03-154-22/+95
* Fix a issue to support the callback related to framework IFR REF opcode. Its ...lgao42010-03-141-0/+2
* Support Framework IFR SELECT OP code.lgao42010-03-141-0/+40
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-135-57/+71
* Update this module from DXE_DRIVER to DXE_RUNTIME_DRIVER and convert mSmmCont...hhuan132010-03-103-3/+47
* Add description for the added BootState guid.lgao42010-03-101-1/+9
* Add the BootState GUID to EdkCompatibilityPkg.dec and the accordingly GUID he...niruiyu2010-03-102-0/+23
* Update EdkCompatibilityPkg version from 0.90 to 0.91lgao42010-03-092-2/+2
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-043-52/+179