- d47b990 Handle module entry point special case for self-relocated modules. (Replace references of original module entry point with _ModuleEntryPoint) by qhuang8 · 18 years ago
- 06d1ff5 Remove the special case handling of EfiInitializeDriverLib & DxeIntializeDriverLib by qhuang8 · 18 years ago
- 2e39c71 Fix EDKT263. Change save dialog to open dialog. Update all Frame's titles. by wuyizhong · 18 years ago
- 7dd2b2a by wuyizhong · 18 years ago
- d039f53 Add two attributes to target.template. MULTIPLE_THREAD is to enable/disable multi-thread build. MAX_CONCURRENT_THREAD_NUMBER is used to specify the number of concurrent threads. by wuyizhong · 18 years ago
- 3067c4b Remove TianoToolsException.java. Add code to stop all threads once one corrupts. by wuyizhong · 18 years ago
- a1ffb10 Support calling customized compression tool in FrameworkTask. by qouyang · 18 years ago
- 54aa867 Modify FV attribute editor and generate FvImage Attributes in FPD file. by jlin16 · 18 years ago
- ed9610e Fixed a bug in WriteBackInvalidDataCache() that always flush cache lines even when the argument Length is zero. by bxing · 18 years ago
- b0e15cb clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpd by lgao4 · 18 years ago
- 2eb7d78 Adding new Logger instead of Ant's. by wuyizhong · 18 years ago
- 4917d9d 1. Add function "Refresh" in main UI by hche10x · 18 years ago
- 63e30d1 nothing by alfred · 18 years ago
- 27e0221 \t 2 \ \ \ \ by alfred · 18 years ago
- 7242606 FV attribute editor alpha. by jlin16 · 18 years ago
- 09ef924 1. Fix EDKT193 "Provide a Module tree when platform/package are open" by hche10x · 18 years ago
- 274a3db enhance hoblib function convert by alfred · 18 years ago
- af22c12 Randomize a Guid value if it can not be retrieved from inf file. This will prevent user input an illegal one. by qhuang8 · 18 years ago
- 8cf2c0a Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type can be by lgao4 · 18 years ago
- 61528a1 Unify the logger and exception in AutoGen. by qouyang · 18 years ago
- 607ef99 refresh Pcd data from library instance when editing the settings of FrameworkModules by jlin16 · 18 years ago
- e2f1c84 Remove trailing blanks. by qhuang8 · 18 years ago
- 99b0f0e fix logfile.close(), trim \n by alfred · 18 years ago
- 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