summaryrefslogtreecommitdiff
path: root/Tools/Java
AgeCommit message (Expand)Author
2007-05-11Fix the FV information refresh problem for moduleSA settings in a platform.jlin16
2007-04-26Fixed EDKT549 by adding code to check if the module is binary or not before g...jwang36
2007-04-11Change default ModuleSA setting panel to be "FV Info" to remind user to speci...jlin16
2007-04-03Fixed an issue which a library module could be built even it's not in the act...jwang36
2007-03-30Restored the SetVirtualAddress and SetExitBootService related code generation...jwang36
2007-03-27Fixed an Autogen issue which will cause build break when encountering some ki...jwang36
2007-03-26Remove the generation of "Exit" function calling since the UefiApplicationLib...jwang36
2007-03-20Thread work load assignment change.jlin16
2007-03-20Create more threads to synchronize pcd data for FrameworkModules in a platform.jlin16
2007-03-20Utilize multi-thread support of JAVA to improve UI response time of opening F...jlin16
2007-03-15Fixed EDKT538; Removed the some code generation for UEFI_APPLICATION type of ...jwang36
2007-03-12Fixed EDKT532 and EDKT533jwang36
2007-03-081. Fix EDKT528: Framework wizard should not force user to specify a GuidCName...hche10x
2007-03-08- Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in BuildMacro...jwang36
2007-03-06Fixed EDKT527 by adding a check on the file size in case of zero byte of bytejwang36
2007-02-14add check for empty value of definitions.jlin16
2007-02-07Changed the way of handling not supported ARCH for a module. It should not br...jwang36
2007-02-07(Fixed EDKT523) Added more check on "archString" to see if it's empty or not.jwang36
2007-02-05Add genDigest() method to class FfsProcess to generate MD5 digest value for t...jwang36
2007-02-05Output more descriptive information when there's no TARGET, TARGET_ARCH, etc ...jwang36
2007-02-021. Refresh applicable library instances after one illegal library instance is...jlin16
2007-01-31Optimize library instance selection algorithm.jlin16
2007-01-311. Fix EDKT508: FW should't build Log.log file in current directoryhche10x
2007-01-301. Fix EDKT215: [Wizard] "Previous" button is not supported in step 4 of Crea...hche10x
2007-01-29- Move global declarations from AutoGen.c to AutoGen.hjwang36
2007-01-26Fix EDKT174, auto-select library instance if only one candidate available for...jlin16
2007-01-26Move the entrypoint function declarations to AutoGen.h for sake of Intel comp...jwang36
2007-01-261. Add "Splash Screen" backhche10x
2007-01-25Change parameter id in UserExtension element from Integer to String according...jlin16
2007-01-25Fixed the Indentifier type issue.jwang36
2007-01-25- Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ...jwang36
2007-01-24git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2297 6f1...jlin16
2007-01-24- Fixed EDKT513 by adding existing section files into the dependency check of...jwang36
2007-01-241. Finish Enhancement EDKT345: Support deleting multiple rows together when r...hche10x
2007-01-24Modify error message contents when an improper library instance was selected ...jlin16
2007-01-24Changed the way of determining how to call customized build file. Now we chec...jwang36
2007-01-24Removed the BASE type as any type in the check of SupModuleList in getLibrary...jwang36
2007-01-23Modify support module type filter for library instance selection.jlin16
2007-01-23Fixed the fake circular denpendency of library instance.jwang36
2007-01-23Fixed EDKT493. Added support to "SupModuleList" for checking if a library ins...jwang36
2007-01-23Corrected a small bugs:qwang12
2007-01-23Moved the function prototype of SetVirtualAddress and ExitBootService to Auto...jwang36
2007-01-191) Added prototype of constructor and destructor in the library's AutoGen.h. ...jwang36
2007-01-19Corrected the regular expression because it will skip many includes.jwang36
2007-01-171) According to the spec, add EFIAPI to the module entry point function decla...jwang36
2007-01-15Remove DEBUG output statement for PEI&DXE core to fix boot failure issuejwang36
2007-01-15Fixed EDKT498(enchance makedep tool to support asm file), EDKT500(dep file ne...jwang36
2007-01-12Disp dependencies in error in case of circular dependencytgingold
2007-01-12Fixed one dead loop issue in the autogenlib.zliu3
2007-01-12Removed the workaround codejwang36