summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Add null pointer check to drop-down list of platform Pcd editor.jlin162006-12-261-3/+3
* If "SupArchList" is defined for a PCD in MSA, should check current arch is in...klu22006-12-252-14/+40
* Fixed a bug which will cause single module build failjwang362006-12-251-0/+1
* Add the doxygen config file.bbahnsen2006-12-231-0/+259
* Rewrote the error message output when module cannnot be found in any packages.jwang362006-12-222-9/+30
* Fixed the issue in multi-msa build in single mode; cleaned the code of re-ord...jwang362006-12-222-118/+59
* Fixed the issue in the library instance constructor calling sequencejwang362006-12-221-2/+59
* Added some new field to the far template.bbahnsen2006-12-226-44/+140
* Add new-line characters in error message to make them shorter in multi-lines. jlin162006-12-212-5/+5
* Added a template mechanism to act as the user interface in far creation.bbahnsen2006-12-212-15/+58
* Add support for PCD token larger than 0x80000000 when declaring a PCD in pack...jlin162006-12-202-17/+62
* Add an elf tool chain.bbahnsen2006-12-191-0/+26
* Add md5sums to the manifest.bbahnsen2006-12-191-21/+104
* Update APP flag for VS2003, VS2005PRO and WINDDK toolchain.lgao42006-12-191-2/+6
* Populate the zip file while building the manifest.bbahnsen2006-12-161-7/+6
* Add better command line parameter handling.bbahnsen2006-12-161-8/+24
* Corrections to the far manifest.bbahnsen2006-12-161-27/+36
* Start to build the manifest.bbahnsen2006-12-161-4/+30
* Add a far makerbbahnsen2006-12-163-0/+111
* Added support for macro/property in tools_def.txt. Now you can define a prope...jwang362006-12-134-16/+24
* Fixed EDKT484 and rewrite the output message when no arch is found.jwang362006-12-131-5/+5
* Used the msa file name instead of module name as intermediate directory namejwang362006-12-111-2/+5
* 1. Fix EDKT483 FrameworkWizard Should support multiple msa files in a same di...hche10x2006-12-112-8/+16
* Fixed EDKT482. Added support for multiple msa files in the same directory.jwang362006-12-082-16/+23
* Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu22006-12-081-35/+18
* Changed /SUBSYSTEM:CONSOLE back to /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER because...jwang362006-12-081-4/+4
* Changed the /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER back to /SUBSYSTEM:CONSOLE for...jwang362006-12-081-18/+18
* (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao42006-12-075-29/+218
* Fix the issues caused by EfiCompress.h was changed to Compress.h.klu22006-12-072-2/+2
* Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli242006-12-071-1/+63
* The main issue want to be resolve is that some tools need EfiCompress and oth...klu22006-12-078-889/+2521
* Deletebbahnsen2006-12-051-201/+0
* Removebbahnsen2006-12-051-201/+0
* Change Namebbahnsen2006-12-051-0/+201
* Change namebbahnsen2006-12-051-0/+201
* Factor out the XML API so other scripts can use it.bbahnsen2006-12-052-37/+51
* Do not check __STDC_VERSION__ for gcc.bbahnsen2006-12-041-1/+1
* 1. Fix EDKT476 Wizard gives wrong warning messsage that confuses userhche10x2006-11-302-3/+11
* Fix a bug when zeroing exception data in FwImage toolrsun32006-11-301-0/+2
* _filelength is a function of fd, not FILE *bbahnsen2006-11-292-3/+3
* Add an example of a mingw32 tool chain.bbahnsen2006-11-281-6/+34
* set pcd data type to boolean when declaring a FEATURE_FLAG usage typed pcd in...jlin162006-11-281-1/+19
* Enable global optimizations for IPF buildsmdkinney2006-11-271-12/+12
* Add support for.sdata sectionsmdkinney2006-11-261-1/+1
* Add "-d debug" to the IPF ASM FLAGS to enable source level debugging of IPF ....mdkinney2006-11-261-2/+4
* Fix Sku Info update UI refresh to update the dynamic pcd value for selected s...jlin162006-11-246-58/+82
* A minor mistake. Remove debug info. wuyizhong2006-11-231-1/+0
* Change supporting section alignment from 4k to 64k. Add check whether section...wuyizhong2006-11-231-6/+30
* Change IPF flags to use /Os instead of /O1imdkinney2006-11-231-8/+8
* Add flags for DEBUG IPF buildsmdkinney2006-11-231-24/+30