1. 939d540 1. Fixed bug in FlushCacheLine.asm, added return value by vanjeff · 19 years ago
  2. ee80c4d commented out building ModuleEditor and PackageEditor by jwang36 · 19 years ago
  3. b1d9f2a merged part of new changes in new schema, and changed genbuild code accordingly by jwang36 · 19 years ago
  4. 567df69 Fix a bug for regular expression using wrong module's file name which contains '\'. by klu2 · 19 years ago
  5. 51da9e8 Fix a bug for token number set in FPD can not exceed 2^31. The fixing is using Long instead of int type. by klu2 · 19 years ago
  6. 3534cbb 1) correct the assert condition for LibPcdSetPtr and LibPcdSetExPtr by qwang12 · 19 years ago
  7. 923e598 • BaseMemoryLib: by qhuang8 · 19 years ago
  8. a1b1aca • BaseMemoryLib: by qhuang8 · 19 years ago
  9. 24e25d1 • BaseMemoryLib: by qhuang8 · 19 years ago
  10. 23f52b0 Roll back modification for autogen of assemble code, we do not support PCD autogen for assemble code. by klu2 · 19 years ago
  11. 2d10530 Fix Buger in this file to process the ffs file that only contain one compressed section. by lgao4 · 19 years ago
  12. 4276d5d 1) Add in support to traverse taken space by qwang12 · 19 years ago
  13. e88ea42 The main trunk of tip is broken by Scott's removing of PcdPeimTest driver, but forget remove it from EdkModulePkg.spd and <FrameworkModules> in Nt32.fpd. I have fixed it. by klu2 · 19 years ago
  14. 57a38e6 Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DYNAMIC_EX type PCD by klu2 · 19 years ago
  15. a2875f8 Remove the dead files. by qwang12 · 19 years ago
  16. db38605 Remove the dead files. by qwang12 · 19 years ago
  17. c2155f6 Remove the dead files. by qwang12 · 19 years ago
  18. 19a9c03 Remove the dead files. by qwang12 · 19 years ago
  19. c5a198e Remove the dead files. by qwang12 · 19 years ago
  20. 5e771ac Remove the dead files. by qwang12 · 19 years ago
  21. 10d8dee 1) make sure a empty database will be generated if the Uinitialized database portion is empty. by qwang12 · 19 years ago
  22. 58f1099 1) remove some dead code from WinNtBusDriver.c by qwang12 · 19 years ago
  23. 90f7b6a Explain how to build for other architectures. by bbahnsen · 19 years ago
  24. 16d3e13 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
  25. 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
  26. 30a60d2 Fix buger in DxeMain module and modify uefispec.h coding style by lgao4 · 19 years ago
  27. 03b1a72 In before, module type is judged by the sub element value in <ModuleSA>, it is not totally correct. Now the module type will be retrieved from GlobalData after pre-process all MSA document. by klu2 · 19 years ago
  28. 5a2a959 1. UINTN & INTN issue for EBC architecture: by qhuang8 · 19 years ago
  29. 4ba61e5 1. UINTN & INTN issue for EBC architecture: by qhuang8 · 19 years ago
  30. f7c3054 by klu2 · 19 years ago
  31. cd0170f 1) Change the schema type for <VariableGuid> used in PCD HiiEnable group in FPD file. by klu2 · 19 years ago
  32. 61d66c1 Major Changes - most of MSA and SPD are completed. by lhauch · 19 years ago
  33. ecbc842 Not needed by bbahnsen · 19 years ago
  34. cc7f0a9 Clean up some data type mismatches. by bbahnsen · 19 years ago
  35. 6c4dc22 1) Move almost new schema related to PCD on branch to transition scheme in main trunk. by klu2 · 19 years ago
  36. ec76345 Modify PCD declaration according to new schema. by klu2 · 19 years ago
  37. a49b34c Use the address of guid array as parameter directly for _PCD_MODE_xx macro for DynamicEx type PCD. by klu2 · 19 years ago
  38. 8aeaf59 Fix bug in DxeMain module and EdkMemoryStatusCodeLib library. by lgao4 · 19 years ago
  39. 687e98f Remove by bbahnsen · 19 years ago
  40. bf0c93f Add a new classpath element. by bbahnsen · 19 years ago
  41. 9752011 Use capital S for GCC assembly. This enables pre-processing for PCD support. by bbahnsen · 19 years ago
  42. 11e7b0f Modify autogen code for DynamicEx type PCD. by klu2 · 19 years ago
  43. b9546cc Add exception and log mechanism by qouyang · 19 years ago
  44. c082c8c Adpate to schema merge. by jlin16 · 19 years ago
  45. 41eec21 changed Specification to string and changed back Abstract to new schema format by jwang36 · 19 years ago
  46. bce810a changed back to old Abstract and Version in SpdHeader for ModuleEditor and PackageEditor compatible issue by jwang36 · 19 years ago
  47. 60a7364 by qouyang · 19 years ago
  48. 87c6a4a merged the new changes in new schema, and corrected many inconsistencies in attributes definitions by jwang36 · 19 years ago
  49. 20391ab changed the way to fetch file name list in spd file, per the schema changes by jwang36 · 19 years ago
  50. 652f4bd Add log and exception mechanism by qouyang · 19 years ago
  51. 0ffa128 1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLib by vanjeff · 19 years ago
  52. 31a7672 updated UserExtensions to match final schema. by lhauch · 19 years ago
  53. e59cdca Fix a bug to judege max value of UINT32, 0xFFFFFFFF is invalid UINT32 in JAVA. by klu2 · 19 years ago
  54. bab72a5 Add DATUM_TYPE checking for FEATURE_FLAG PCD entry. For FEATURE_FLAG PCD, the datum type should only be boolean type. by klu2 · 19 years ago
  55. a37097d 1. PostCodeLib. by qhuang8 · 19 years ago
  56. cd14fe3 1. PostCodeLib. by qhuang8 · 19 years ago
  57. f014786 merged the new schema except to those PCD related by jwang36 · 19 years ago
  58. 1cf9cdc Fix a bug of PCD autogen for UINT64: by klu2 · 19 years ago
  59. 3ce2b1a Fixed the issues which caused the gcc build on MacOs failed by jwang36 · 19 years ago
  60. 2435723 Fix a bug when generate default value for byte array for FIXED_AT_BUILD, PATCHABLE_IN_MODULE type PCD. by klu2 · 19 years ago
  61. 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
  62. 5179dda Use an absolute path to specify tool executables. by bbahnsen · 19 years ago
  63. 92b34fd Rool Back this modification to enable gcc Build. by lgao4 · 19 years ago
  64. 6326ee4 Fix DxeIpl module bugs: DxeCoreFileName should be from the Dxe Core ffs file that contain DxeCore Pe Data. by lgao4 · 19 years ago
  65. c965d3a Fix GenFfsFileTask.java bugs by lgao4 · 19 years ago
  66. ce53a8c 1. Removed the unnecessary #include statements and include files by yshi8 · 19 years ago
  67. 5a96e3e 1. Removed the unnecessary #include statements and include files by yshi8 · 19 years ago
  68. 1cc00e4 1. Removed the unnecessary #include statements and include files by yshi8 · 19 years ago
  69. f63ef4b 1) Add byte element checking for a PCD who using byte array type datum. by klu2 · 19 years ago
  70. 7c3e99c should return instead of break. by qwang12 · 19 years ago
  71. 6fe251a Updated CpuFlushCacheLine() to return the address flushed. by bxing · 19 years ago
  72. ae86a0c Get rid of old makefiles. by bbahnsen · 19 years ago
  73. 19eba4a Add the ModifyInf tool by bbahnsen · 19 years ago
  74. 6f7e61a Add many datum and datum size checking in PCD building tools, These checking work will be moved to FPD verification tools or UI tools in future. by klu2 · 19 years ago
  75. 59a3725 removed throwing BuildException when exit code is not zero by jwang36 · 19 years ago
  76. ae603c6 Thunk16.asm's can use constants defined in BaseLib.h now. by bxing · 19 years ago
  77. fe3262a Updated task GenEfi to support SEC component type. by bxing · 19 years ago
  78. a236f1a rollback to rev.273, merged new updates as well by jwang36 · 19 years ago
  79. 1ee3e26 by yshang1 · 19 years ago
  80. 508daae Fix an assembler warning. by bbahnsen · 19 years ago
  81. a68d147 This was only used by GenFvImage tool, so it can be removed now. by bbahnsen · 19 years ago
  82. 247e0d7 by jlin16 · 19 years ago
  83. 250258d added the support for new schema and old schema at the same time by jwang36 · 19 years ago
  84. 21b50a2 Remove the dependence to MdePkg by qouyang · 19 years ago
  85. 833b154 Fix two transition issue: by klu2 · 19 years ago
  86. d5e5116 Updated with more MSA Forms data. by lhauch · 19 years ago
  87. 21e9050 Add <TokenSpaceGuid> for all PCD entry in FPD file by klu2 · 19 years ago
  88. 9d61713 Updated MsaFiles to be a choice of <Filename> [1..*] or <MsaFile> [1..*] and added the ModuleGuid, ModuleName and ModuleVersion to the FilenameAttributes in the Transistion Schema. by lhauch · 19 years ago
  89. fad7735 Fixes for case sensitive operating systems. by bbahnsen · 19 years ago
  90. 3786747 Prepend underscores to procedure identifiers. by bbahnsen · 19 years ago
  91. 09e91c8 Sync SetMem64 with MASM version. by bbahnsen · 19 years ago
  92. c0e96fe Add in HII enable support for PCD. But the default value has not been enabled. by qwang12 · 19 years ago
  93. 7db4ab7 Fix some bugs in PCD tools: by klu2 · 19 years ago
  94. 8960cde BaseMemoryLib (BaseMemoryLibRepStr): by qhuang8 · 19 years ago
  95. ad82307 1) Fix a bug for PCD autogen tools, see track#115 in PVCS: Module's PCD informtion is generated into autogen.h/autogen.c of library by klu2 · 19 years ago
  96. f79b595 Convert env var name to all caps. by bbahnsen · 19 years ago
  97. ec8547f Fixes for gcc assembly. by bbahnsen · 19 years ago
  98. 95945c7 Transfer old <PCDs> in MSA to <PcdCoded>: by klu2 · 19 years ago
  99. 0fd9e13 Added a new source file type "x86_asm_autogen" to allow assembly source to use macros defined in AutoGen.h by bxing · 19 years ago
  100. 6ff7a41 Modify PCD tool according to final PCD schema modification. by klu2 · 19 years ago