1. abc25af Make the EdkMoudlePkg build by allocate mCallbackFnTable at runtime as PCD_TOTAL_TOKEN_NUMBER could be zero. by qwang12 · 19 years ago
  2. 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
  3. e74da3e removed the comment for ModuleEditor and PackageEditor in this file by jwang36 · 19 years ago
  4. b4b1185 update SpdFileContents.java to adapt new schema for LibraryClassDeclaration. by jlin16 · 19 years ago
  5. 437f567 just comment out the build for ModuleEditor and PackageEditor temporarily, since the schema changes will cause these two tools failure in build. by jwang36 · 19 years ago
  6. b0ed4ef - changed the <Specification> position in <MsaLibHeader> by jwang36 · 19 years ago
  7. 9e318f8 - changed the sequence of <Specification> definition in schema by jwang36 · 19 years ago
  8. cb9f0b9 Fixed the EdkModulePkg.fpd file to have a package name of EdkModule, not MdePkg. Added optional (will be required) TokenSpaceGuid to Pcd sections. by lhauch · 19 years ago
  9. a8b4511 Fixed some MSA files location of the <Specification> element. by lhauch · 19 years ago
  10. 7c47758 Fixed Tools MSA files. Added the FrameworkWizardMinReq.doc file which we are going to use to track the minimum functionality of the wizard. by lhauch · 19 years ago
  11. 2fdd0c7 Updated Schema per e-mails. by lhauch · 19 years ago
  12. c2d2d94 Fixed the location of the <Specification Element> by lhauch · 19 years ago
  13. 9642fd8 Fixed the Basename and Guid by lhauch · 19 years ago
  14. a681230 Updated Schema per e-mails, fixed some MSA and MBD files. Added the FrameworkWizardMinReq.doc file which we are going to use to track the minimum functionality of the wizard. by lhauch · 19 years ago
  15. f06ffac Lean the slashed forward. by bbahnsen · 19 years ago
  16. 1322eda Removing unused code. by bbahnsen · 19 years ago
  17. 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
  18. aec9171 Fix capitalization issues. by bbahnsen · 19 years ago
  19. 18e40fc Added some extra error checking to make sure mSecReportStatusCode is valid. I was doing an experiment and I was crashing due to lack of this check. The checked in code does not fail in this case, but an extra error check will not hurt. by ajfish · 19 years ago
  20. 85cf9dc Removed dead #ifdef by ajfish · 19 years ago
  21. dfd3f9c Removed #ifdef NT32 as we don't need them for tools by ajfish · 19 years ago
  22. 6e11a8e Fix capitalization issues. by bbahnsen · 19 years ago
  23. 8b41e66 - added process to generate *local.lib and let the .dll be generated from it other than the .obj files directly. by jwang36 · 19 years ago
  24. 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
  25. f29b8a3 Several changes - add <PcdIsDriver> optional element to <Externs> Changed FlashDeviceInfo Attributes to use the correct one. by lhauch · 19 years ago
  26. 52166c0 Added function declaration by vanjeff · 19 years ago
  27. 57e733d Capitalization Fixes for Linux builds. by bbahnsen · 19 years ago
  28. 2c09aab Use 2 byte chars with gcc to match how windows does unicode. by bbahnsen · 19 years ago
  29. d2ec0d9 Add Mde String and PrintLibs. Port StrGather to the Mde Unicode implementation. Compile with 2 byte wchars. Now StrGather works with gcc. by bbahnsen · 19 years ago
  30. 180527d Removing tools_def.txt by lhauch · 19 years ago
  31. 92e805e updated several elements and re-organized the layout (moving Attributes to their own file, trying to cut down on the size of the files.) by lhauch · 19 years ago
  32. d17412e Created as one wrapper by vanjeff · 19 years ago
  33. 25af9f3 Created as one wrapper for SwitchStack.c to add assert() by vanjeff · 19 years ago
  34. 3f9f540 add function header by vanjeff · 19 years ago
  35. 86d9a2e Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
  36. 6586cdf Changed LongJump() to _LongJump() by vanjeff · 19 years ago
  37. 493b974 Created as wrapper for SwitchStack() to add assert() by vanjeff · 19 years ago
  38. b486382 Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
  39. 81d5a31 Changed LongJump() to _LongJump() by vanjeff · 19 years ago
  40. e513625 change LongJump() to _LongJump() by vanjeff · 19 years ago
  41. c39b1ee Move SetJumpLongJump.c and SwitchStack,c into ebc sub directory. by vanjeff · 19 years ago
  42. 6edd769 Fixed one bug of WriteUnaligned24() by vanjeff · 19 years ago
  43. 94e68c3 Created as one wrapper for LongJump(), to added assert() function by vanjeff · 19 years ago
  44. 75fe89d Removed file/folder by vanjeff · 19 years ago
  45. 47a0ce7 Removed file/folder by vanjeff · 19 years ago
  46. bab93bd Added BuildTarget with enumerated data type (DEBUG|RELEASE|BOTH) to the PlatformHeader element. by lhauch · 19 years ago
  47. 6ad4973 change the default value of PcdMaxPeiPcdCallBackNumberPerPcdEntry to 8 to make the main trunk work. by qwang12 · 19 years ago
  48. d40039d Changed MsaFiles from {1} to {0,1} in SPD files. by lhauch · 19 years ago
  49. f0cf605 Adding a template file for the tools_def.txt file. This file will be copied to tools_def.txt if and only if the tools_def.txt file does not exist. We will be removing the tools_def.txt file from SVN, so that it will not be overwritten every time you do an update. by lhauch · 19 years ago
  50. 0a94a7d Added ValidImageNames ENUM to FvImageTypes so that we do not break the current usage (in Nt32.fpd) by lhauch · 19 years ago
  51. dcec765 Fix gcc build break. The PCD TokenNumber is incremented, not the address of the PCD TokenNumber. by bbahnsen · 19 years ago
  52. fb6d4eb Changed the Type attribute of FvImage to be ENUM type: FvImageTypes (Attributes | Options | Components) by lhauch · 19 years ago
  53. 5f44402 by yshang1 · 19 years ago
  54. 44c82dc by yshang1 · 19 years ago
  55. 49c80af 1. Fixed incorrect ASSERT conditions in wrapper functions. by bxing · 19 years ago
  56. 9d6d8b2 Refine some internal functions of PCD Driver. by qwang12 · 19 years ago
  57. 0653eb8 Add in support for GetNextTokenNumber API. by qwang12 · 19 years ago
  58. 19b362e BaseMemoryLib: Add missing ASSERT()s for some interfaces. by qhuang8 · 19 years ago
  59. 2778724 Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG. by bxing · 19 years ago
  60. 4c11400 Add in GetNextToken and Register Callback Function funtionality for DXE Driver. by qwang12 · 19 years ago
  61. eebf798 Revise XML Schema to be valid. by wuyizhong · 19 years ago
  62. 4848adc Moved attribute PcdIsDriver to PcdData element and out of PcdBuildDeclarations and PcdDynamicBuildDeclarations. by lhauch · 19 years ago
  63. 466d234 Fix some cleanall issues by bbahnsen · 19 years ago
  64. 9e79238 Fix some cleanall issues by bbahnsen · 19 years ago
  65. c43c671 Translate the Arch enum to an arch directory name. This is necessary for Linux builds, since it is case sensitive. by bbahnsen · 19 years ago
  66. b560bb6 Fix more gcc build breaks. One of these was a subtle bug in the code that was caught by a gcc warning. by bbahnsen · 19 years ago
  67. f2982b3 Fix gcc build break. Slashes should always lean forward! by bbahnsen · 19 years ago
  68. 342fcc1 Fix gcc build breaks. by bbahnsen · 19 years ago
  69. 6a4cae5 Remove the warning message reported when building GenBuild.jar by qwang12 · 19 years ago
  70. 4acf8ce Add version check in both PCD database generation and service driver. by qwang12 · 19 years ago
  71. 24dba7f Fix the problem "update action multiple times fail". Enhanced GUID value editor. by jlin16 · 19 years ago
  72. 9a7cf04 Change Workspace to X: by qwang12 · 19 years ago
  73. 32648c6 Replace all tab to spaces. by qwang12 · 19 years ago
  74. 00b7af1 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
  75. b16ef80 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
  76. 54de748 Updated MSA by putting Specification element at the end of the header section by lhauch · 19 years ago
  77. 415418e Updated MSA by putting Specification element at the end of the header section by lhauch · 19 years ago
  78. 8d3adb7 Fix a bug caused by sscanf trashing memory. by bbahnsen · 19 years ago
  79. fbf910a Had to put the Attribute, URL back into the Abstract so that Module Editor would compile. Leaving it out, and removing the AbstractURL elements from the MsaHeader.java and MsaLibHeader.java files cause even more problems. by lhauch · 19 years ago
  80. 0fce57e Added CreatedDate to Schema - headers have it included with a choice for Created or CreatedDate so that we can migrate to the new CreatedDate at some point in the future in all of the Framework files. by lhauch · 19 years ago
  81. a3657e3 MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G” by qhuang8 · 19 years ago
  82. d05003b Added outputDir attribute to support generating FV file in specified directory by jwang36 · 19 years ago
  83. f76fd83 by yshang1 · 19 years ago
  84. 0fff0c2 Check for /workspace/externaltools/apache-ant by bbahnsen · 19 years ago
  85. 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
  86. 75d0c5b Add a macro for GCC Assembly. by bbahnsen · 19 years ago
  87. 03fed93 Added a line to instruct users how to exit the NT32 emulation platform. by lhauch · 19 years ago
  88. da4aa0f by yshang1 · 19 years ago
  89. 6776c08 Remove a private class to remove the error message. by qwang12 · 19 years ago
  90. 1342c9c added ASSERT() by vanjeff · 19 years ago
  91. 1dc408f added ASSERT() by vanjeff · 19 years ago
  92. a916cff Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  93. 10d4432 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  94. 9896099 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  95. 54fae63 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  96. 2fb3ccf Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  97. b144ae9 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  98. 52e1905 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
  99. dbdaaec 1) Fix bug reported on the PcdSetEx* Macro. 2) Add SKU_ID type by qwang12 · 19 years ago
  100. 8b29c89 Add sample code for PCD Database generation. These 3 files will be read by GenBuild tool and it is generated in the Head and Source file of PCD Service PEIM/Dxe Driver. by qwang12 · 19 years ago