summaryrefslogtreecommitdiff
path: root/Tools/Java
AgeCommit message (Expand)Author
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
2007-01-11Added a workaround to fix the library instance constructor sequence issue.jwang36
2007-01-111. Fix EDKT501: New MSA get "Please type a complete file path" waring and can...hche10x
2007-01-08Corrected some comments for the changed code.jwang36
2007-01-08Used the DAG algorithm given by Mike to re-implemented library constructor so...jwang36
2007-01-08When generating string size for unicode string, do not generate too many brac...klu2
2007-01-041. Fix EDKT413: EnumerationData.java should use defined final static stringhche10x
2006-12-301. Added a new tool GenFvMap, which is able to generate FV map files upon LOG...bxing
2006-12-29Make opening dialogs re-gain focus when user switch back to main UI from othe...jlin16
2006-12-291. Fix EDKT496 Framework Wizard should allow user to pick up a Protocol Guid ...hche10x
2006-12-28add support arch check for pcd entries when adding a module to platform, sync...jlin16
2006-12-281. Fix EDKT336: Back to focused dialog window when shift to wizardhche10x
2006-12-28remove unnecessary check between pcd table line selections to fix pcd default...jlin16
2006-12-26Add null pointer check to drop-down list of platform Pcd editor.jlin16
2006-12-25If "SupArchList" is defined for a PCD in MSA, should check current arch is in...klu2
2006-12-25Fixed a bug which will cause single module build failjwang36
2006-12-22Rewrote the error message output when module cannnot be found in any packages.jwang36
2006-12-22Fixed the issue in multi-msa build in single mode; cleaned the code of re-ord...jwang36
2006-12-22Fixed the issue in the library instance constructor calling sequencejwang36
2006-12-21Add new-line characters in error message to make them shorter in multi-lines. jlin16
2006-12-20Add support for PCD token larger than 0x80000000 when declaring a PCD in pack...jlin16
2006-12-13Added support for macro/property in tools_def.txt. Now you can define a prope...jwang36
2006-12-13Fixed EDKT484 and rewrite the output message when no arch is found.jwang36
2006-12-11Used the msa file name instead of module name as intermediate directory namejwang36