summaryrefslogtreecommitdiffstats
path: root/Tools/Java
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in generated copyright.qhuang82007-07-261-1/+1
* Generate correct license for R8Lib.c & R8Lib.hqhuang82007-07-241-8/+8
* Add the rule to handle the naming change of industry standard header files.qhuang82007-07-051-5/+26
* Fix the FV information refresh problem for moduleSA settings in a platform.jlin162007-05-111-0/+1
* Fixed EDKT549 by adding code to check if the module is binary or not before g...jwang362007-04-261-3/+5
* Change default ModuleSA setting panel to be "FV Info" to remind user to speci...jlin162007-04-111-2/+3
* Fixed an issue which a library module could be built even it's not in the act...jwang362007-04-031-2/+7
* Restored the SetVirtualAddress and SetExitBootService related code generation...jwang362007-03-301-0/+1
* Fixed an Autogen issue which will cause build break when encountering some ki...jwang362007-03-272-10/+26
* Remove the generation of "Exit" function calling since the UefiApplicationLib...jwang362007-03-261-19/+25
* Thread work load assignment change.jlin162007-03-201-3/+3
* Create more threads to synchronize pcd data for FrameworkModules in a platform.jlin162007-03-202-28/+71
* Utilize multi-thread support of JAVA to improve UI response time of opening F...jlin162007-03-201-11/+22
* Fixed EDKT538; Removed the some code generation for UEFI_APPLICATION type of ...jwang362007-03-151-3/+6
* Fixed EDKT532 and EDKT533jwang362007-03-123-202/+329
* 1. Fix EDKT528: Framework wizard should not force user to specify a GuidCName...hche10x2007-03-086-32/+31
* - Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in BuildMacro...jwang362007-03-082-19/+33
* Fixed EDKT527 by adding a check on the file size in case of zero byte of bytejwang362007-03-061-2/+2
* add check for empty value of definitions.jlin162007-02-141-19/+38
* Changed the way of handling not supported ARCH for a module. It should not br...jwang362007-02-071-2/+6
* (Fixed EDKT523) Added more check on "archString" to see if it's empty or not.jwang362007-02-071-1/+1
* Add genDigest() method to class FfsProcess to generate MD5 digest value for t...jwang362007-02-051-0/+84
* Output more descriptive information when there's no TARGET, TARGET_ARCH, etc ...jwang362007-02-051-6/+30
* 1. Refresh applicable library instances after one illegal library instance is...jlin162007-02-023-28/+113
* Optimize library instance selection algorithm.jlin162007-01-312-49/+88
* 1. Fix EDKT508: FW should't build Log.log file in current directoryhche10x2007-01-312-61/+127
* 1. Fix EDKT215: [Wizard] "Previous" button is not supported in step 4 of Crea...hche10x2007-01-302-30/+6
* - Move global declarations from AutoGen.c to AutoGen.hjwang362007-01-295-15/+53
* Fix EDKT174, auto-select library instance if only one candidate available for...jlin162007-01-262-41/+94
* Move the entrypoint function declarations to AutoGen.h for sake of Intel comp...jwang362007-01-261-45/+45
* 1. Add "Splash Screen" backhche10x2007-01-261-10/+10
* Change parameter id in UserExtension element from Integer to String according...jlin162007-01-256-33/+33
* Fixed the Indentifier type issue.jwang362007-01-251-4/+4
* - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ...jwang362007-01-2511-20/+210
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2297 6f1...jlin162007-01-241-1/+3
* - Fixed EDKT513 by adding existing section files into the dependency check of...jwang362007-01-243-14/+27
* 1. Finish Enhancement EDKT345: Support deleting multiple rows together when r...hche10x2007-01-2416-64/+144
* Modify error message contents when an improper library instance was selected ...jlin162007-01-241-15/+66
* Changed the way of determining how to call customized build file. Now we chec...jwang362007-01-241-4/+16
* Removed the BASE type as any type in the check of SupModuleList in getLibrary...jwang362007-01-241-2/+1
* Modify support module type filter for library instance selection.jlin162007-01-232-3/+8
* Fixed the fake circular denpendency of library instance.jwang362007-01-231-8/+2
* Fixed EDKT493. Added support to "SupModuleList" for checking if a library ins...jwang362007-01-234-135/+146
* Corrected a small bugs:qwang122007-01-231-1/+1
* Moved the function prototype of SetVirtualAddress and ExitBootService to Auto...jwang362007-01-231-431/+492
* 1) Added prototype of constructor and destructor in the library's AutoGen.h. ...jwang362007-01-191-2/+151
* Corrected the regular expression because it will skip many includes.jwang362007-01-191-1/+1
* 1) According to the spec, add EFIAPI to the module entry point function decla...jwang362007-01-171-346/+346
* Remove DEBUG output statement for PEI&DXE core to fix boot failure issuejwang362007-01-151-9/+0
* Fixed EDKT498(enchance makedep tool to support asm file), EDKT500(dep file ne...jwang362007-01-152-527/+514