summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-18changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao482-1003/+1003
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-18added EFIAPI for those constructor functionsvanjeff6-108/+114
2006-09-18add EFIAPI for those constructor funcitons declarationvanjeff8-62/+72
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-15typecast some return valuesvanjeff1-2/+2
2006-09-14Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing1-24/+40
2006-09-14Remove platform-specific Firmware Volume Block Driver implementation from Edk...qwang127-2313/+5
2006-09-14Remove Static declaration for the related driver binding functions. lgao42-13/+0
2006-09-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1538 6f1...jchen201-6/+5
2006-09-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1537 6f1...jchen201-1/+2
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
2006-09-14Add Binary or Source type check before providing PCD item choices when editin...jlin162-9/+21
2006-09-14For stand-alone build, generate Platform_build.xml and call prebuild firstly. wuyizhong2-2/+39
2006-09-13For one library class, list all library instances from all packages in worksp...jlin162-38/+39
2006-09-131.Support to drop Pei Services Table Pointer at best.qhuang83-53/+93
2006-09-13(Customized Compression)If setting the EncapsulationType="Compress", Tool wil...qouyang7-189/+206
2006-09-13Update log. wuyizhong2-8/+9
2006-09-13Add warning message for single module build if multi-thread enabled. wuyizhong1-1/+4
2006-09-13Auto close multi-thread flag when stand-alone module build. Also change some ...wuyizhong5-12/+11
2006-09-13Enhance recognizing Macro/Type defined in Library. qhuang84-48/+67
2006-09-13Move the generic ConPlatform module from EdkNt32Pkg to EdkModulePkg.lgao47-1268/+1
2006-09-13Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkP...lgao410-12/+1617
2006-09-13Add more comments. wuyizhong1-3/+4
2006-09-13To locate module precisely in stand-alone module build. Except Module Guid, a...wuyizhong5-10/+30
2006-09-13Modify for enabling native VISTA jchen203-0/+126
2006-09-131) Changed ToolArg class to abstract generic arguments of a tooljwang3616-872/+1092
2006-09-13update GetPerformanceCounterProperties() declarevanjeff4-8/+8
2006-09-12Fix the problem of not displaying library instances for multiple archs in sup...jlin163-52/+38
2006-09-12Update LOG process. wuyizhong5-33/+102
2006-09-12Merged the <libset> in <GenDll> to avoid warning message.jwang361-3/+1
2006-09-11Updated the default to parallel build. Even on a single core build is faster ...ajfish1-2/+2
2006-09-11Add migration rule for Build Guid Hob.qhuang83-1/+45
2006-09-11Handle module entry point special case for self-relocated modules. (Replace r...qhuang81-2/+3
2006-09-11Remove the special case handling of EfiInitializeDriverLib & DxeIntializeDriv...qhuang83-32/+19
2006-09-11Fix EDKT263. Change save dialog to open dialog. Update all Frame's titles. wuyizhong11-18/+63
2006-09-11git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1509 6f1...wuyizhong1-0/+3
2006-09-11Add two attributes to target.template. MULTIPLE_THREAD is to enable/disable m...wuyizhong1-0/+11
2006-09-11Remove TianoToolsException.java. Add code to stop all threads once one corrup...wuyizhong4-136/+116
2006-09-10Support calling customized compression tool in FrameworkTask.qouyang5-34/+293
2006-09-10Modify FV attribute editor and generate FvImage Attributes in FPD file.jlin162-96/+230
2006-09-09Fixed a bug in WriteBackInvalidDataCache() that always flush cache lines even...bxing1-9/+17
2006-09-08clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpdlgao44-7315/+7696
2006-09-08Adding new Logger instead of Ant's. wuyizhong13-117/+307