1. 9c24540 Correct CpuPause.s to ICC11. Signed-off-by: lgao4 by lgao4 · 13 years ago
  2. 8598a1e Avoid using code name in comments. by niruiyu · 13 years ago
  3. 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
  4. ec2b081 1. Move Capsule variable name definition to Capsule variable GUID header file. by lgao4 · 13 years ago
  5. f4d9cc2 Define S3 Status code macros. Signed-off-by: lgao4 Reviewed-by: jyao1 by lgao4 · 13 years ago
  6. 57ad9d4 Add more check to avoid access violation. by ydong10 · 13 years ago
  7. 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
  8. 3857083 Refine code to make code run more safely. by ydong10 · 13 years ago
  9. ee6cf42 Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. by vanjeff · 13 years ago
  10. 6c7274a Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  11. 58e3a18 EdkCompatabilityPg: Add missing .globl statement by andrewfish · 13 years ago
  12. 4851f24 EdkCompatibilityPkg: Add SmmScriptLib by jljusten · 14 years ago
  13. 271d2c7 EdkCompatabilityPkg: Fix build issues with X64 clang by andrewfish · 14 years ago
  14. 8a18c8c Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/ EFI_AUTHENTICATION_INFO_PROTOCOL_SET, by lzeng14 · 14 years ago
  15. f99d3d2 Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
  16. c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
  17. 58b9f0f EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warning by jljusten · 14 years ago
  18. 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
  19. 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
  20. 2349cf6 Refine code to make code run more safely. by ydong10 · 14 years ago
  21. 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
  22. 3e99020 Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg. by lgao4 · 14 years ago
  23. 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
  24. 2b0fcbf EdkCompatibilityPkg: Re-add VA_COPY macro by jljusten · 14 years ago
  25. 52fb4d3 Refine some code to make code run safely. by ydong10 · 14 years ago
  26. e009609 Refine some code to make the code run safely. by ydong10 · 14 years ago
  27. 6401e5f Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__. by lgao4 · 14 years ago
  28. 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
  29. 712a569 Sync fix on MdePkg r9982. by lgao4 · 14 years ago
  30. 2496b46 1. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII build tool. by lgao4 · 15 years ago
  31. 1beb1af Fixes for the ARM port of SCTs by andrewfish · 15 years ago
  32. c14164f Ported more of EdkCompatabilityPkg to ARM to support SCT port. by andrewfish · 15 years ago
  33. 97c0d02 Remove unnecessary volatile for local Index variable. by lgao4 · 15 years ago
  34. 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
  35. 1249696 EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies by jljusten · 15 years ago
  36. 5f68233 EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4 by jljusten · 15 years ago
  37. 0e7e330 EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.h by jljusten · 15 years ago
  38. 0ccabf7 Initialize the local variable before refer to them. by lgao4 · 15 years ago
  39. 4ac4deb Add more check to make sure code run safely. by lgao4 · 15 years ago
  40. 5a2bc71 synchronize interget type definition from MdePkg's processbinding.h to make build pass under GCC44 tool chain by klu2 · 15 years ago
  41. 6a8fb8b Change TPM_BASE to 0 per TPM spec. by rsun3 · 15 years ago
  42. 30c636a Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. by xdu2 · 15 years ago
  43. f57387d Update the copyright notice format by hhtian · 15 years ago
  44. 4ea9375 Update the copyright notice format by hhtian · 15 years ago
  45. 2c7e5c2 Update the copyright notice format by hhtian · 15 years ago
  46. 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
  47. cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
  48. 9e18c9b Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  49. b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  50. 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
  51. 5429e00 replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED by vanjeff · 15 years ago
  52. 5d36285 Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP. by rsun3 · 15 years ago
  53. 1afe040 Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg. by AJFISH · 15 years ago
  54. df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
  55. f25c99b 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI 2.3 specification. by tye · 15 years ago
  56. 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
  57. e8de468 Fixed issues compiling for Apple gcc on IA-32 by AJFISH · 15 years ago
  58. 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
  59. 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
  60. af2cfce Add RHSA (remapping hardware static Affinity) structure definition according to VT-d spec. by htao · 15 years ago
  61. 86345de Update to remove .intel_syntax directives to improve portability since it is not supported by all GCC assembliers. by qhuang8 · 15 years ago
  62. f315cfa Remove unnecessary .align directory and change .align directory to .p2align to avoid ambiguous. by qhuang8 · 15 years ago
  63. d820181 Remove unnecessary .align directives. by qhuang8 · 15 years ago
  64. 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
  65. c113cd3 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
  66. 99f6759 Enhanced BMP file security check. by vanjeff · 15 years ago
  67. 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
  68. f6839dd fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  69. dfbb47d fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  70. 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
  71. 78709ef change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)" by eric_tian · 16 years ago
  72. 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
  73. 14c6da2 update string function comments by eric_tian · 16 years ago
  74. 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
  75. 101361d updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  76. 00683bf PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib. by rsun3 · 16 years ago
  77. c85640b 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
  78. 058bf46 Use #ifdef but not #if for compiler macros. by klu2 · 16 years ago
  79. 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
  80. 59a7e4f For ECP, disable ICC's remark #869: "Parameter" was never referenced warning. by xli24 · 16 years ago
  81. 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
  82. 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
  83. f51aea9 Use correct capitalization for include path. by xli24 · 16 years ago
  84. bb4af29 IPF GCC tool-chain cleanup. by qwang12 · 16 years ago
  85. d8444a2 1) GCC Clean up. by qwang12 · 16 years ago
  86. 9e21d6d Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_Lib_Spec. by gikidy · 16 years ago
  87. 9fd4915 Use .radix directive that GCC assembly supports. by xli24 · 16 years ago
  88. 8138a06 a statement ".radix D" which cause build break for *NIX IPF tool-chain. This is temperarily comment out. This .s file will be reimplemented to follow EDKII's MdePkg's BaseLib's IPF instruction flush code. by qwang12 · 16 years ago
  89. 97f201c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
  90. d87a4d5 UNIX GCC cleanup: file name is case sensitive. by qwang12 · 16 years ago
  91. aa274d2 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  92. 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
  93. f90eb36 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  94. 168da75 Fixed a error although Math.c is not built include for building. by qwang12 · 16 years ago
  95. 6bc3c11 GCC cleanup: forward slash used.o by qwang12 · 16 years ago
  96. d437caa Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain. by qwang12 · 16 years ago
  97. bc4c047 1) Revert the original CompilerStubLib.inf which will be built by EDK tool chain. CompilerStubLib_Edk2.inf is the one that should be built by EDK II tool chain. by qwang12 · 16 years ago
  98. 88b6bce Clean ECP for build failure. by xli24 · 16 years ago
  99. cec4aed GCC/ICC Cleanup. by qwang12 · 16 years ago
  100. 35d297c PI defines the architectural way to get PeiServicesTablePointer from sizeof (UINTN) bytes before the IDT table base. Add the runtime detection of PI version so that Mm7 Library instance is usable under PI 1.0 system. by qwang12 · 16 years ago