summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 build directorylgao40-0/+0
2006-09-20Delete Build directorylgao42-2/+2
2006-09-20added ACPI_TIMER_FREQUENCY definitionvanjeff1-13/+18
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-19Add PCD Feature Flags for the Device Path Modulemdkinney1-0/+16
2006-09-19Update Device Path Module to use PCD Feature Flags to determine of the Device...mdkinney5-67/+84
2006-09-19Add use of PCD feature flags to the Device Path Modulesmdkinney1-0/+48
2006-09-19Declare PCD Feature flags for protocols produced by the Device Path Module an...mdkinney1-0/+45
2006-09-19Add PCD Feature Flags to control which decompression method(s) are included i...mdkinney2-15/+40
2006-09-19Remove IDT mdkinney1-1056/+0
2006-09-19Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki...mdkinney95-94/+3115
2006-09-19Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P...mdkinney2-2/+2
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 tasksjwang367-2/+316
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-18changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao427-381/+381
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