1. bb5545b Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpd by qwang12 · 19 years ago
  2. 5dc3553 Modify MSA file for correcting <TokenSpaceGuidCName> by klu2 · 19 years ago
  3. f072578 1, Add Guid declaration into EdkModulePkg.spd, EdkNt32Pkg.spd and MdePkg.spd file by klu2 · 19 years ago
  4. 74355d6 for new tools by qouyang · 19 years ago
  5. 5b2a795 removed unnecessary name space declarations in some top level elements by jwang36 · 19 years ago
  6. 3bdeb04 converted all surface area description files to new schema by jwang36 · 19 years ago
  7. 5d558ad changed module's duplicated guid value by jwang36 · 19 years ago
  8. 30817eb 1.Updated some functions header of BaseLib with new MWG spec by vanjeff · 19 years ago
  9. b206d01 Sync DebugSupport Protocol with UEFI2.0 spec by lgao4 · 19 years ago
  10. ab1096f 1.BaseMemoryLibMmx: Add X64 Cpu Arch support. by qhuang8 · 19 years ago
  11. eb6f775 Change VOID into VOID * in function header by vanjeff · 19 years ago
  12. 939d540 1. Fixed bug in FlushCacheLine.asm, added return value by vanjeff · 19 years ago
  13. 3534cbb 1) correct the assert condition for LibPcdSetPtr and LibPcdSetExPtr by qwang12 · 19 years ago
  14. 923e598 • BaseMemoryLib: by qhuang8 · 19 years ago
  15. a1b1aca • BaseMemoryLib: by qhuang8 · 19 years ago
  16. 24e25d1 • BaseMemoryLib: by qhuang8 · 19 years ago
  17. 23f52b0 Roll back modification for autogen of assemble code, we do not support PCD autogen for assemble code. by klu2 · 19 years ago
  18. 4276d5d 1) Add in support to traverse taken space by qwang12 · 19 years ago
  19. 57a38e6 Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DYNAMIC_EX type PCD by klu2 · 19 years ago
  20. db38605 Remove the dead files. by qwang12 · 19 years ago
  21. c5a198e Remove the dead files. by qwang12 · 19 years ago
  22. 58f1099 1) remove some dead code from WinNtBusDriver.c by qwang12 · 19 years ago
  23. dc530c7 In before, FixedPcdGetxx macro was defined as global variable, it is wrong. It should be defined as value directly, and module developer can use it to define length of array. by klu2 · 19 years ago
  24. 30a60d2 Fix buger in DxeMain module and modify uefispec.h coding style by lgao4 · 19 years ago
  25. 4ba61e5 1. UINTN & INTN issue for EBC architecture: by qhuang8 · 19 years ago
  26. ec76345 Modify PCD declaration according to new schema. by klu2 · 19 years ago
  27. 687e98f Remove by bbahnsen · 19 years ago
  28. 9752011 Use capital S for GCC assembly. This enables pre-processing for PCD support. by bbahnsen · 19 years ago
  29. 11e7b0f Modify autogen code for DynamicEx type PCD. by klu2 · 19 years ago
  30. 0ffa128 1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLib by vanjeff · 19 years ago
  31. a37097d 1. PostCodeLib. by qhuang8 · 19 years ago
  32. cd14fe3 1. PostCodeLib. by qhuang8 · 19 years ago
  33. 38ee8d9 Change the macro for dynamicEx type PCD and modify autogen tools to auto generate TokenSpaceGuid. After modification, you can use two method access DynamicPCD, by klu2 · 19 years ago
  34. 92b34fd Rool Back this modification to enable gcc Build. by lgao4 · 19 years ago
  35. 6fe251a Updated CpuFlushCacheLine() to return the address flushed. by bxing · 19 years ago
  36. ae603c6 Thunk16.asm's can use constants defined in BaseLib.h now. by bxing · 19 years ago
  37. 1ee3e26 by yshang1 · 19 years ago
  38. 508daae Fix an assembler warning. by bbahnsen · 19 years ago
  39. a68d147 This was only used by GenFvImage tool, so it can be removed now. by bbahnsen · 19 years ago
  40. 21e9050 Add <TokenSpaceGuid> for all PCD entry in FPD file by klu2 · 19 years ago
  41. 3786747 Prepend underscores to procedure identifiers. by bbahnsen · 19 years ago
  42. 09e91c8 Sync SetMem64 with MASM version. by bbahnsen · 19 years ago
  43. 8960cde BaseMemoryLib (BaseMemoryLibRepStr): by qhuang8 · 19 years ago
  44. ec8547f Fixes for gcc assembly. by bbahnsen · 19 years ago
  45. 95945c7 Transfer old <PCDs> in MSA to <PcdCoded>: by klu2 · 19 years ago
  46. 6ff7a41 Modify PCD tool according to final PCD schema modification. by klu2 · 19 years ago
  47. 401693f Removed create/modified/update data, PacakgeType from headers, added HexWordArrayType for VariableName list, the definition accepts the following: 0x000A, 0x000b, 0x00AF or 0x000A 0x000b 0x00AF or 0x000A,0x000b,0x00AF NOTE: LEADING ZERO characters are REQUIRED! by lhauch · 19 years ago
  48. 2a505ea 1) Sync PcdPpi guid with PCD arch spec. 2) Correct macro PatchPcdSetPtr by qwang12 · 19 years ago
  49. e65e8d1 1. Updated PalCallStatic.s in BaseCacheMaintenanceLib by bxing · 19 years ago
  50. 15176e0 Fixed mistyping in Ia32/LongJump.asm and X64/LongJump.asm by bxing · 19 years ago
  51. dee4740 1. Added AsmCpuidEx() to BaseLib by bxing · 19 years ago
  52. 4cbd217 1. Updated SetJump() and LongJump() for IPF by bxing · 19 years ago
  53. a28984d 1. Rename PeiCoreLib to PeiServicesLib and rename all the interfaces from PeiCoreXXX() to PeiServicesXXX(). by qhuang8 · 19 years ago
  54. 84a99d4 1. Rename PeiCoreLib to PeiServicesLib and rename all the interfaces from PeiCoreXXX() to PeiServicesXXX(). by qhuang8 · 19 years ago
  55. 533f039 BaseMemoryLib: by qhuang8 · 19 years ago
  56. 8a43e8d Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a. by qwang12 · 19 years ago
  57. 72df7b0 by alfred · 19 years ago
  58. 9a462b4 UefiLib: by qhuang8 · 19 years ago
  59. 8840ad5 PCD tools update: by klu2 · 19 years ago
  60. 0850ca3 Updated the FPD and SPD files to newer schema formats. Also updated a couple of items in the XML Schema (added a new element) by lhauch · 19 years ago
  61. 1d580c1 1) Add support for %p to print pointers by mdkinney · 19 years ago
  62. 717841f sync with MdePkg.fpd to add PcdPciExpressBaseAddress by vanjeff · 19 years ago
  63. 7d7c2b4 Deleted x64\SwitchStack.c Ipf/SwitchStack.c. by vanjeff · 19 years ago
  64. 6fc80a4 Removed file/folder by vanjeff · 19 years ago
  65. 317066b Removed file/folder by vanjeff · 19 years ago
  66. 692ad74 Removed file/folder by vanjeff · 19 years ago
  67. 3496595 Make sure the PCD dxe service driver can handle the case where no PEIM is using any dynamic PCD entry and the PEI phase PCD database is empty. by qwang12 · 19 years ago
  68. 0950e6c Add <FrameworkModules> in EdkModulePkg-All-Archs.fpd and MdePkg-All-Archs.fpd file for future updated PCD tools according to transition schema. by klu2 · 19 years ago
  69. 9f3a4be Modify fpd file according to transition schema. Before PCD tools updated, all information in fpd file should be correct. by klu2 · 19 years ago
  70. 52166c0 Added function declaration by vanjeff · 19 years ago
  71. d17412e Created as one wrapper by vanjeff · 19 years ago
  72. 25af9f3 Created as one wrapper for SwitchStack.c to add assert() by vanjeff · 19 years ago
  73. 3f9f540 add function header by vanjeff · 19 years ago
  74. 86d9a2e Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
  75. 6586cdf Changed LongJump() to _LongJump() by vanjeff · 19 years ago
  76. 493b974 Created as wrapper for SwitchStack() to add assert() by vanjeff · 19 years ago
  77. b486382 Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
  78. 81d5a31 Changed LongJump() to _LongJump() by vanjeff · 19 years ago
  79. e513625 change LongJump() to _LongJump() by vanjeff · 19 years ago
  80. c39b1ee Move SetJumpLongJump.c and SwitchStack,c into ebc sub directory. by vanjeff · 19 years ago
  81. 6edd769 Fixed one bug of WriteUnaligned24() by vanjeff · 19 years ago
  82. 94e68c3 Created as one wrapper for LongJump(), to added assert() function by vanjeff · 19 years ago
  83. 75fe89d Removed file/folder by vanjeff · 19 years ago
  84. 47a0ce7 Removed file/folder by vanjeff · 19 years ago
  85. 49c80af 1. Fixed incorrect ASSERT conditions in wrapper functions. by bxing · 19 years ago
  86. 19b362e BaseMemoryLib: Add missing ASSERT()s for some interfaces. by qhuang8 · 19 years ago
  87. 2778724 Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG. by bxing · 19 years ago
  88. 342fcc1 Fix gcc build breaks. by bbahnsen · 19 years ago
  89. b16ef80 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
  90. 54de748 Updated MSA by putting Specification element at the end of the header section by lhauch · 19 years ago
  91. a3657e3 MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G” by qhuang8 · 19 years ago
  92. f76fd83 by yshang1 · 19 years ago
  93. 362c601 Gcc versions of the msa files. These files can be used in place of the normal msa files for gcc builds. They will go away once we get the gcc assembly integrated into the main msa files. by bbahnsen · 19 years ago
  94. da4aa0f by yshang1 · 19 years ago
  95. 1342c9c added ASSERT() by vanjeff · 19 years ago
  96. 1dc408f added ASSERT() by vanjeff · 19 years ago
  97. dbdaaec 1) Fix bug reported on the PcdSetEx* Macro. 2) Add SKU_ID type by qwang12 · 19 years ago
  98. 18c319a 1. Updated CpuFlushTlb() according to IA-64 programmer's guide by bxing · 19 years ago
  99. 89aa840 by yshang1 · 19 years ago
  100. 50a3fe9 Fixed a bug due to misorder of 'push's by bxing · 19 years ago