1. c85640b 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
  2. 058bf46 Use #ifdef but not #if for compiler macros. by klu2 · 16 years ago
  3. 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
  4. 59a7e4f For ECP, disable ICC's remark #869: "Parameter" was never referenced warning. by xli24 · 16 years ago
  5. 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
  6. 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
  7. f51aea9 Use correct capitalization for include path. by xli24 · 16 years ago
  8. bb4af29 IPF GCC tool-chain cleanup. by qwang12 · 16 years ago
  9. d8444a2 1) GCC Clean up. by qwang12 · 16 years ago
  10. 9e21d6d Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_Lib_Spec. by gikidy · 16 years ago
  11. 9fd4915 Use .radix directive that GCC assembly supports. by xli24 · 16 years ago
  12. 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
  13. 97f201c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
  14. d87a4d5 UNIX GCC cleanup: file name is case sensitive. by qwang12 · 16 years ago
  15. aa274d2 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  16. 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
  17. f90eb36 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  18. 168da75 Fixed a error although Math.c is not built include for building. by qwang12 · 16 years ago
  19. 6bc3c11 GCC cleanup: forward slash used.o by qwang12 · 16 years ago
  20. d437caa Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain. by qwang12 · 16 years ago
  21. 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
  22. 88b6bce Clean ECP for build failure. by xli24 · 16 years ago
  23. cec4aed GCC/ICC Cleanup. by qwang12 · 16 years ago
  24. 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
  25. b6228a0 add ULL suffix to Long Long number. by qwang12 · 16 years ago
  26. 1aaf8fe add ULL suffix to PEI_SERVICES_SIGNATURE by qwang12 · 16 years ago
  27. 73396ac EBC Cleanup: _break is already defined in EdkCompatibilityPkg\Foundation\Include\Ebc\EfiBind.h by qwang12 · 16 years ago
  28. a7875fb ICC Cleanup. by qwang12 · 16 years ago
  29. 1bfbd13 ICC Cleanup: by qwang12 · 16 years ago
  30. 78d9194 ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) by qwang12 · 16 years ago
  31. 71f633d ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) by qwang12 · 16 years ago
  32. 89f0481 ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTROL_LONG_JUMP data cast. by qwang12 · 16 years ago
  33. ec5ed91 ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) by qwang12 · 16 years ago
  34. 16bd006 ICC cleanup: #undef previously defined _DEBUG. by qwang12 · 16 years ago
  35. e70330e Bug Fix: Define CPU_STACK_ALIGNMENT for each ARCH. by qwang12 · 16 years ago
  36. d9ef3b7 GCC Cleanup: UINT8_MAX is defined already in standard header file. by qwang12 · 16 years ago
  37. c44a501 ICC Cleanup: Remove the unnecessary ',' in the last enum. by qwang12 · 16 years ago
  38. 0d37437 GCC Cleanup: Define EFI_BREAKPOINT for GCC build. by qwang12 · 16 years ago
  39. b8773e2 GCC Cleanup: Remove the duplicated typedef and include the header files instead. by qwang12 · 16 years ago
  40. e2be78c GCC Cleanup: Remove the duplicated #define. by qwang12 · 16 years ago
  41. 70d18ad ICC Cleanup: Remove the unnecessary ',' in the last enum. by qwang12 · 16 years ago
  42. e1aa561 ICC Cleanup: Remove the unnecessary ',' in the last enum. by qwang12 · 16 years ago
  43. 193942b GCC Cleanup: Remove unused typedef. by qwang12 · 16 years ago
  44. 0e80e8f GCC Cleanup: Remove unused typedef. by qwang12 · 16 years ago
  45. 717656c ICC Cleanup. by qwang12 · 16 years ago
  46. af257d5 GCC Cleanup: Add () to (EFI_D_ERROR|EFI_D_INFO) pass GCC build. by qwang12 · 16 years ago
  47. fa41279 GCC Cleanup: Use a commenting style that pass GCC build. by qwang12 · 16 years ago
  48. 64cd21a Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to support the modules that uses EDKII Glue Lib by lgao4 · 16 years ago
  49. 6f4ee19 EFI Specification extension on Media Device Path. MEDIA_FW_VOL_FILEPATH_DEVICE_PATH is adopted by UEFI later and added in UEFI2.10. by qwang12 · 16 years ago
  50. a8d048d ECP_PEI_PCI_CFG_PPI should be passed to ECP_PEI_PCI_CFG_PPI's function. by qwang12 · 16 years ago
  51. dd4a462 Revert previous check in. ECP is only supposed to support UEFI 2.0. by qhuang8 · 16 years ago
  52. c9c0c80 Do not use statically macros of EFI_SPECIFICATION_VERSION: Use gST->Hdr.Revision to judge the use of UEFI 2.0 services or EFI 1.0 services by qhuang8 · 16 years ago
  53. 43cefa3 Minor update for EfiVariable.h by lgao4 · 16 years ago
  54. b8e2922 Correct the filename. by vanjeff · 16 years ago
  55. 7792722 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
  56. 766f1ff Changing source filename to match name changing. by vanjeff · 16 years ago
  57. 26fb472 Renamed remotely by vanjeff · 16 years ago
  58. 144594f Renamed remotely by vanjeff · 16 years ago
  59. 1cd5081 Renamed remotely by vanjeff · 16 years ago
  60. d9697ee Renamed remotely by vanjeff · 16 years ago
  61. d9e5f7f Renamed remotely by vanjeff · 16 years ago
  62. 9d25a75 Renamed remotely by vanjeff · 16 years ago
  63. 32f9f96 Renamed remotely by vanjeff · 16 years ago
  64. 17a10e4 Renamed remotely by vanjeff · 16 years ago
  65. d3dc3f8 Renamed remotely by vanjeff · 16 years ago
  66. 691e587 Renamed remotely by vanjeff · 16 years ago
  67. 53631e5 Renamed remotely by vanjeff · 16 years ago
  68. 89d2171 Renamed remotely by vanjeff · 16 years ago
  69. 1f7dded Renamed remotely by vanjeff · 16 years ago
  70. e11ddda Renamed remotely by vanjeff · 16 years ago
  71. 73595a1 Renamed remotely by vanjeff · 16 years ago
  72. 5786730 Renamed remotely by vanjeff · 16 years ago
  73. af8ba86 Renamed remotely by vanjeff · 16 years ago
  74. caf69a0 Renamed remotely by vanjeff · 16 years ago
  75. b57f380 Renamed remotely by vanjeff · 16 years ago
  76. 0fe1be7 Renamed remotely by vanjeff · 16 years ago
  77. fbf172b Changing source filename to match name changing. by vanjeff · 16 years ago
  78. d18156e Renamed remotely by vanjeff · 16 years ago
  79. 82ed85b Renamed remotely by vanjeff · 16 years ago
  80. dd7881b Renamed remotely by vanjeff · 16 years ago
  81. 40a0a41 Renamed remotely by vanjeff · 16 years ago
  82. b7d0300 Renamed remotely by vanjeff · 16 years ago
  83. e007e62 Renamed remotely by vanjeff · 16 years ago
  84. e8f9a2b Renamed remotely by vanjeff · 16 years ago
  85. 175dd7a Renamed remotely by vanjeff · 16 years ago
  86. e2c05af Renamed remotely by vanjeff · 16 years ago
  87. 01f4360 Renamed remotely by vanjeff · 16 years ago
  88. 02c4b87 remove unnecessary comments introduced by tools. by vanjeff · 16 years ago
  89. ce7a12f Revert back the change. For now, ECP only support build mode with EFI_SPECIFICATION_VERSION = 0x00020000 and PI_SPECIFICATION_VERSION = 0x00000009. by qwang12 · 16 years ago
  90. bdabfae Update EfiLibReportStatusCode in ECP EfiDriverLib and EfiRuntimeLib libraries to check uefi version in runtime not in build time. by lgao4 · 16 years ago
  91. 66df253 1. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID data by lgao4 · 16 years ago
  92. bab3f2d Fix build error by lgao4 · 16 years ago
  93. 14085cf Fix the build bugs for these three files. by lgao4 · 16 years ago
  94. 33629bb Fix the bug in GlueLib that we should depend on the gRT revision to use the proper report status code function. by qhuang8 · 16 years ago
  95. 36e9035 Pass GCC build. by qwang12 · 16 years ago
  96. 2b589f7 // EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the by qwang12 · 16 years ago
  97. 775bebc GCC clean. by qwang12 · 16 years ago
  98. d4589db // EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the by qwang12 · 16 years ago
  99. af1b103 1. Rename gRT in GlueLib to avoid collision with EfiDriverLib by qhuang8 · 16 years ago
  100. e00e1d4 clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;" by vanjeff · 16 years ago