summaryrefslogtreecommitdiff
path: root/Tools/Java/Source/GenBuild
AgeCommit message (Expand)AuthorFilesLines
2007-01-29- Move global declarations from AutoGen.c to AutoGen.hjwang365-15/+53
2007-01-26Move the entrypoint function declarations to AutoGen.h for sake of Intel comp...jwang361-45/+45
2007-01-25- Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ...jwang365-11/+96
2007-01-24- Fixed EDKT513 by adding existing section files into the dependency check of...jwang363-14/+27
2007-01-24Changed the way of determining how to call customized build file. Now we chec...jwang361-4/+16
2007-01-24Removed the BASE type as any type in the check of SupModuleList in getLibrary...jwang361-2/+1
2007-01-23Fixed the fake circular denpendency of library instance.jwang361-8/+2
2007-01-23Fixed EDKT493. Added support to "SupModuleList" for checking if a library ins...jwang364-135/+146
2007-01-23Corrected a small bugs:qwang121-1/+1
2007-01-23Moved the function prototype of SetVirtualAddress and ExitBootService to Auto...jwang361-431/+492
2007-01-191) Added prototype of constructor and destructor in the library's AutoGen.h. ...jwang361-2/+151
2007-01-171) According to the spec, add EFIAPI to the module entry point function decla...jwang361-346/+346
2007-01-15Remove DEBUG output statement for PEI&DXE core to fix boot failure issuejwang361-9/+0
2007-01-15Fixed EDKT498(enchance makedep tool to support asm file), EDKT500(dep file ne...jwang361-520/+483
2007-01-12Disp dependencies in error in case of circular dependencytgingold1-2/+13
2007-01-12Fixed one dead loop issue in the autogenlib.zliu31-15/+24
2007-01-12Removed the workaround codejwang361-6/+2
2007-01-11Added a workaround to fix the library instance constructor sequence issue.jwang361-1/+11
2007-01-08Corrected some comments for the changed code.jwang362-14/+34
2007-01-08Used the DAG algorithm given by Mike to re-implemented library constructor so...jwang362-183/+133
2007-01-08When generating string size for unicode string, do not generate too many brac...klu21-1/+1
2006-12-25If "SupArchList" is defined for a PCD in MSA, should check current arch is in...klu22-14/+40
2006-12-25Fixed a bug which will cause single module build failjwang361-0/+1
2006-12-22Rewrote the error message output when module cannnot be found in any packages.jwang362-9/+30
2006-12-22Fixed the issue in multi-msa build in single mode; cleaned the code of re-ord...jwang362-118/+59
2006-12-22Fixed the issue in the library instance constructor calling sequencejwang361-2/+59
2006-12-13Added support for macro/property in tools_def.txt. Now you can define a prope...jwang364-16/+24
2006-12-13Fixed EDKT484 and rewrite the output message when no arch is found.jwang361-5/+5
2006-12-11Used the msa file name instead of module name as intermediate directory namejwang361-2/+5
2006-12-08Fixed EDKT482. Added support for multiple msa files in the same directory.jwang362-16/+23
2006-11-15Update PEI Apriori Module GUID based on PIWG spec. wuyizhong1-1/+1
2006-11-14Fixed EDKT469qouyang2-533/+547
2006-11-14Supporting Apriori File from build tool. wuyizhong4-6/+195
2006-11-14Fixed EDKT469.qouyang2-33/+91
2006-11-08Fix a bug that can't add library MSA specific build option in multi-thread bu...wuyizhong1-0/+5
2006-11-08Fix a bug that can't add library MSA specific build option.wuyizhong1-0/+8
2006-11-06Changed the tool chain error message to be more specific.jwang361-4/+11
2006-11-06Fixed the build error.jwang362-17/+28
2006-11-06Added code to check that the definitions in target.txt are valid against tool...jwang362-2/+20
2006-10-30To fix bug EDKT432. Add judge to avoid include flags twice. wuyizhong1-7/+15
2006-10-25Update several MSA/Filenames which do not inconsistent with current source fi...wuyizhong1-14/+19
2006-10-23Added code to fetch more detailed error message from XMLBeans when there's er...jwang362-39/+52
2006-10-20Remove unnecessary exception caching.klu21-10/+2
2006-10-20Replace "system.out.print" with "EdkLog.Log".qouyang2-14/+8
2006-10-18Support MSA build options. Now the build options from four places: 1. tools_d...wuyizhong7-77/+94
2006-10-18Add Build Macro to build SEC modules. wuyizhong4-7/+11
2006-10-16Support two more attribute LIBPATH and INCLUDEPATH in tools_def file. wuyizhong1-0/+22
2006-10-16Sync TOOLS_DEF's attribute definitions. Since there are two copy attribute de...wuyizhong3-59/+7
2006-10-16Fixed EDKT372qouyang1-33/+14
2006-10-13a) Cleaned tools_def.templatejwang362-189/+106