1. 205627b Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
  2. 0e4cdd8 Fix a typo. by ydong10 · 13 years ago
  3. 9acd223 EdkCompatibilityPkg/CompilerStub: Created a Dummy CompilerStubLib for ARM by oliviermartin · 13 years ago
  4. d5b339a Change returned status codes for SmiManage() per PI 1.2.1 spec. by rsun3 · 13 years ago
  5. 64bb20f Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed char to follow UEFI spec. by lgao4 · 13 years ago
  6. 490173c Correct an error in Aprint function. by ydong10 · 13 years ago
  7. a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
  8. 287d8d1 Update ECP Package Glue BaseLib to save/restore xmm6-xmm15 in functions setJump/longJump. by lgao4 · 13 years ago
  9. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  10. 9a8e70c Add new DEBUG_VERBOSE print error level. by lgao4 · 13 years ago
  11. c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
  12. fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
  13. 0249feb Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
  14. 22675de Add comments for EFI_CACHE_SRAM_TYPE_DATA because of the inconsistency between CacheSubclass 0.9 and SMBIOS specifications. by lzeng14 · 13 years ago
  15. 49cc8d2 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: mdkinney by lgao4 · 13 years ago
  16. 9386c41 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: erictian by lgao4 · 13 years ago
  17. 5d9f5dc EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
  18. 9c24540 Correct CpuPause.s to ICC11. Signed-off-by: lgao4 by lgao4 · 13 years ago
  19. 8598a1e Avoid using code name in comments. by niruiyu · 13 years ago
  20. 515327a Use a local variable and assign 0 to it, then use it as legacy interrupt table base address. by li-elvin · 13 years ago
  21. ec2b081 1. Move Capsule variable name definition to Capsule variable GUID header file. by lgao4 · 13 years ago
  22. f4d9cc2 Define S3 Status code macros. Signed-off-by: lgao4 Reviewed-by: jyao1 by lgao4 · 13 years ago
  23. 57ad9d4 Add more check to avoid access violation. by ydong10 · 13 years ago
  24. afc5448 Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of SmmScriptLib to keep consistent with SMM_CPU_IO2_PROTOCOL defined in MdePkg. by hhtian · 13 years ago
  25. 3857083 Refine code to make code run more safely. by ydong10 · 13 years ago
  26. ee6cf42 Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. by vanjeff · 13 years ago
  27. 6c7274a Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  28. 58e3a18 EdkCompatabilityPg: Add missing .globl statement by andrewfish · 13 years ago
  29. 4851f24 EdkCompatibilityPkg: Add SmmScriptLib by jljusten · 14 years ago
  30. 271d2c7 EdkCompatabilityPkg: Fix build issues with X64 clang by andrewfish · 14 years ago
  31. 8a18c8c Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/ EFI_AUTHENTICATION_INFO_PROTOCOL_SET, by lzeng14 · 14 years ago
  32. f99d3d2 Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
  33. c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
  34. 58b9f0f EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warning by jljusten · 14 years ago
  35. 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
  36. 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
  37. 2349cf6 Refine code to make code run more safely. by ydong10 · 14 years ago
  38. 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
  39. 3e99020 Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg. by lgao4 · 14 years ago
  40. 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
  41. 2b0fcbf EdkCompatibilityPkg: Re-add VA_COPY macro by jljusten · 14 years ago
  42. 52fb4d3 Refine some code to make code run safely. by ydong10 · 14 years ago
  43. e009609 Refine some code to make the code run safely. by ydong10 · 14 years ago
  44. 6401e5f Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__. by lgao4 · 14 years ago
  45. 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
  46. 712a569 Sync fix on MdePkg r9982. by lgao4 · 14 years ago
  47. 2496b46 1. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII build tool. by lgao4 · 15 years ago
  48. 1beb1af Fixes for the ARM port of SCTs by andrewfish · 15 years ago
  49. c14164f Ported more of EdkCompatabilityPkg to ARM to support SCT port. by andrewfish · 15 years ago
  50. 97c0d02 Remove unnecessary volatile for local Index variable. by lgao4 · 15 years ago
  51. 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
  52. 1249696 EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies by jljusten · 15 years ago
  53. 5f68233 EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4 by jljusten · 15 years ago
  54. 0e7e330 EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.h by jljusten · 15 years ago
  55. 0ccabf7 Initialize the local variable before refer to them. by lgao4 · 15 years ago
  56. 4ac4deb Add more check to make sure code run safely. by lgao4 · 15 years ago
  57. 5a2bc71 synchronize interget type definition from MdePkg's processbinding.h to make build pass under GCC44 tool chain by klu2 · 15 years ago
  58. 6a8fb8b Change TPM_BASE to 0 per TPM spec. by rsun3 · 15 years ago
  59. 30c636a Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. by xdu2 · 15 years ago
  60. f57387d Update the copyright notice format by hhtian · 15 years ago
  61. 4ea9375 Update the copyright notice format by hhtian · 15 years ago
  62. 2c7e5c2 Update the copyright notice format by hhtian · 15 years ago
  63. 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
  64. cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
  65. 9e18c9b Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  66. b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  67. 9e62071 Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can support usage model of PI SMM infrastructure + Framework Chipset SMM code + Framework platform SMM code in ECP platforms. by rsun3 · 15 years ago
  68. 5429e00 replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED by vanjeff · 15 years ago
  69. 5d36285 Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP. by rsun3 · 15 years ago
  70. 1afe040 Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg. by AJFISH · 15 years ago
  71. df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
  72. f25c99b 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI 2.3 specification. by tye · 15 years ago
  73. 4c913fe Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will force FVB drivers built through the ECP to produce the PI 1.2 FVB2 Protocol GUID by qhuang8 · 15 years ago
  74. e8de468 Fixed issues compiling for Apple gcc on IA-32 by AJFISH · 15 years ago
  75. 82dae5e Fix bug that home addresses for register parameters must be allocated for calling C function from X64 assembly code to follow x64 calling convention. by rsun3 · 15 years ago
  76. b374d62 Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg definition for ECP shell to work correctly on EDKII platforms. by qhuang8 · 15 years ago
  77. af2cfce Add RHSA (remapping hardware static Affinity) structure definition according to VT-d spec. by htao · 15 years ago
  78. 86345de Update to remove .intel_syntax directives to improve portability since it is not supported by all GCC assembliers. by qhuang8 · 15 years ago
  79. f315cfa Remove unnecessary .align directory and change .align directory to .p2align to avoid ambiguous. by qhuang8 · 15 years ago
  80. d820181 Remove unnecessary .align directives. by qhuang8 · 15 years ago
  81. b341712 Update to make end-of-line consistent for all source files in MdePkg. There are no other updates besides that change. by qhuang8 · 15 years ago
  82. c113cd3 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
  83. 99f6759 Enhanced BMP file security check. by vanjeff · 15 years ago
  84. ada3f18 Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob length to be multiple of 8. This does not follow the spec. by rsun3 · 16 years ago
  85. f6839dd fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  86. dfbb47d fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  87. b27af9d As ECP package is EDKI style, the AutoGen.h will not include anything. So if we use some basic data structures, we should manually include EdkIIGlueBase.h file. by eric_tian · 16 years ago
  88. 78709ef change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)" by eric_tian · 16 years ago
  89. 34e4a9a cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used to generate underscore prior to public symbol or not within various GCC distribution versions. by eric_tian · 16 years ago
  90. 14c6da2 update string function comments by eric_tian · 16 years ago
  91. 1e43716 Save segment registers on stack in case the thunk code assembly calls CF9 soft reset and the x64 registers get cleared. by qhuang8 · 16 years ago
  92. 101361d updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  93. 00683bf PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib. by rsun3 · 16 years ago
  94. c85640b 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
  95. 058bf46 Use #ifdef but not #if for compiler macros. by klu2 · 16 years ago
  96. 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
  97. 59a7e4f For ECP, disable ICC's remark #869: "Parameter" was never referenced warning. by xli24 · 16 years ago
  98. 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
  99. 679242b Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <= 0x00020000. When EFI_SPECIFICATION_VERSION > 0x00020000, this definition is defined at EdkCompatibilityPkg\Foundation\Efi\Include\EfiDevicePath.h by qwang12 · 16 years ago
  100. f51aea9 Use correct capitalization for include path. by xli24 · 16 years ago