summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Expand)AuthorFilesLines
2006-09-25Support "Defining Module Sequence in FV.inf". Since modules sequences in Fv.i...wuyizhong4-11/+158
2006-09-251. Fix EDKT314 Display module source/binary in a radio boxhche10x5-46/+181
2006-09-22added public getToolsDefArchNames which will return a space separated string ...lhauch1-0/+4
2006-09-22Fixed a couple of typos in the ToolTipText fields.lhauch2-3/+3
2006-09-22Set start points and widths for the label and value fields so that they displ...lhauch1-67/+83
2006-09-221. Fix EDKT328 Splash Screen Text is recommended to be modified.hche10x1-1/+1
2006-09-221. Fix EDKT323 (Only dependent packages' ppis can be added to module's ppi se...hche10x12-40/+217
2006-09-22Modify GenFfsFileTask.qouyang3-16/+34
2006-09-22realfred2-4/+4
2006-09-22convert \t to alfred3-54/+54
2006-09-22first step for MsaOwner in ModuleInfoalfred3-7/+25
2006-09-22Fix row out of order problem for Module order In FV editor.jlin161-8/+8
2006-09-22Add hint if migration tool cannot handle an obsolete R8 library interface.qhuang81-1/+4
2006-09-221. Fix EDKT319 "Can't save when changing value of "PCD Is Driver" on MsaHeade...hche10x4-49/+18
2006-09-21Removed DEFAULT Usage type - it is not valid, and should have been removed a ...lhauch1-6/+0
2006-09-21Module Order in FV editor enhanced.jlin162-76/+355
2006-09-21Fix EDKT272.qouyang2-119/+143
2006-09-21new temp schemaalfred4-17/+26
2006-09-21Changed the way of generating the pre-compiled header to solve incremental bu...jwang361-7/+45
2006-09-21+ n/aalfred4-16/+7
2006-09-211) Add FileTimeStamp class to centralize the cache mechanism for file time st...jwang364-40/+223
2006-09-21Distinguish PEIM entrypoint and driver entrypointqhuang82-10/+10
2006-09-21Fixed FwImage/fwimage.c to guarantee that the raw size of a section is a mult...mdkinney3-23/+50
2006-09-21Add EntryPointLib class once ImageEntryPoint is found in inf file.qhuang82-3/+3
2006-09-211. Fix EDKT273 "Externs are not being grouped together in MSA Files"hche10x11-318/+1202
2006-09-20Delete the midterm temporary file which created by GenFFSFile task. qouyang1-2/+11
2006-09-20Remove dependence check of FD upon FlashMap.fdfbxing1-76/+78
2006-09-20add multi-source pcd check before adding/deleting lib instance for ModuleSA i...jlin164-56/+118
2006-09-191) Simplify implementation by reading the entire input file into memory, modi...mdkinney1-34/+183
2006-09-19Fix buffer overflow when the raw size of a section and the virtual size of a ...mdkinney1-4/+4
2006-09-19Compute the end address of a section read from a file using the SizeOfRawData...mdkinney1-1/+1
2006-09-19Use a 64-bit Optional Header when a 64-bit image is detectedmdkinney1-1/+2
2006-09-19Enable source level debug of all toolsmdkinney27-13/+43
2006-09-19Enable source level debug of all toolsmdkinney1-0/+1
2006-09-19Enable source level debug of all toolsmdkinney1-0/+1
2006-09-19Fixed an issue which will cause dependency check failurejwang361-0/+6
2006-09-19add EdkModule Guidalfred3-5/+6
2006-09-191) Added dependency check for flashmap, genfvimage, peirebase tasksjwang366-1/+315
2006-09-191. Fix EDKT277 "ModuleType missing when creating a new Module"hche10x2-0/+4
2006-09-18Adding merge command line program that merges multiple MSA modules into a sin...lhauch1-0/+73
2006-09-18Adding merge command line program that merges multiple MSA modules into a sin...lhauch5-0/+2327
2006-09-18Added check to skip generating target.txt and tools_def.txt if they already e...jwang361-2/+18
2006-09-18Fixed EDK258.qouyang1-13/+8
2006-09-15Added synchronized to getCommandSetting to solve multi-thread build issuejwang361-1/+1
2006-09-15remove comments before ModuleSA and library instance , if any, in xml file wh...jlin162-11/+52
2006-09-15Add EntryPoint info of module into Fv.map file, which is used to debug when n...lgao41-10/+24
2006-09-15Added "synchronized" to getToolChainInfo() to solve synchronization issue.jwang361-1/+1
2006-09-14fixed a typojwang361-1/+0
2006-09-141) Applied ToolArg and FileArg class to represent tool argumentsjwang3623-1735/+1611
2006-09-14add .. supportalfred6-52/+135