- 253d291 Fixed an Autogen issue which will cause build break when encountering some kind of module. by jwang36 · 18 years ago
- a5dd05b Remove the generation of "Exit" function calling since the UefiApplicationLib has defined the Exit function. by jwang36 · 18 years ago
- 21801bb Thread work load assignment change. by jlin16 · 18 years ago
- 231f8bf Create more threads to synchronize pcd data for FrameworkModules in a platform. by jlin16 · 18 years ago
- 55c30c8 Utilize multi-thread support of JAVA to improve UI response time of opening FrameworkModules in a platform. by jlin16 · 18 years ago
- 8c8b94e Fixed EDKT538; Removed the some code generation for UEFI_APPLICATION type of module. Refer to EDKT538 for details. by jwang36 · 18 years ago
- 90a98f2 Fixed EDKT532 and EDKT533 by jwang36 · 18 years ago
- 5b39694 1. Fix EDKT528: Framework wizard should not force user to specify a GuidCName for all HOB types by hche10x · 18 years ago
- a30ae9f - Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in BuildMacro.xml to GenEfi, moving out GenDll and GenEfi macro calling inside macro EFI_SECTION_TE and EFI_SECTION_PE32, and generating the calling of GenEfi macro according to the module type (binary or library). by jwang36 · 18 years ago
- ad368bf Fixed EDKT527 by adding a check on the file size in case of zero byte of byte by jwang36 · 18 years ago
- c0db4cd add check for empty value of definitions. by jlin16 · 18 years ago
- 9821fa9 Changed the way of handling not supported ARCH for a module. It should not break the build. Instead, it just give a warning message. by jwang36 · 18 years ago
- de093b3 (Fixed EDKT523) Added more check on "archString" to see if it's empty or not. by jwang36 · 18 years ago
- 73f7b9c Add genDigest() method to class FfsProcess to generate MD5 digest value for the FFS layout. This is intended to solve re-generation issue of FFS when its layout has been changed but no related section files have been changed. by jwang36 · 18 years ago
- 2f96bdd Output more descriptive information when there's no TARGET, TARGET_ARCH, etc defined in target.txt by jwang36 · 18 years ago
- e64872f 1. Refresh applicable library instances after one illegal library instance is removed. by jlin16 · 18 years ago
- fd0f684 Optimize library instance selection algorithm. by jlin16 · 18 years ago
- 9e011ea 1. Fix EDKT508: FW should't build Log.log file in current directory by hche10x · 18 years ago
- e224919 1. Fix EDKT215: [Wizard] "Previous" button is not supported in step 4 of Create FAR by hche10x · 18 years ago
- 2c9b03f - Move global declarations from AutoGen.c to AutoGen.h by jwang36 · 18 years ago
- b8f186e Fix EDKT174, auto-select library instance if only one candidate available for a library class. Note that if you remove one single instance, it will NOT be auto-selected back at once. by jlin16 · 18 years ago
- 149127d Move the entrypoint function declarations to AutoGen.h for sake of Intel compiler by jwang36 · 18 years ago
- b79fc83 1. Add "Splash Screen" back by hche10x · 18 years ago
- 253fca1 Change parameter id in UserExtension element from Integer to String according to EDKT510 schema change. by jlin16 · 18 years ago
- ceea362 Fixed the Indentifier type issue. by jwang36 · 18 years ago
- e3cc406 - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed. by jwang36 · 18 years ago
- 25232e9 by jlin16 · 18 years ago
- 66a9a6f - Fixed EDKT513 by adding existing section files into the dependency check of genffsfile tool; by jwang36 · 18 years ago
- ff7bc6c 1. Finish Enhancement EDKT345: Support deleting multiple rows together when remove source files in MSA by hche10x · 18 years ago
- c045922 Modify error message contents when an improper library instance was selected for a module. by jlin16 · 18 years ago
- 98840b1 Changed the way of determining how to call customized build file. Now we check if there's XXX_build.xml existing in the source file list to determine the customized build other than the USER_DEFINED module type. by jwang36 · 18 years ago
- 2b95548 Removed the BASE type as any type in the check of SupModuleList in getLibraryClasses() by jwang36 · 18 years ago
- 0202572 Modify support module type filter for library instance selection. by jlin16 · 18 years ago
- 9d3d149 Fixed the fake circular denpendency of library instance. by jwang36 · 18 years ago
- 700279a Fixed EDKT493. Added support to "SupModuleList" for checking if a library instance is supporting current module. by jwang36 · 18 years ago
- 2b34c3f Corrected a small bugs: by qwang12 · 18 years ago
- aacce76 Moved the function prototype of SetVirtualAddress and ExitBootService to AutoGen.h for the sake of Intel Compiler. by jwang36 · 18 years ago
- f9081b6 1) Added prototype of constructor and destructor in the library's AutoGen.h. This is necessary for Intel Compiler. by jwang36 · 18 years ago
- 8fc81f2 Corrected the regular expression because it will skip many includes. by jwang36 · 18 years ago
- daa7a3e 1) According to the spec, add EFIAPI to the module entry point function declaration in AutoGen.c by jwang36 · 18 years ago
- bf43f5e Remove DEBUG output statement for PEI&DXE core to fix boot failure issue by jwang36 · 18 years ago
- a387de3 Fixed EDKT498(enchance makedep tool to support asm file), EDKT500(dep file needs to be created for uni file) and tracker ID 454(report real driver entrypoint address through debug output) in PVCS. by jwang36 · 18 years ago
- b991a45 Disp dependencies in error in case of circular dependency by tgingold · 18 years ago
- e360ea4 Fixed one dead loop issue in the autogenlib. by zliu3 · 18 years ago
- affa5a1 Removed the workaround code by jwang36 · 18 years ago
- d919bb8 Added a workaround to fix the library instance constructor sequence issue. by jwang36 · 18 years ago
- c271c13 1. Fix EDKT501: New MSA get "Please type a complete file path" waring and can't proceed by hche10x · 18 years ago
- 2384947 Corrected some comments for the changed code. by jwang36 · 18 years ago
- bc33b23 Used the DAG algorithm given by Mike to re-implemented library constructor sorting code. by jwang36 · 18 years ago
- a89f26d When generating string size for unicode string, do not generate too many brace. This will break linux building. by klu2 · 18 years ago
- 6e73f33 1. Fix EDKT413: EnumerationData.java should use defined final static string by hche10x · 18 years ago
- 8733430 1. Added a new tool GenFvMap, which is able to generate FV map files upon LOG files generated by PeiRebase. by bxing · 18 years ago
- 8248486 Make opening dialogs re-gain focus when user switch back to main UI from other windows applications. by jlin16 · 18 years ago
- 55683ea 1. Fix EDKT496 Framework Wizard should allow user to pick up a Protocol Guid to tag Guid HOB by hche10x · 18 years ago
- 11c5f07 add support arch check for pcd entries when adding a module to platform, sync. platform pcd with msa pcd and adding library instances. by jlin16 · 18 years ago
- a9e882c 1. Fix EDKT336: Back to focused dialog window when shift to wizard by hche10x · 18 years ago
- 5d07408 remove unnecessary check between pcd table line selections to fix pcd default value refresh problem. by jlin16 · 18 years ago
- 9ccee2a Add null pointer check to drop-down list of platform Pcd editor. by jlin16 · 18 years ago
- 7432a21 If "SupArchList" is defined for a PCD in MSA, should check current arch is in the range of "SupArchList". by klu2 · 18 years ago
- 13cbe22 Fixed a bug which will cause single module build fail by jwang36 · 18 years ago
- 89da7eb Rewrote the error message output when module cannnot be found in any packages. by jwang36 · 18 years ago
- 2c0bc1a Fixed the issue in multi-msa build in single mode; cleaned the code of re-ordering library instance constructor sequence. by jwang36 · 18 years ago
- 3dc87a3 Fixed the issue in the library instance constructor calling sequence by jwang36 · 18 years ago
- d56b190 Add new-line characters in error message to make them shorter in multi-lines. by jlin16 · 18 years ago
- fa67a8b Add support for PCD token larger than 0x80000000 when declaring a PCD in package editor. by jlin16 · 18 years ago
- 2251a36 Added support for macro/property in tools_def.txt. Now you can define a property via environment variable and use it in tools_def.txt and target.txt in the form of ${name} by jwang36 · 18 years ago
- bc02247 Fixed EDKT484 and rewrite the output message when no arch is found. by jwang36 · 18 years ago
- 86f3fef Used the msa file name instead of module name as intermediate directory name by jwang36 · 18 years ago
- 3cbeeeb 1. Fix EDKT483 FrameworkWizard Should support multiple msa files in a same directory by hche10x · 18 years ago
- c340a28 Fixed EDKT482. Added support for multiple msa files in the same directory. by jwang36 · 18 years ago
- c942b0e 1. Fix EDKT476 Wizard gives wrong warning messsage that confuses user by hche10x · 18 years ago
- 2109b16 set pcd data type to boolean when declaring a FEATURE_FLAG usage typed pcd in package pcd declarations editor. by jlin16 · 18 years ago
- 85d9e5b Fix Sku Info update UI refresh to update the dynamic pcd value for selected sku id. by jlin16 · 18 years ago
- 4c50c88 Enhance peirebase tool to get base address from the corresponding fv.inf file, which don't need one base address parameter for this tool any longer. We can reduce base address duplicated definition in fv.inf and fpd file. by lgao4 · 18 years ago
- e5d3db3 fixed bug occurred when new msa file and spd file are in the same directory. by vanjeff · 18 years ago
- 8cc7152 Refresh library instance selection UI for platform editor after library instance adding/deleting. by jlin16 · 18 years ago
- a883d8c Fix the no library instance in UI display when some exception occurs. by jlin16 · 18 years ago
- 888f61a 1. Fix EDKT433 help context triggered by mouse movement is not displayed properly by hche10x · 18 years ago
- 14a32a7 1. Fix EDKT433 help context triggered by mouse movement is not displayed properly by hche10x · 18 years ago
- adf6ff6 Provide default value for PCD in platform if user does not specify anything for it. by jlin16 · 18 years ago
- e799f87 Update PEI Apriori Module GUID based on PIWG spec. by wuyizhong · 18 years ago
- e425f07 Fixed EDKT469 by qouyang · 18 years ago
- b8cc11a Add new line "\n" to seperate long messages. by jlin16 · 18 years ago
- 380191d Supporting Apriori File from build tool. by wuyizhong · 18 years ago
- ed7aa83 Modify the way of pcd warning message reporting to be a total in the end. by jlin16 · 18 years ago
- 0227d24 Synchronize platform pcd automatically with MSA pcd when opening FrameworkModules of a platform. by jlin16 · 18 years ago
- e87022a Fixed EDKT469. by qouyang · 18 years ago
- f893f75 Fix the bug of Pcd value update in FrameworkModule settings. remove the curious warning message of pcd type can not be changed. by jlin16 · 18 years ago
- b3cb8ee 1. Fix EDKT461 [Framework Wizard] Can't change ModuleBuildOptions for MSA file by hche10x · 18 years ago
- 15db5db Fix Ffs sections encapsulation type update problem. by jlin16 · 18 years ago
- ef90864 1. Fix EDKT468 Click some buttons in MSA header by wizard can not be saved properly by hche10x · 18 years ago
- d73991a For encapsulated sections in FFS layout in FpdBuildOptions, if no longer exists sections in an encapsulated section, remove from UI that section to be consistent with contents in FPD file. by jlin16 · 18 years ago
- 4fd5261 Fix the invalid warning message when user add a module that does not support platform architectures to this platform. by jlin16 · 18 years ago
- 5f0b744 To fix bug T400. If user select a Repackage=false package during creating a FAR, give warning and a choose to continue or not. by wuyizhong · 18 years ago
- e4764da Fix a bug that can't add library MSA specific build option in multi-thread build mode. by wuyizhong · 18 years ago
- 99125b4 Provide UI for generating Apriori file of PEI or DXE phase. The module order information are put into BuildOptions->UserExtensions with UserId as "APRIORI" and Identifier as "0" for PEI phase and "1" for DXE phase. Build tools will use these UserExtensions information to produce the Apriori files that will be placed into each FV image. by jlin16 · 18 years ago
- 15d449b Fix a bug that can't add library MSA specific build option. by wuyizhong · 18 years ago
- bea0971 Coding Style Comment by alfred · 18 years ago
- 015849a Changed the tool chain error message to be more specific. by jwang36 · 18 years ago
- 05b52e9 Fixed the build error. by jwang36 · 18 years ago