- f99d3d2 Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
- 4f07790 String Reference Cleanup. by lzeng14 · 14 years ago
- d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
- d664f8a Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupported call back type. by ydong10 · 14 years ago
- 043d7c3 Clean up DEC files: by mdkinney · 14 years ago
- 775afc8 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
- 54e4b37 Fix 2 BootScript thunk issue on MEM_POLL. by jyao1 · 14 years ago
- 0ec4f1c Add missing Type 35 support and correct SmbiosFldMiscType13 implementation. by lzeng14 · 14 years ago
- 33b7140 Update inf file to follow spec. by ydong10 · 14 years ago
- 36f0b7c Enhance inf file to follow inf spec. by ydong10 · 14 years ago
- 6bd01eb Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- ca1677d Update module to pass in a valid EFI_HANDLE when is reloads and restarts itself using the PeCoffLib. by mdkinney · 14 years ago
- a1fe1d6 ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit dispatch code. It must be loaded into <4G memory. by lgao4 · 14 years ago
- 60d8f1f clean non-ASCII char by hhtian · 14 years ago
- a34688d Don't need to update its copy right. It is same to previous version. by lgao4 · 14 years ago
- 1fade6c Roll back previous change. GCC assembly file should use .S postfix. by lgao4 · 14 years ago
- 8db466c Correct file name. by lgao4 · 14 years ago
- c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
- b16ad4b Correct return value check. by jyao1 · 14 years ago
- 58b9f0f EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warning by jljusten · 14 years ago
- 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
- 4eed2db Fix CYG GCC build fail on retf. by jyao1 · 14 years ago
- ef291d0 Replace @@ symbol since GCC does not recognize it. by jyao1 · 14 years ago
- 6dd67b6 Fix GCC build failure. by jyao1 · 14 years ago
- 47cc063 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
- d766b22 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
- 4e36d6f update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE by erictian · 14 years ago
- 5a0c039 Add missing fields of Type 4 conversion. by li-elvin · 14 years ago
- 2349cf6 Refine code to make code run more safely. by ydong10 · 14 years ago
- 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
- 3e99020 Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg. by lgao4 · 14 years ago
- be3b67b Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
- cccdc95 Correct Comments. by lgao4 · 14 years ago
- 2b0fcbf EdkCompatibilityPkg: Re-add VA_COPY macro by jljusten · 14 years ago
- 2b8999e Add Framework SMM Status Code Protocol on PI SMM Status Code Protocol Thunk driver. by rsun3 · 14 years ago
- 52fb4d3 Refine some code to make code run safely. by ydong10 · 14 years ago
- e009609 Refine some code to make the code run safely. by ydong10 · 14 years ago
- 1aa8ced Program virtual wire mode and disable LINT0 and LINT1 in ApProcWrapper() of MpServicesOnFrameworkMpServicesThunk. by rsun3 · 14 years ago
- 9166e5f Add Local APIC library mapping. by rsun3 · 14 years ago
- 0a6374b Update MpServicesOnFrameworkMpServicesThunk to consume Local APIC library. by rsun3 · 14 years ago
- 5b9fc2f SmmBaseHelper: Update MP state in Framework SMST before transferring control to Framework SMM driver entry point. by rsun3 · 14 years ago
- 6c45642 Add boundary check against APIC ID. by xli24 · 14 years ago
- 6401e5f Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__. by lgao4 · 14 years ago
- 133238c Fix GCC build. by xli24 · 14 years ago
- d6d858c Fix the risk of AP stack conflict. by xli24 · 14 years ago
- 2a0879a Use local version EfiScriptLibAsciiStrLen() and EfiScriptLibStrLen() function to get string length so that this library doesn't depend on other EDK libraries and it can be linked together with EdkIIGlueLib. by lgao4 · 14 years ago
- 712a569 Sync fix on MdePkg r9982. by lgao4 · 14 years ago
- 830db41 Fix Xcode build break. by andrewfish · 14 years ago
- 74f8952 1. Consume Debug Agent Library to support debugging AP code based on PI MP protocol. by vanjeff · 14 years ago
- 6a60f8c Fix a bug in SmmBaseHelper driver that the JMP instruction which jumps to the original page fault handler is incorrect. by rsun3 · 14 years ago
- 2496b46 1. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII build tool. by lgao4 · 14 years ago
- 1beb1af Fixes for the ARM port of SCTs by andrewfish · 14 years ago
- c14164f Ported more of EdkCompatabilityPkg to ARM to support SCT port. by andrewfish · 15 years ago
- 97c0d02 Remove unnecessary volatile for local Index variable. by lgao4 · 15 years ago
- c5eef36 Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-in to avoid macro redefinition. by rsun3 · 15 years ago
- 1249696 EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies by jljusten · 15 years ago
- 19e2bfe ECP MpServicesOnFrameworkMpServicesThunk: Fix build with GCC by jljusten · 15 years ago
- 5f68233 EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4 by jljusten · 15 years ago
- 0e7e330 EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.h by jljusten · 15 years ago
- 0ccabf7 Initialize the local variable before refer to them. by lgao4 · 15 years ago
- de243ee 1.Restore BSP IDT table to AP when AP wakeup. by vanjeff · 15 years ago
- 4ac4deb Add more check to make sure code run safely. by lgao4 · 15 years ago
- 2788ff5 Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFldMiscTypeOEM buffer overflow. by li-elvin · 15 years ago
- 5a2bc71 synchronize interget type definition from MdePkg's processbinding.h to make build pass under GCC44 tool chain by klu2 · 15 years ago
- 88b3d36 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 6a8fb8b Change TPM_BASE to 0 per TPM spec. by rsun3 · 15 years ago
- 30c636a Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. by xdu2 · 15 years ago
- f57387d Update the copyright notice format by hhtian · 15 years ago
- 4ea9375 Update the copyright notice format by hhtian · 15 years ago
- 2c7e5c2 Update the copyright notice format by hhtian · 15 years ago
- 4b1e112 Update the copyright notice format by hhtian · 15 years ago
- 8362d12 Update the copyright notice format by hhtian · 15 years ago
- 584d565 Update the copyright notice format by hhtian · 15 years ago
- 983ae8c Add the correct check for the return value before use them. by lgao4 · 15 years ago
- 9af300f Correct data conversion from pointer to integer. by lgao4 · 15 years ago
- e319b2d Add the blank line at the end of file to pass ICC compiler. by lgao4 · 15 years ago
- e9ba23c 1. Add the missing function headers. by lgao4 · 15 years ago
- 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
- 097e25c Add function comments and refine function parameter IN OUT. by jgong5 · 15 years ago
- ff443d3 Use on-demand paging for CpuSaveStates read/write. It was measured about 200us for either read or write the PI CpuSaveStates to framework, ~400us in total on a platform with 80 CPUs with original for loop implementation. So with on-demand paging, if the framework SMI handler doesn’t read/write CpuSaveStates, ~400us will be saved. If the handler happens to use CpuSaveStates, there will be about 20us overhead for either read or write a page which contains 5 continuous CpuSaveStates. by jgong5 · 15 years ago
- 35a895c Remove the unnecessary top level header files in protocol header file. by lgao4 · 15 years ago
- caeefbf Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
- 0cf8c20 1. Remove the duplicated contents from source files and INF file of PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk module. by lgao4 · 15 years ago
- dc2b05a Add PI SMM Status Code Protocol on Framework SMM Status Code Protocol thunk driver. This thunk driver produces PI SMM Status Code Protocol and SMM Report Status Code Handler Protocol and it registers a status code handler within itself to route status codes into Framework SMM Status Code Protocol. by rsun3 · 15 years ago
- 8edfbe0 Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't be loaded after SMRAM is locked. by rsun3 · 15 years ago
- 5878d15 Not maintained. by hhtian · 15 years ago
- fbdd3ff This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added other definitions as well defined by SMBIOS 2.6.1 spec. by li-elvin · 15 years ago
- cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
- 5068433 Ensure GDT for APs is under 4G, in order to secure that APs can safely use it to switch from real mode to protected mode, as well as from protected mode to long mode. by xli24 · 15 years ago
- 1329da4 Add parameter check in SmmBase.Communicate(). by rsun3 · 15 years ago
- 33f30f1 NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated per PI SMST at SMM runtime context. These two fields in PI SMST are not guaranteed to be valid at SMM initialization phase. by rsun3 · 15 years ago
- 2ae0d12 Refine Legacy Region thunk to comply with PI 1.2. by xli24 · 15 years ago
- 18e7892 Update SmmBase Communicate Thunk behaivor to be compatible with Framework implemenation. by rsun3 · 15 years ago
- 673c149 Remove the implementation limitation in the SmmBaseHelper driver that it assumes the Framework SMM driver to be loaded has a copy in memory. by rsun3 · 15 years ago
- 5a65741 Correction to remove Apple lines from Disclaimers. These were introduced after r10220, indicating the copies of disclaimer with Apple lines are a corruption. by myronporter · 15 years ago
- 9e18c9b Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
- b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
- eebe3bb Fix a issue to support the callback related to framework IFR REF opcode. Its callback type is EFI_IFR_TYPE_UNDEFINED according to the latest UEFI spec. by lgao4 · 15 years ago
- 61a2420 Support Framework IFR SELECT OP code. by lgao4 · 15 years ago
- 6343667 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago