1. 1ee3e26 by yshang1 · 19 years ago
  2. 508daae Fix an assembler warning. by bbahnsen · 19 years ago
  3. a68d147 This was only used by GenFvImage tool, so it can be removed now. by bbahnsen · 19 years ago
  4. 21e9050 Add <TokenSpaceGuid> for all PCD entry in FPD file by klu2 · 19 years ago
  5. 3786747 Prepend underscores to procedure identifiers. by bbahnsen · 19 years ago
  6. 09e91c8 Sync SetMem64 with MASM version. by bbahnsen · 19 years ago
  7. 8960cde BaseMemoryLib (BaseMemoryLibRepStr): by qhuang8 · 19 years ago
  8. ec8547f Fixes for gcc assembly. by bbahnsen · 19 years ago
  9. 95945c7 Transfer old <PCDs> in MSA to <PcdCoded>: by klu2 · 19 years ago
  10. 6ff7a41 Modify PCD tool according to final PCD schema modification. by klu2 · 19 years ago
  11. 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
  12. 2a505ea 1) Sync PcdPpi guid with PCD arch spec. 2) Correct macro PatchPcdSetPtr by qwang12 · 19 years ago
  13. e65e8d1 1. Updated PalCallStatic.s in BaseCacheMaintenanceLib by bxing · 19 years ago
  14. 15176e0 Fixed mistyping in Ia32/LongJump.asm and X64/LongJump.asm by bxing · 19 years ago
  15. dee4740 1. Added AsmCpuidEx() to BaseLib by bxing · 19 years ago
  16. 4cbd217 1. Updated SetJump() and LongJump() for IPF by bxing · 19 years ago
  17. a28984d 1. Rename PeiCoreLib to PeiServicesLib and rename all the interfaces from PeiCoreXXX() to PeiServicesXXX(). by qhuang8 · 19 years ago
  18. 84a99d4 1. Rename PeiCoreLib to PeiServicesLib and rename all the interfaces from PeiCoreXXX() to PeiServicesXXX(). by qhuang8 · 19 years ago
  19. 533f039 BaseMemoryLib: by qhuang8 · 19 years ago
  20. 8a43e8d Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a. by qwang12 · 19 years ago
  21. 72df7b0 by alfred · 19 years ago
  22. 9a462b4 UefiLib: by qhuang8 · 19 years ago
  23. 8840ad5 PCD tools update: by klu2 · 19 years ago
  24. 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
  25. 1d580c1 1) Add support for %p to print pointers by mdkinney · 19 years ago
  26. 717841f sync with MdePkg.fpd to add PcdPciExpressBaseAddress by vanjeff · 19 years ago
  27. 7d7c2b4 Deleted x64\SwitchStack.c Ipf/SwitchStack.c. by vanjeff · 19 years ago
  28. 6fc80a4 Removed file/folder by vanjeff · 19 years ago
  29. 317066b Removed file/folder by vanjeff · 19 years ago
  30. 692ad74 Removed file/folder by vanjeff · 19 years ago
  31. 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
  32. 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
  33. 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
  34. 52166c0 Added function declaration by vanjeff · 19 years ago
  35. d17412e Created as one wrapper by vanjeff · 19 years ago
  36. 25af9f3 Created as one wrapper for SwitchStack.c to add assert() by vanjeff · 19 years ago
  37. 3f9f540 add function header by vanjeff · 19 years ago
  38. 86d9a2e Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
  39. 6586cdf Changed LongJump() to _LongJump() by vanjeff · 19 years ago
  40. 493b974 Created as wrapper for SwitchStack() to add assert() by vanjeff · 19 years ago
  41. b486382 Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
  42. 81d5a31 Changed LongJump() to _LongJump() by vanjeff · 19 years ago
  43. e513625 change LongJump() to _LongJump() by vanjeff · 19 years ago
  44. c39b1ee Move SetJumpLongJump.c and SwitchStack,c into ebc sub directory. by vanjeff · 19 years ago
  45. 6edd769 Fixed one bug of WriteUnaligned24() by vanjeff · 19 years ago
  46. 94e68c3 Created as one wrapper for LongJump(), to added assert() function by vanjeff · 19 years ago
  47. 75fe89d Removed file/folder by vanjeff · 19 years ago
  48. 47a0ce7 Removed file/folder by vanjeff · 19 years ago
  49. 49c80af 1. Fixed incorrect ASSERT conditions in wrapper functions. by bxing · 19 years ago
  50. 19b362e BaseMemoryLib: Add missing ASSERT()s for some interfaces. by qhuang8 · 19 years ago
  51. 2778724 Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG. by bxing · 19 years ago
  52. 342fcc1 Fix gcc build breaks. by bbahnsen · 19 years ago
  53. b16ef80 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
  54. 54de748 Updated MSA by putting Specification element at the end of the header section by lhauch · 19 years ago
  55. a3657e3 MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G” by qhuang8 · 19 years ago
  56. f76fd83 by yshang1 · 19 years ago
  57. 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
  58. da4aa0f by yshang1 · 19 years ago
  59. 1342c9c added ASSERT() by vanjeff · 19 years ago
  60. 1dc408f added ASSERT() by vanjeff · 19 years ago
  61. dbdaaec 1) Fix bug reported on the PcdSetEx* Macro. 2) Add SKU_ID type by qwang12 · 19 years ago
  62. 18c319a 1. Updated CpuFlushTlb() according to IA-64 programmer's guide by bxing · 19 years ago
  63. 89aa840 by yshang1 · 19 years ago
  64. 50a3fe9 Fixed a bug due to misorder of 'push's by bxing · 19 years ago
  65. d52f141 Add <PcdBuildDescription> into every <ModuleSa>:<Component> according to future schema. by klu2 · 19 years ago
  66. 6d97687 by yshang1 · 19 years ago
  67. e0c3e48 by yshang1 · 19 years ago
  68. 3df952e Fixed tracker #49 by bxing · 19 years ago
  69. 6749d10 Fixed tracker #49 by bxing · 19 years ago
  70. b544966 Fxied tracker #54 & #55 by bxing · 19 years ago
  71. b3ccb7e Fixed tracker #52 by bxing · 19 years ago
  72. 267f7f1 Fixed tracker #40 by bxing · 19 years ago
  73. f387591 Removed unnecessary ASSERT condition (assertion of real mode buffers' alignment) by bxing · 19 years ago
  74. 2dec64e Remove old dir by bbahnsen · 19 years ago
  75. 6e3b8c4 Fix capitalization issues by bbahnsen · 19 years ago
  76. ab191ed Thunk16.s has not been ported to GCC. This will at least get past the assembler. by bbahnsen · 19 years ago
  77. a3a65d3 by lgao4 · 19 years ago
  78. d3d8677 Finish bug at line 324: gBS->LocateProtocol (Handle, Guid, &Instance) error by vanjeff · 19 years ago
  79. 2cad7af Get the underscore typed in correctly. by bbahnsen · 19 years ago
  80. 7962c48 Resync the GNU assembly to the MASM code. by bbahnsen · 19 years ago
  81. 3bc2b3a Port to GNU assembly. by bbahnsen · 19 years ago
  82. c92e764 Port to GNU assembly. by bbahnsen · 19 years ago
  83. b6bd81d Ported to GNU assembly. by bbahnsen · 19 years ago
  84. b546c3a Updated function headers for CacheMaintenanceLib by bxing · 19 years ago
  85. baa1b55 Added CpuFlushTlb() for IPF by bxing · 19 years ago
  86. 9f84a60 BaseCacheMaintenanceLib has now been completed on all architectures. by bxing · 19 years ago
  87. f7f897d Fixes for GCC. by bbahnsen · 19 years ago
  88. 24de764 Split wrapper functions into separate source files to reduce image code size by bxing · 19 years ago
  89. 608fd3f Split wrapper functions into separate source files by bxing · 19 years ago
  90. 97d92bd Updated BaseLib for THUNK functions and some CPU functions by bxing · 19 years ago
  91. c1288a3 by lgao4 · 19 years ago
  92. 555c55b Make variable names for protocol GUIDs consistent by mdkinney · 19 years ago
  93. f15e4e2 Make variable names for protocol GUIDs consistent by mdkinney · 19 years ago
  94. 8a1fd11 Add EfiGlobalVariable GUID to PEIM.h so PEIMs can read standard variables defined by the UEFI 2.0 Specification by mdkinney · 19 years ago
  95. 5f10fa0 *BaseSmbusLib: (new version) by qhuang8 · 19 years ago
  96. 083611e Removing all but ia32 so that folks who do not have the extra compilers can build without error. by bbahnsen · 19 years ago
  97. 6626205 This is the file to use to build all architectures. by bbahnsen · 19 years ago
  98. f53ab57 Added CONST for some sting type to follow MWG-0.51. Tracker 34 and 36 by vanjeff · 19 years ago
  99. d3665c4 Added CONST for some sting type to follow MWG-0.51. Tracker 34 and 36 by vanjeff · 19 years ago
  100. 9b65a1b Added CONST for some sting type to follow MWG-0.51. Tracker 26 and 28 by vanjeff · 19 years ago