- 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
- 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
- 68a0545 Support pointer return type by qhuang8 · 18 years ago
- 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
- 892b0e7 Update GlobalData, SPD, SurfaceAreaQuery to using EdkException. by wuyizhong · 18 years ago
- 91f560c 1.modify the usage info by jjin9 · 18 years ago
- b411fc1 FV from FDF file options editor. by jlin16 · 18 years ago
- e8a3bee Update RuntimeLib. by yshang1 · 18 years ago
- b4648de Enhance doxygening function headers for .h file. by qhuang8 · 18 years ago
- b30d28b Minor adjustments. by qhuang8 · 18 years ago
- 738338d Remove unused code. by yshang1 · 18 years ago
- a817ecb debug R8Lib.h add @return by alfred · 18 years ago
- 4100d14 Update Binary Fat module to release version for reduce size. by lgao4 · 18 years ago
- 2619585 Change GenBuildLogger format. by wuyizhong · 18 years ago
- 2279b26 Changed EdkException to GenBuildException for consistency by jwang36 · 18 years ago
- 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
- 7ab9a5e modify r8onlylib generate add Element by alfred · 18 years ago
- 2887f99 Laplace take over SourceFileReplacer.java by alfred · 18 years ago
- adb6105 Added AutoGen.h to assembly and vfr dependency check by jwang36 · 18 years ago
- 71874f9 Laplace, run by alfred · 18 years ago
- 4a484c5 Changed EncapsulationTag to ToolName by lhauch · 18 years ago
- aa64626 Add clean and cleanall target for Fat and Logo customized build xml. by lgao4 · 18 years ago
- 7c9e581 Fix PeiLoadImage() for compressed peim to print the correct image address and entrypoint. by lgao4 · 18 years ago
- 701d95b a. Sync FV info with FDF file contents when editing FV information. by jlin16 · 18 years ago
- eff5170 add commentout entrypoint by alfred · 18 years ago
- 16b7eee REMODEL OF SourceFileReplacer.java AT LAST by alfred · 18 years ago
- 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
- 9481cda add dxsfile convert by alfred · 18 years ago
- 1d51818 by yshang1 · 18 years ago
- 90bed2f 1. Fix EDKT230 "A library class should not be specified for a module more than one time" by hche10x · 18 years ago
- c757cb3 by yshang1 · 18 years ago
- 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
- e5a487d Miss one import. by wuyizhong · 18 years ago
- 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
- b5240db Update for the interface has changed. by wuyizhong · 18 years ago
- 42ef7fc Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg PeiVariable, RuntimeDxeVariabe, and Ftw module needs these PCDs. by lgao4 · 18 years ago
- 7f492c4 1. Add a splash screen when starting, fix EDKT228 by hche10x · 18 years ago
- 631dc64 by yshang1 · 18 years ago
- 7deec14 enhance ForDoAll by alfred · 18 years ago
- 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
- 97fc032 Follow up EDKT247-253 by yshang1 · 18 years ago
- a1c90cf Added pre-compiled header support for compiling source code by jwang36 · 18 years ago
- 473f57d Add method for Microcode building by jchen20 · 18 years ago
- c84c226 Update coding style of Nt32OemHookStatusCodeLib.c by yshang1 · 18 years ago
- a5e465a Update library constructor definition. by yshang1 · 18 years ago
- 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
- 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
- 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
- ca40209 For long text display for table cell. by jlin16 · 18 years ago
- 98c2079 a. Enhanced toolchain setting UI for ModuleSa build options and global build options. by jlin16 · 18 years ago
- 6f55be9 let critic prepared by alfred · 18 years ago
- aca6c73 Backup original properties to avoid property overriding message. This change is for multi-thread build preparations. (3) by wuyizhong · 18 years ago
- 1e8e8a8 modify moduleinfo by alfred · 18 years ago
- 2934f5b by yshang1 · 18 years ago
- afaa1b8 Update Coding style of status code. by yshang1 · 18 years ago
- abce9cb Add thread control classes. (2) by wuyizhong · 18 years ago
- 19bf6b1 Add thread control classes. (2) by wuyizhong · 18 years ago
- 5340895 Follow up EDKT238, EDKT239, EDKT242, EDKT243 by yshang1 · 18 years ago
- 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
- 5acb4b6 by wuyizhong · 18 years ago
- 987912a add the copyright info and the file description. by jjin9 · 18 years ago
- 83fba80 Remove static from SurfaceAreaQuery.java for preparing parallel build.(1) by wuyizhong · 18 years ago
- c74c7a4 add ContextTool to workspace/Tools by jjin9 · 18 years ago
- bb2db65 Dom test by alfred · 18 years ago
- c855755 by yshang1 · 18 years ago
- be800da by yshang1 · 18 years ago
- e86976f Follow up EDKT236. by yshang1 · 18 years ago
- c8b748b 1. Fix EDKT202 "Some externs do not have attribute SupArchList" by hche10x · 18 years ago
- 5ad6d22 add lisence modify ui func by alfred · 18 years ago
- ff383de 1. Fix EDKT214 "Framework Wizard is not synchronized with FrameworkDatabase.db when install FAR" by hche10x · 18 years ago
- 36dbf7f Follow up EDKT235 by yshang1 · 18 years ago
- a93763b Follow up tracker: EDKT236, EDKT237, EDKT232, EDKT229 , EDKT233 by yshang1 · 18 years ago
- 5f4eb6b add ModuleInfo2OutputPath Map modify inf chooser by alfred · 18 years ago
- eb8ea82 Flash UI add new FV feature. modify FvImageNames and FvBindings in fpd file if FV name changes. by jlin16 · 18 years ago
- 0719317 Remove stand-alone module judge when parse FPD file. by wuyizhong · 18 years ago
- fb46457 initialize text fields to empty when switching dynamic pcd entries. by jlin16 · 18 years ago
- 34a94e4 Add in PCD instantiation for newly added PCD in PcdPEIM. by qwang12 · 18 years ago
- b678aac func name changed & modify common.todoall by alfred · 18 years ago
- b315127 change boolean PCD value to capital "TRUE" "FALSE". by jlin16 · 18 years ago
- 3d64815 Change true to TRUE. by qwang12 · 18 years ago
- 2defc05 Change true to TRUE. by qwang12 · 18 years ago
- 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
- e3e8956 editable comment style by alfred · 18 years ago
- 6ae1510 Change output dir layout from Target/TagName/Arch to Target_TagName/Arch. by wuyizhong · 18 years ago
- 96c9ae4 Add comments. by qouyang · 18 years ago
- 3790e93 Add Arch Check for single module build. To Fix T167 & T224. by wuyizhong · 18 years ago
- 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
- a094728 rearrange target of procedures of library instance selection. by jlin16 · 18 years ago
- c60019f Modify the Autogen.java for <SetVirtualAddressMapCallBack> and by qouyang · 18 years ago
- 04a13d6 Add check before adding msa file to spd file. by jlin16 · 18 years ago
- 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
- 6ffd3b0 Add a Pcd to define the maximum number of performance log entries during PEI phase. by qhuang8 · 18 years ago
- a342090 removed the FlowLayout and made everything fixed. by lhauch · 18 years ago
- 3a9b722 Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild". by qouyang · 18 years ago
- b187ce9 Modify the implementation of performance library so that: by qhuang8 · 18 years ago
- 4f60c26 singleton of Database & FirstPanel by alfred · 18 years ago
- 482407d add MigrationTool by alfred · 18 years ago
- 2b70a63 Generate Module Orders in FV at BuildOptions, UserExtensions with UserId "IMAGES" and Identifier "1". by jlin16 · 18 years ago
- 07e741e changed variable names from textfieldsomething to somethingtextfield by lhauch · 18 years ago
- 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