1. 02c768e Move ${PLATFORM}_build.xml from PLATFORM_DIR to BULID_DIR. Now, all output files will be only under BUILD_DIR. To change BUILD_DIR in FPD.PlatformDefinitions.OutputDirectory, both abstract and relative path is allowed. For relative path is relative to WORKSPACE_DIR. Default BUILD_DIR is PLATFORM_DIR/BUILD. by wuyizhong · 18 years ago
  2. 67ce7c5 There is a potential flaw in HelpInfo.java previously. It use String[substrnum] to save the result of splitString(), the substrnum is calculated approximatively and has to be set larger enough to provide sufficient space. So substrnum relate to the string specifically. by jjin9 · 18 years ago
  3. 68a0545 Support pointer return type by qhuang8 · 18 years ago
  4. 2f3fb65 Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. by lgao4 · 18 years ago
  5. 892b0e7 Update GlobalData, SPD, SurfaceAreaQuery to using EdkException. by wuyizhong · 18 years ago
  6. 91f560c 1.modify the usage info by jjin9 · 18 years ago
  7. b411fc1 FV from FDF file options editor. by jlin16 · 18 years ago
  8. e8a3bee Update RuntimeLib. by yshang1 · 18 years ago
  9. b4648de Enhance doxygening function headers for .h file. by qhuang8 · 18 years ago
  10. b30d28b Minor adjustments. by qhuang8 · 18 years ago
  11. 738338d Remove unused code. by yshang1 · 18 years ago
  12. a817ecb debug R8Lib.h add @return by alfred · 18 years ago
  13. 4100d14 Update Binary Fat module to release version for reduce size. by lgao4 · 18 years ago
  14. 2619585 Change GenBuildLogger format. by wuyizhong · 18 years ago
  15. 2279b26 Changed EdkException to GenBuildException for consistency by jwang36 · 18 years ago
  16. 91f7d58 Remove FrameworkLogger in FrameworkTasks and EdkException in GenBuild. Update EdkLog to accept one more parameter. Remove all System.out in GenBuild. by wuyizhong · 18 years ago
  17. 7ab9a5e modify r8onlylib generate add Element by alfred · 18 years ago
  18. 2887f99 Laplace take over SourceFileReplacer.java by alfred · 18 years ago
  19. adb6105 Added AutoGen.h to assembly and vfr dependency check by jwang36 · 18 years ago
  20. 71874f9 Laplace, run by alfred · 18 years ago
  21. 4a484c5 Changed EncapsulationTag to ToolName by lhauch · 18 years ago
  22. aa64626 Add clean and cleanall target for Fat and Logo customized build xml. by lgao4 · 18 years ago
  23. 7c9e581 Fix PeiLoadImage() for compressed peim to print the correct image address and entrypoint. by lgao4 · 18 years ago
  24. 701d95b a. Sync FV info with FDF file contents when editing FV information. by jlin16 · 18 years ago
  25. eff5170 add commentout entrypoint by alfred · 18 years ago
  26. 16b7eee REMODEL OF SourceFileReplacer.java AT LAST by alfred · 18 years ago
  27. 78b5fb8 1. Add keyboard support for tree pane, now you can press "ENTER" on a module/package/platform to open it, just like double-click. by hche10x · 18 years ago
  28. 9481cda add dxsfile convert by alfred · 18 years ago
  29. 1d51818 by yshang1 · 18 years ago
  30. 90bed2f 1. Fix EDKT230 "A library class should not be specified for a module more than one time" by hche10x · 18 years ago
  31. c757cb3 by yshang1 · 18 years ago
  32. 4250be6 Add one more platform level common property "TARGET_DIR". Take Nt32 for example: TARGET_DIR=${BUILD_DIR}/${TARGET}_${TAGNAME} by wuyizhong · 18 years ago
  33. e5a487d Miss one import. by wuyizhong · 18 years ago
  34. 5001760 Add one more platform level common property "TARGET_DIR". Take Nt32 for example: TARGET_DIR=${BUILD_DIR}/${TARGET}_${TAGNAME} by wuyizhong · 18 years ago
  35. b5240db Update for the interface has changed. by wuyizhong · 18 years ago
  36. 42ef7fc Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg PeiVariable, RuntimeDxeVariabe, and Ftw module needs these PCDs. by lgao4 · 18 years ago
  37. 7f492c4 1. Add a splash screen when starting, fix EDKT228 by hche10x · 18 years ago
  38. 631dc64 by yshang1 · 18 years ago
  39. 7deec14 enhance ForDoAll by alfred · 18 years ago
  40. c8df018 Add two definitions to ToolDefinitions. Enhance EdkLog and GenBuildLogger. GenBuildLogger contains two behaviors now, one is for normal; while another is for multi-thread. (4) by wuyizhong · 18 years ago
  41. 97fc032 Follow up EDKT247-253 by yshang1 · 18 years ago
  42. a1c90cf Added pre-compiled header support for compiling source code by jwang36 · 18 years ago
  43. 473f57d Add method for Microcode building by jchen20 · 18 years ago
  44. c84c226 Update coding style of Nt32OemHookStatusCodeLib.c by yshang1 · 18 years ago
  45. a5e465a Update library constructor definition. by yshang1 · 18 years ago
  46. 94b0f42 1. Fix bug EDKT241 "If and MSA file is missing, the Wizard gives a NULL Pointer Exception, with no hints that the workspace is not valid." by hche10x · 18 years ago
  47. 2be2804 Fix EdkII tracker 219, change incorrect print level in line 200 and line 453 from EFI_D_INFO to EFI_D_ERROR by lgao4 · 18 years ago
  48. 22a8f52 Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for compiling source files with pre-compiled header file. by jwang36 · 18 years ago
  49. ca40209 For long text display for table cell. by jlin16 · 18 years ago
  50. 98c2079 a. Enhanced toolchain setting UI for ModuleSa build options and global build options. by jlin16 · 18 years ago
  51. 6f55be9 let critic prepared by alfred · 18 years ago
  52. aca6c73 Backup original properties to avoid property overriding message. This change is for multi-thread build preparations. (3) by wuyizhong · 18 years ago
  53. 1e8e8a8 modify moduleinfo by alfred · 18 years ago
  54. 2934f5b by yshang1 · 18 years ago
  55. afaa1b8 Update Coding style of status code. by yshang1 · 18 years ago
  56. abce9cb Add thread control classes. (2) by wuyizhong · 18 years ago
  57. 19bf6b1 Add thread control classes. (2) by wuyizhong · 18 years ago
  58. 5340895 Follow up EDKT238, EDKT239, EDKT242, EDKT243 by yshang1 · 18 years ago
  59. a651e23 Fix EdkII tracker 223 to enhance genfvimage tool to support TE image format. If so, PEI CORE can contain one TE section to reduce size. by lgao4 · 18 years ago
  60. 5acb4b6 by wuyizhong · 18 years ago
  61. 987912a add the copyright info and the file description. by jjin9 · 18 years ago
  62. 83fba80 Remove static from SurfaceAreaQuery.java for preparing parallel build.(1) by wuyizhong · 18 years ago
  63. c74c7a4 add ContextTool to workspace/Tools by jjin9 · 18 years ago
  64. bb2db65 Dom test by alfred · 18 years ago
  65. c855755 by yshang1 · 18 years ago
  66. be800da by yshang1 · 18 years ago
  67. e86976f Follow up EDKT236. by yshang1 · 18 years ago
  68. c8b748b 1. Fix EDKT202 "Some externs do not have attribute SupArchList" by hche10x · 18 years ago
  69. 5ad6d22 add lisence modify ui func by alfred · 18 years ago
  70. ff383de 1. Fix EDKT214 "Framework Wizard is not synchronized with FrameworkDatabase.db when install FAR" by hche10x · 18 years ago
  71. 36dbf7f Follow up EDKT235 by yshang1 · 18 years ago
  72. a93763b Follow up tracker: EDKT236, EDKT237, EDKT232, EDKT229 , EDKT233 by yshang1 · 18 years ago
  73. 5f4eb6b add ModuleInfo2OutputPath Map modify inf chooser by alfred · 18 years ago
  74. eb8ea82 Flash UI add new FV feature. modify FvImageNames and FvBindings in fpd file if FV name changes. by jlin16 · 18 years ago
  75. 0719317 Remove stand-alone module judge when parse FPD file. by wuyizhong · 18 years ago
  76. fb46457 initialize text fields to empty when switching dynamic pcd entries. by jlin16 · 18 years ago
  77. 34a94e4 Add in PCD instantiation for newly added PCD in PcdPEIM. by qwang12 · 18 years ago
  78. b678aac func name changed & modify common.todoall by alfred · 18 years ago
  79. b315127 change boolean PCD value to capital "TRUE" "FALSE". by jlin16 · 18 years ago
  80. 3d64815 Change true to TRUE. by qwang12 · 18 years ago
  81. 2defc05 Change true to TRUE. by qwang12 · 18 years ago
  82. f89f580 Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnabled, PcdPeiPcdDatabaseCallbackOnSetEnabled, PcdPeiPcdDatabaseExEnabled to allow user to customize Pcd service PEIM. It is very curical to save size in PEI phase. by qwang12 · 18 years ago
  83. e3e8956 editable comment style by alfred · 18 years ago
  84. 6ae1510 Change output dir layout from Target/TagName/Arch to Target_TagName/Arch. by wuyizhong · 18 years ago
  85. 96c9ae4 Add comments. by qouyang · 18 years ago
  86. 3790e93 Add Arch Check for single module build. To Fix T167 & T224. by wuyizhong · 18 years ago
  87. 52ee46a Added the ToolChainId class which will read the target.txt and tool definition files with various return values. Updated the ToolTipText in FpdPlatformDefs.java as well as changed the Build Targets from freeform to ComboBox (with the ability to add a new Target name.) by lhauch · 18 years ago
  88. a094728 rearrange target of procedures of library instance selection. by jlin16 · 18 years ago
  89. c60019f Modify the Autogen.java for <SetVirtualAddressMapCallBack> and by qouyang · 18 years ago
  90. 04a13d6 Add check before adding msa file to spd file. by jlin16 · 18 years ago
  91. a3222f6 Fix track EDKT213: PCD value size should be specificed when generate const variable for String type, PATCHABLE_IN_MODULE type PCD. by klu2 · 18 years ago
  92. 6ffd3b0 Add a Pcd to define the maximum number of performance log entries during PEI phase. by qhuang8 · 18 years ago
  93. a342090 removed the FlowLayout and made everything fixed. by lhauch · 18 years ago
  94. 3a9b722 Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild". by qouyang · 18 years ago
  95. b187ce9 Modify the implementation of performance library so that: by qhuang8 · 18 years ago
  96. 4f60c26 singleton of Database & FirstPanel by alfred · 18 years ago
  97. 482407d add MigrationTool by alfred · 18 years ago
  98. 2b70a63 Generate Module Orders in FV at BuildOptions, UserExtensions with UserId "IMAGES" and Identifier "1". by jlin16 · 18 years ago
  99. 07e741e changed variable names from textfieldsomething to somethingtextfield by lhauch · 18 years ago
  100. 01fa6a6 Made the Specification look like a comment at the bottom of the page, since it cannot be modified, it did not need to have a label, nor did it require the star, indicating that it was required. Also made the Copyright a ScrollPane so that multiple copyright lines can be displayed. by lhauch · 18 years ago