1. 9a02293 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  2. 1fbe8cd Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  3. 601c8c2 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  4. aa79e01 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  5. a86d0e2 Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been added to MDE package. by xli24 · 16 years ago
  6. 677472a 1. Rename following library instances according to MDE Library Spec: by xli24 · 16 years ago
  7. 7e43ed8 Refine code for ECC check. by xli24 · 16 years ago
  8. 14f268b Revert CpuId and CpuIdEx to r6213. by xli24 · 16 years ago
  9. 610204a Sync function prototype of CpuId and CpuIdEx with MDE library specification. by xli24 · 16 years ago
  10. 1fa524e Fix ECC issue by klu2 · 16 years ago
  11. 44b013b ECC Cleanup. by vanjeff · 16 years ago
  12. 572b6b1 rename filename to match the actual ones. by vanjeff · 16 years ago
  13. 83c20be Renamed by vanjeff · 16 years ago
  14. efe146f Renamed by vanjeff · 16 years ago
  15. 719d0c9 Renamed by vanjeff · 16 years ago
  16. 248a4d9 Renamed by vanjeff · 16 years ago
  17. 7612cbf ECC Clean up. by vanjeff · 16 years ago
  18. 67e66cd ECC Clean up. by vanjeff · 16 years ago
  19. 43025b2 ECC Clean up. by vanjeff · 16 years ago
  20. 2f3d6fb synchronize asm and s file by eric_tian · 16 years ago
  21. 2fb8d3e Fix .S assembler building issue. by eric_tian · 16 years ago
  22. 4d9ff8b Add .S source file to INF by klu2 · 16 years ago
  23. 1dc58db Add S assembler file for BaseMemoryLibOptDxe driver. by klu2 · 16 years ago
  24. bf131e7 Add linux assembler code for BaseMemoryLibOptPei library. by klu2 · 16 years ago
  25. 1f76500 Clean up PeImage.h according to code review comments. by vanjeff · 16 years ago
  26. 76d9959 Update EBC sub-dir of BaseLib according to code review comments. by xli24 · 16 years ago
  27. 000f6a2 clean up according to code review comments. by vanjeff · 16 years ago
  28. c2049ca Update GCC assembly files for MdePkg/Library/BaseLib/X64 by xli24 · 16 years ago
  29. 852f5d9 unify the name convention of label in .S files by eric_tian · 16 years ago
  30. 6981c77 clean up AlertStandardFormatTable.h. by vanjeff · 16 years ago
  31. 1f86b07 Update GCC assembly files for MdePkg/Library/BaseLib/Ia32 by xli24 · 16 years ago
  32. 6b3a2ca wrap ASM_PFX macro to avoid generating symbols preceded by underscore in Linux Gcc or Mingw Gcc by eric_tian · 16 years ago
  33. a8f1dcd modify CopyMem.S to align with CopyMem.asm by eric_tian · 16 years ago
  34. a7b6458 Create Pal.h for industry standard in MDE Package. by xli24 · 16 years ago
  35. e87c057 Add description for NULL return value. by klu2 · 16 years ago
  36. e27dd4e Regenerate build binary (based on BaseTools r1333) to include some missing encodings to avoid build crash when generation the final image. by qhuang8 · 16 years ago
  37. 3ed785e apply for doxgen format comments. by vanjeff · 16 years ago
  38. aff8fb9 1. Sync the binary with the latest source modification by hche10x · 16 years ago
  39. f2ea316 1. Sync the binary with the latest source modification by hche10x · 16 years ago
  40. 4df876a add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use ".intel_syntax noprefix" directive to simplify the .S implementation. by eric_tian · 16 years ago
  41. 710a5b3 1.removed DivS64x64Remainder.c since it has been moved to upper directory. by vanjeff · 16 years ago
  42. 7344986 Move STRING_REF and RELOFST to FrameworkHii.h. by qwang12 · 16 years ago
  43. 5ad97f3 Adjust doxygen comment style for structure. by klu2 · 16 years ago
  44. 842a119 fix no ascii char by klu2 · 16 years ago
  45. dc19304 Adjust doxygen comment style for structure. by klu2 · 16 years ago
  46. 11f2f87 Adjust doxygen comment style for structure. by klu2 · 16 years ago
  47. 1544a66 Adjust doxygen comment style for structure. by klu2 · 16 years ago
  48. 84c11ea Adjust doxygen comment style for structure. by klu2 · 16 years ago
  49. 2d82414 Add comment for device path protocol. by klu2 · 16 years ago
  50. d305754 synchronize paramter string with comment. by klu2 · 16 years ago
  51. 3b1abda Regenerate build binary (based on BaseTools r1332) to include some missing encodings to avoid build crash when generation the final image. by qhuang8 · 16 years ago
  52. 8bc7aa6 Add missing Framework HII definitions to pass build. by qhuang8 · 16 years ago
  53. 5d7ceba Fix typo to pass build by qhuang8 · 16 years ago
  54. 8161369 Update some comments. by qwang12 · 16 years ago
  55. 98a33bf added pack(1) for EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR, since it will cross modules through protocol. by vanjeff · 16 years ago
  56. 0827d30 Update comments. by qwang12 · 16 years ago
  57. d531bfe CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, function comments and move some redundant logic. by eric_tian · 16 years ago
  58. 6c7a807 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. by qwang12 · 16 years ago
  59. a86fda4 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. by qwang12 · 16 years ago
  60. 19fd645 Re-defined PCD_INVALID_TOKEN_NUMBER in header files of PCD Ppi&Protocol, since it will be added into PCD Spec. Removed PCD_INVALID_TOKEN_NUMBER from Pcd Library class, since it wasn't defined in MDE Spec. by vanjeff · 16 years ago
  61. 6e53646 Fix several coding style violations by qhuang8 · 16 years ago
  62. 47b702c 1. Sync the binary with the latest source modification by hche10x · 16 years ago
  63. 822ce22 Update comments. by qwang12 · 16 years ago
  64. c6ad4aa Add back PeiServicesTablePointerLib library class since GetPeiServicesPointer() API is directly used in PeiSmbusLibSmbusPpi. by qhuang8 · 16 years ago
  65. bdf0fc4 deleted an empty space. by qwang12 · 16 years ago
  66. dfc5aca Move definition of EFI_SCSI_TARGET_MAX_BYTES from IndustryStandard in MDE Package to UefiScsiLib. by xli24 · 16 years ago
  67. e0c047a Update MdePkg/Include/Uefi according to code review comments. by xli24 · 16 years ago
  68. 4f06d35 Move definition of EFI_PARTITION_ENTRY_STATUS from IndustryStandard in MDE Package to implementation of PartitionDxe module. by xli24 · 16 years ago
  69. 4135253 Update IndustryStandard according to code review comments. by xli24 · 16 years ago
  70. ee256e2 Fix ECC issue. by klu2 · 16 years ago
  71. 955c32f Change style of (CONSTANT == Var) to (Var == CONSTANT) for BaseLib/String.c. by xli24 · 16 years ago
  72. dcda0d6 Fix ECC issue. by klu2 · 16 years ago
  73. d27e363 Fix ECC issue. by klu2 · 16 years ago
  74. 6c448d5 Fix ECC issue. by klu2 · 16 years ago
  75. dd65208 Fix ECC issue. by klu2 · 16 years ago
  76. 47501b6 Fix ECC issue. by klu2 · 16 years ago
  77. faf46b4 Fix ECC issue. by klu2 · 16 years ago
  78. f81656f Fix ECC issue. by klu2 · 16 years ago
  79. 6f5988d Fix ECC issue. by klu2 · 16 years ago
  80. f7748ac Fix ECC issue. by klu2 · 16 years ago
  81. 1cf0d9d Fix ECC issue. by klu2 · 16 years ago
  82. d976bf3 Fix ECC issue. by klu2 · 16 years ago
  83. 4f57ff1 Vertical check - DEC [LibraryClasses] section matches all the library classes header files by eric_tian · 16 years ago
  84. 732fb20 changing Acpi1_0.h to Acpi10.h, Acpi2_0.h to Acpi20.h. by vanjeff · 16 years ago
  85. a7d5ff5 Renamed by vanjeff · 16 years ago
  86. aad5875 Renamed by vanjeff · 16 years ago
  87. ee44fed Renamed by vanjeff · 16 years ago
  88. 2b1cf49 Clean up Acpi definitions according to Code Review results. by vanjeff · 16 years ago
  89. 6767917 removed blank lines to refine source codes. by vanjeff · 16 years ago
  90. 2884e3d add miss EFI_API modifier prior to GetPeiServicesTablePointer by eric_tian · 16 years ago
  91. d53b79d Remove the library constructor as it is unnecessary because KR7 is a system global resource. by qwang12 · 16 years ago
  92. 8d23796 update the tag. by qwang12 · 16 years ago
  93. 79ec0fa Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  94. 1abe8b5 by qwang12 · 16 years ago
  95. 1b641bb Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  96. 0c39efc Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  97. 284c840 Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  98. 5240b97 Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  99. b5793f4 Add incompatible description. by qwang12 · 16 years ago
  100. 076a01d Update the comment. by qwang12 · 16 years ago