summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-16Modify Module description for binary shell module.lgao41-11/+9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1289 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-16Change pcd name form MaxSizePopulateCapsule to PcdMaxSizePopulateCapsule.davidhuang1-2/+2
Change pcd name form MaxSizeNonPopulateCapsule to PcdMaxSizeNonPopulateCapsule. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1288 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-16Identify SupArch for .msaalfred1-9/+26
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1287 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Added module type column to the FPD module table, and also removed ↵lhauch1-8/+19
AUTO_RESIZE_OFF, so that the columns fill the pane - only the Path column can be re-sized to any great extent, the other columns can be resized just enough to show the data. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1286 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15sort modules by name alphabetically when start; make column width resizable ↵jlin162-11/+8
and remove unused code in FpdModuleSA. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1285 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Adjusted column sizes, made resizable, added Module Type column to All ↵lhauch1-39/+80
Module Table, adjusted the Version columns to be module version, then pkg version. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1284 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15move the package definitions to header editor.jlin162-20/+87
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1283 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Refine the code for PCD tools.klu26-92/+171
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1282 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Fix the bug that using hardcode driver name to judge whether current driver ↵klu26-1888/+1956
is PCD driver. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1281 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15java variable should have its first char in low case.jlin161-102/+110
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1280 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15add serial number to MsaTreeEditor.javaalfred1-0/+5
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1279 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Turn to Regex in ModuleReader.javaalfred8-73/+197
1st edition of MsaTreeEditor.java Some edit on ia32 x64... in .inf-read and MsaWriter.java git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1278 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Fix PCD declaration error in DxeStatusCode.msayshang11-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1277 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Fix track EDKT179.klu21-37/+0
In fact, I remove the judgment for unmached PCD value. because the checking work should be done in wizard tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1276 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Add PcdPciExpressBaseAddress info to MdePkg.spdqhuang81-0/+9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1275 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Add porting Guide to obsolete Edk Library interfaces.qhuang81-21/+172
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1274 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Adjust some code format and clear some unused codes. wuyizhong8-211/+124
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1273 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Don't need to generate FFS.org file in new build process.lgao41-2/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1272 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Modify GenFfsTask to make it don't create ORG file.qouyang6-361/+274
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1271 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff3-43/+43
2. Synchronization modification described in Tracker EDKT182 to all dependent files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1270 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15moved exception and logger classes to org.tianocore.common packageyshi834-997/+1025
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1269 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Adjust Nt32 SecMain user-defined build file to use OBJECTS. wuyizhong1-18/+17
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1268 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15moved exception and logger classes to org.tianocore.common package; and ↵yshi86-0/+211
created definitions classes to put common definitions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1267 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Change Fat binary Guid to EnhancedFatqhuang81-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1266 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Re-Follow...alfred2-8/+8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1265 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Faint!change messages cause error, this is an revertalfred2-8/+8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1264 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Follow changes on grammar in messages by Larryalfred2-8/+8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1263 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-151. Add EBC architecture supportqhuang84-1/+2
2. Update Fat binary image to Enhanced Fat binary. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1262 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-15Add subdirectory supportalfred4-93/+100
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1261 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-151. To let MSA/SPD/FPD Header have their own sections, not are the top level ↵hche10x1-33/+49
of the tree pane 2. Change "Package Headers" of the tree to "Package Includes" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1260 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14change table column positions in tables of FrameworkModules and horizontal ↵jlin162-65/+81
scrollbar will appear when needed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1259 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Fixed grammar in messages.lhauch5-62/+62
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1258 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Fixed grammar in messages.lhauch5-21/+21
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1257 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Fixed grammar in messages.lhauch17-83/+83
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1256 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Fixed grammar in messages.lhauch16-34/+36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1255 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Add judgement if filepath is . or not. wuyizhong1-11/+74
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1254 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1253 ↵alfred2-5/+2
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Using ${OBJECTS} instead of fileset to trace all obj files. Add a new Macro ↵wuyizhong3-11/+28
named Build_Init to provide a way to initial some properties for user. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1252 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1251 ↵alfred1-0/+4
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1250 ↵alfred1-21/+32
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Add more comments in UefiDriverModelLibyshang11-3/+10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1249 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Add License Head to all filesalfred10-0/+120
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1248 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 ↵alfred1-0/+1
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Do Not cleanall librarys with a module build clean or build cleanall. wuyizhong1-75/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1246 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 ↵yshang11-1/+1
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Add function headers in UefiDriverModuleLibyshang11-1/+15
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1244 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14Tried to fix EDKT149. Since the issue happened randomly, only long time test ↵jwang362-8/+4
can make sure it's really fixed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1243 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-11Prefixed global variable with "m"ajfish1-2/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1242 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-11Fixed issue with new MAP file feature a fprintf was using a pointer to the ↵ajfish1-12/+25
.PDB file that was in data that had been freed. Moved the fprint before the free and also print out if the image is PE32 or TE now in the map file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1241 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-11Fixed bugs found when this code was ported into R8. ajfish1-5/+7
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1240 6f19259b-4bc3-4df7-8a09-765794883524