summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)Author
2009-03-21Temporarily rollback the previous check in for more investigations of PCD dat...qhuang8
2009-03-19use -pie(Position Independent for executable file) instead of "-dll". A EFI i...klu2
2009-03-19a. Fixed build break caused by EdkLogger.warning jwang36
2009-03-17GenFds add support for PCD specified file GUID.jlin16
2009-03-16GenFds add option ROM and Defines section support.jlin16
2009-03-16Use options for size reductionklu2
2009-03-13Added a workaround to bypass the error caused by SaveFileToDisk in Common.PyU...jwang36
2009-03-13EFI driver should base 0x0klu2
2009-03-13Correct EfiRom tool to don't check vendor id and device id when the input ima...lgao4
2009-03-12Try to remove duplicated include path in command line optionjwang36
2009-03-09GenFds: hide unnecessary warning information.jlin16
2009-03-09Correct TianoCompress name for Linux/GCC.lgao4
2009-03-05Added support of PCD HII Variable name in C style of unicode string.jwang36
2009-03-04Update GenFw tool help text to clarify GenFw tool usage.lgao4
2009-03-04Update GenFv tool to get FvNameGuid lgao4
2009-03-04GenFds add FV name GUID support.jlin16
2009-03-02Fixed file path issue if the WORKSPACE is the root of a drive (generated from...jwang36
2009-03-01a. Allow different types PCD declaration in dec filejwang36
2009-02-28Changed deprecated DPATH to DLL for CYGWINGCC tool chain.jwang36
2009-02-28Frozen from source r1503: added quote marks for the reference of $(MAKE) to a...jwang36
2009-02-26Added the definition of $(MAKE) macro back into top level makefile for the sa...jwang36
2009-02-25Update GenFv tool to support creating PI extension FV header.lgao4
2009-02-241. Fixed the issue which string ID, $LANGUAGE_NAME and $PRINTABLE_LANGUAGE_NA...jwang36
2009-02-19Fixed single module build failure issuejwang36
2009-02-18Fixed an issue caused by passing string of fdf file pathjwang36
2009-02-18Fixed the failure caused by specifying fdf file via "-f" switchjwang36
2009-02-171) Fixed silent mode issue in Linux.jwang36
2009-02-17Updated per the latest changesjwang36
2009-02-161. Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the toolchain familyjwang36
2009-01-23Fixed a PcdEx AutoGen bugjwang36
2009-01-21Enhance GenFw tool to zero PeImage .xdata section (free form exception data) ...lgao4
2009-01-13Using share mode to create file.jwang36
2009-01-13Test version for performance concern.jwang36
2009-01-12Fixed the out-of-sync issue of AutoGen-ed files in Windows platform.jwang36
2009-01-12Change the name of extensionjwang36
2009-01-12A test version making use Windows API to create AutoGen filesjwang36
2009-01-12Roll back to normal versionjwang36
2009-01-11A trial version making use of pywin32 api to create filejwang36
2009-01-10test versionjwang36
2009-01-09Try to solve the non-existence issue of AutoGen-ed files.jwang36
2009-01-09Final test version (GC plus bufsize=1) trying to solve the non-existence issu...jwang36
2009-01-09Another test version (using low-level api provided by os module) trying to so...jwang36
2009-01-09Another test version (using garbage collection to do cleanup) trying to solve...jwang36
2009-01-09Another test version (using bufsize=1) trying to solve the non-existence issu...jwang36
2009-01-09Another test version (using glob to check file existence) trying to solve the...jwang36
2009-01-09Another test version (sleep in main loop) trying to solve the non-existence i...jwang36
2009-01-09Another test version (using windows's specific 'c' open mode) trying to solve...jwang36
2009-01-09Another test version trying to solve the non-existence issue of AutoGen-ed fi...jwang36
2009-01-09Another test version trying to solve the non-existence issue of AutoGen-ed fi...jwang36
2009-01-08Fixed the over-write message to print only with RECONFIG flaglhauch