summaryrefslogtreecommitdiffstats
path: root/Tools/Conf
Commit message (Collapse)AuthorAgeFilesLines
* Add the naming map from Edk I to EdkIIqhuang82007-07-091-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3156 6f19259b-4bc3-4df7-8a09-765794883524
* Update database to reflect two naming changes from EdkI to EdkIIqhuang82007-07-091-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3141 6f19259b-4bc3-4df7-8a09-765794883524
* Update Migration database since EfiLibInstallDriverBinding & ↵qhuang82007-07-043-513/+21
| | | | | | EfiLibInstallAllDriverProtocols have been added back to UefiLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3038 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the missing align-double issue.klu22007-06-211-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2694 6f19259b-4bc3-4df7-8a09-765794883524
* Adding OldMdePkg directory - prior to the move of the content of MdePkg, ↵lhauch2007-06-011-2/+2
| | | | | | also updating the FrameworkDatabase.template to use OldMdePkg directory. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2615 6f19259b-4bc3-4df7-8a09-765794883524
* Enabling /O1 for the entire IPF tree buildsvprabhal2007-05-221-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2599 6f19259b-4bc3-4df7-8a09-765794883524
* enabling /Wx and /O1 options, added related flags to this filevprabhal2007-05-081-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2586 6f19259b-4bc3-4df7-8a09-765794883524
* Add link Map option for GCC tool to generate map file.lgao42007-04-131-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2566 6f19259b-4bc3-4df7-8a09-765794883524
* Add link Map option for GCC tool to generate map file.lgao42007-04-131-1/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2565 6f19259b-4bc3-4df7-8a09-765794883524
* Add link Map option for GCC tool to generate map file.lgao42007-04-131-4/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2563 6f19259b-4bc3-4df7-8a09-765794883524
* Fix CygWinGCC build failed. When GCC build, map file is not generated. We ↵lgao42007-04-121-1/+6
| | | | | | don't need copy map file when gcc build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2561 6f19259b-4bc3-4df7-8a09-765794883524
* 1. Updated LOG file format generated by PeiRebase.bxing2007-04-111-103/+104
| | | | | | | | 2. Updated PeiRebase to rebase an FV in a single pass. 3. Fixed bugs in GenFvMap to make it compilable by WinDDK and able to generate FV map file for production tip. 4. Update genefi task to copy map files to ${BIN_DIR} as well. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2559 6f19259b-4bc3-4df7-8a09-765794883524
* Merge the patch provided by Johnsonklu22007-04-111-1/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2555 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed the incremental build issue for .dxs file by adding .dep generation ↵jwang362007-04-051-1/+9
| | | | | | for Build_DPX macro. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2541 6f19259b-4bc3-4df7-8a09-765794883524
* Open all warning checking for EdkUnixPkg, and current EdkUnixPkg has no ↵klu22007-04-051-1/+1
| | | | | | warning now. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2540 6f19259b-4bc3-4df7-8a09-765794883524
* For building UnixPkg in CYGWIN, it should use gcc binded by CYGWIN but not ↵klu22007-03-261-1/+1
| | | | | | the 4.2 gcc which support PE. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2504 6f19259b-4bc3-4df7-8a09-765794883524
* Add tool chain's configuration for building and running UnixPkg in CYGWIN ↵klu22007-03-231-1/+25
| | | | | | environment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2503 6f19259b-4bc3-4df7-8a09-765794883524
* the ipf compiler needs a switch to not use FP registers higher than 0-31 for ↵vprabhal2007-03-141-12/+12
| | | | | | both Intel and MSFT compilers. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2466 6f19259b-4bc3-4df7-8a09-765794883524
* Commented out the pre-compile option of IPF ARCH for ICC tool chain. There's ↵jwang362007-03-101-3/+3
| | | | | | an issue in it which will cause incremental build failure. And it seems that there's not much improvement on build performance of Intel compiler. Comment out the pre-compile functionality for further investigation. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2436 6f19259b-4bc3-4df7-8a09-765794883524
* - Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in ↵jwang362007-03-081-171/+114
| | | | | | | | | BuildMacro.xml to GenEfi, moving out GenDll and GenEfi macro calling inside macro EFI_SECTION_TE and EFI_SECTION_PE32, and generating the calling of GenEfi macro according to the module type (binary or library). - Cleaned the coding style of AutoGen.java git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2429 6f19259b-4bc3-4df7-8a09-765794883524
* Enable the building option "/Os" for IPF tip Intel Compiler building.zliu32007-02-141-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2396 6f19259b-4bc3-4df7-8a09-765794883524
* Add /W4 /WX for ICC tool chain of IPF in tools_def.template.xli242007-02-141-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2394 6f19259b-4bc3-4df7-8a09-765794883524
* Removed the extra source file from preprocessor's command line options for ↵jwang362007-02-091-10/+3
| | | | | | building vfr files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2359 6f19259b-4bc3-4df7-8a09-765794883524
* Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make ↵qwang122007-01-251-0/+34
| | | | | | sense to specify package include header file for a custom build type module. Package creator has no a priori knowledge about what header file will be needed by the USER_DEFINED module customers created in dependent package. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2316 6f19259b-4bc3-4df7-8a09-765794883524
* Enhanced the <Build_Library> macro to check OBJECTS property in case it's emptyjwang362007-01-251-0/+7
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2311 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed EDKT487. Added a <import> task to import UserExtension.xml if it ↵jwang362007-01-241-0/+3
| | | | | | exists for users to incorporate their own tasks or macro in the build process. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2296 6f19259b-4bc3-4df7-8a09-765794883524
* Added tasks to create DEBUG and OUTPUT directory in case they haven't been ↵jwang362007-01-221-0/+3
| | | | | | created git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2277 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed an issue which the .dep file for the AutoGen.h won't be generated if ↵jwang362007-01-191-0/+6
| | | | | | PCH is not defined. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2272 6f19259b-4bc3-4df7-8a09-765794883524
* Align the sections on 32 byte boundaries for gcc. EDKT459bbahnsen2007-01-161-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2256 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed EDKT498(enchance makedep tool to support asm file), EDKT500(dep file ↵jwang362007-01-151-56/+58
| | | | | | needs to be created for uni file) and tracker ID 454(report real driver entrypoint address through debug output) in PVCS. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2246 6f19259b-4bc3-4df7-8a09-765794883524
* fix some minor warning for unix packageklu22007-01-121-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2230 6f19259b-4bc3-4df7-8a09-765794883524
* Add dependency for RealAsm file build rules and Use the module name in place ↵lgao42007-01-101-8/+18
| | | | | | of macro STRING_ARRAY_NAME git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2205 6f19259b-4bc3-4df7-8a09-765794883524
* 1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel ↵zliu32007-01-081-0/+86
| | | | | | | | compiler supporting 2) Added the Intel IPF Compiler setting in the tools_def.template git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2195 6f19259b-4bc3-4df7-8a09-765794883524
* EdkUnix spd and fpd addedtgingold2007-01-061-0/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2183 6f19259b-4bc3-4df7-8a09-765794883524
* Add ASM_PFX macro on ASM_FLAGS using GCC toolstgingold2007-01-061-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2178 6f19259b-4bc3-4df7-8a09-765794883524
* Add an elf tool chain.bbahnsen2006-12-191-0/+26
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2119 6f19259b-4bc3-4df7-8a09-765794883524
* Update APP flag for VS2003, VS2005PRO and WINDDK toolchain.lgao42006-12-191-2/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2117 6f19259b-4bc3-4df7-8a09-765794883524
* Changed /SUBSYSTEM:CONSOLE back to /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER ↵jwang362006-12-081-4/+4
| | | | | | because EBC cannot support CONSOLE. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2073 6f19259b-4bc3-4df7-8a09-765794883524
* Changed the /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER back to /SUBSYSTEM:CONSOLE ↵jwang362006-12-081-18/+18
| | | | | | for IA32, X64 and EBC architecture because nt32 cannot be debugged with source. In addition, fwimage will fix the subsystem field later. So, for better compatible with more tool chain, it's ok to just use CONSOLE. The link option for IPF doesn't get changed in case of the runtime issue in shell. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2072 6f19259b-4bc3-4df7-8a09-765794883524
* Add an example of a mingw32 tool chain.bbahnsen2006-11-281-6/+34
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2030 6f19259b-4bc3-4df7-8a09-765794883524
* Enable global optimizations for IPF buildsmdkinney2006-11-271-12/+12
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2017 6f19259b-4bc3-4df7-8a09-765794883524
* Add "-d debug" to the IPF ASM FLAGS to enable source level debugging of IPF ↵mdkinney2006-11-261-2/+4
| | | | | | .S files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2012 6f19259b-4bc3-4df7-8a09-765794883524
* Change IPF flags to use /Os instead of /O1imdkinney2006-11-231-8/+8
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2003 6f19259b-4bc3-4df7-8a09-765794883524
* Add flags for DEBUG IPF buildsmdkinney2006-11-231-24/+30
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2002 6f19259b-4bc3-4df7-8a09-765794883524
* Fix IPF build breakmdkinney2006-11-211-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1989 6f19259b-4bc3-4df7-8a09-765794883524
* Change name from "VFR_FLAGES" to "VFRPP_FLAGES".qouyang2006-11-212-24/+48
| | | | | | Fixed the bug of "VFR compile is broken for gcc builds". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1988 6f19259b-4bc3-4df7-8a09-765794883524
* Enhance peirebase tool to get base address from the corresponding fv.inf ↵lgao42006-11-201-1/+0
| | | | | | file, which don't need one base address parameter for this tool any longer. We can reduce base address duplicated definition in fv.inf and fpd file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1986 6f19259b-4bc3-4df7-8a09-765794883524
* To fix bug edkt466. Change all default subsystem from CONSOLE to ↵wuyizhong2006-11-201-16/+16
| | | | | | EFI_BOOT_SERVICE_DRIVER. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1980 6f19259b-4bc3-4df7-8a09-765794883524
* Fix VFR related build break when compiling with IPF compilersmdkinney2006-11-181-2/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1975 6f19259b-4bc3-4df7-8a09-765794883524
* Resync the VFR flagsbbahnsen2006-11-171-24/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1973 6f19259b-4bc3-4df7-8a09-765794883524