]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both...
[mirror_edk2.git] / BaseTools /
2009-03-21 qhuang8Temporarily rollback the previous check in for more...
2009-03-19 klu2use -pie(Position Independent for executable file)...
2009-03-19 jwang36a. Fixed build break caused by EdkLogger.warning
2009-03-17 jlin16GenFds add support for PCD specified file GUID.
2009-03-16 jlin16GenFds add option ROM and Defines section support.
2009-03-16 klu2Use options for size reduction
2009-03-13 jwang36Added a workaround to bypass the error caused by SaveFi...
2009-03-13 klu2EFI driver should base 0x0
2009-03-13 lgao4Correct EfiRom tool to don't check vendor id and device...
2009-03-12 jwang36Try to remove duplicated include path in command line...
2009-03-09 jlin16GenFds: hide unnecessary warning information.
2009-03-09 lgao4Correct TianoCompress name for Linux/GCC.
2009-03-05 jwang36Added support of PCD HII Variable name in C style of...
2009-03-04 lgao4Update GenFw tool help text to clarify GenFw tool usage.
2009-03-04 lgao4Update GenFv tool to get FvNameGuid
2009-03-04 jlin16GenFds add FV name GUID support.
2009-03-02 jwang36Fixed file path issue if the WORKSPACE is the root...
2009-03-01 jwang36a. Allow different types PCD declaration in dec file
2009-02-28 jwang36Changed deprecated DPATH to DLL for CYGWINGCC tool...
2009-02-28 jwang36Frozen from source r1503: added quote marks for the...
2009-02-26 jwang36Added the definition of $(MAKE) macro back into top...
2009-02-25 lgao4Update GenFv tool to support creating PI extension...
2009-02-24 jwang361. Fixed the issue which string ID, $LANGUAGE_NAME...
2009-02-19 jwang36Fixed single module build failure issue
2009-02-18 jwang36Fixed an issue caused by passing string of fdf file...
2009-02-18 jwang36Fixed the failure caused by specifying fdf file via...
2009-02-17 jwang361) Fixed silent mode issue in Linux.
2009-02-17 jwang36Updated per the latest changes
2009-02-16 jwang361. Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the...
2009-01-23 jwang36Fixed a PcdEx AutoGen bug
2009-01-21 lgao4Enhance GenFw tool to zero PeImage .xdata section ...
2009-01-13 jwang36Using share mode to create file.
2009-01-13 jwang36Test version for performance concern.
2009-01-12 jwang36Fixed the out-of-sync issue of AutoGen-ed files in...
2009-01-12 jwang36Change the name of extension
2009-01-12 jwang36A test version making use Windows API to create AutoGen...
2009-01-12 jwang36Roll back to normal version
2009-01-11 jwang36A trial version making use of pywin32 api to create...
2009-01-10 jwang36test version
2009-01-09 jwang36Try to solve the non-existence issue of AutoGen-ed...
2009-01-09 jwang36Final test version (GC plus bufsize=1) trying to solve...
2009-01-09 jwang36Another test version (using low-level api provided...
2009-01-09 jwang36Another test version (using garbage collection to do...
2009-01-09 jwang36Another test version (using bufsize=1) trying to solve...
2009-01-09 jwang36Another test version (using glob to check file existenc...
2009-01-09 jwang36Another test version (sleep in main loop) trying to...
2009-01-09 jwang36Another test version (using windows's specific 'c'...
2009-01-09 jwang36Another test version trying to solve the non-existence...
2009-01-09 jwang36Another test version trying to solve the non-existence...
2009-01-08 lhauchFixed the over-write message to print only with RECONFI...
2009-01-08 lgao4Add general Tiano Compress tool path.
2009-01-08 jwang36Another test version trying to solve the non-existence...
2009-01-07 jwang36A test version trying to solve the non-existence issue...
2009-01-07 klu2Remove ASM16 tool definition, it is same as ASM tool...
2009-01-06 klu2Add ASM16 rule for ICC tool chain.
2008-12-31 lhauchadded messages for forcing reconfig, over-write of...
2008-12-31 jwang36Updated the changes in r7158
2008-12-31 jwang36Updated the macro description according to the latest...
2008-12-31 jwang361) Re-fine and fully test the mechanism of getting...
2008-12-26 klu2Correct binary tools for generating DUET image.
2008-12-25 lgao4Roll back to add rule for uni file, change Uni output...
2008-12-25 lgao4Remove unused PCH compiler option and unused build...
2008-12-18 jwang36Fixed an issue which would cause build failure if there...
2008-12-16 jwang36Always add files in [Sources] section to search list...
2008-12-15 lgao4Update GenSec tool to always create output file without...
2008-12-15 jlin16GenFds will try to deduce 'Target_Toolchain_Arch' KeySt...
2008-12-13 jwang36Add incremental support for FD and Capsule generation.
2008-12-12 jlin16GenFds enable display FV space information when increme...
2008-12-12 jwang36Update
2008-12-12 jwang361) Search value of Guid/Protocol/PPI in inf file only...
2008-12-09 jwang36git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2008-12-09 jwang361) Separate the AutoGen code for PCDs between module...
2008-12-08 jwang36Updated with latest changes.
2008-12-05 eric_tianrevert to older version as /Zm option for "ml" can...
2008-12-05 eric_tianadd /Zm option for VS2005 assembly to make sure it...
2008-12-04 jwang36Added a feature to print out storage layout in lst...
2008-12-04 jwang36Re-generated with the latest source code.
2008-12-04 jwang36a. Added a feature to allow override tools option via...
2008-11-29 jwang36Fixed regression bug HSD201375
2008-11-28 jwang36Added /D$(MODULE_ENTRY_POINT)=$(ARCH_ENTRY_POINT) in...
2008-11-28 jwang36a. Fixed R8 module build issue for EBC arch
2008-11-27 lgao4Check In Build.exe and tools_def.template
2008-11-26 klu2Pcd Tools need .Map file when building a EFI binary...
2008-11-25 jwang36Fixed an incorrect PCD type string conversion
2008-11-24 klu2Use "GLOBAL_REMOVE_IF_UNREFERENCED volatile" for variab...
2008-11-24 lgao4Update VfrCompile tool to fix bug that parse the compli...
2008-11-21 jljustenUse VFRPP tool for VFR pre-processing.
2008-11-21 qwang121) StrGather (Build.exe) in compatible mode add a Frame...
2008-11-21 lgao41. Enhance GenFv WriteFvMap function to print basic...
2008-11-21 jwang36Changed the way to compare the content of AutoGen with...
2008-11-20 jwang36Changed file line format of AutoGen files to native...
2008-11-19 jwang36Removed GLOBAL_REMOVE_IF_UNREFERENCED for patchable...
2008-11-18 qwang12[VfrCompiler FeatureRequest] Generate data for ConfigAc...
2008-11-17 lgao4Update ASL build rule, Add PeiLibPciCfgModify into...
2008-11-15 mdkinneyUpdate GenFv to support SEC built using X64 tools
2008-11-13 jwang36Removed the replacement rule of PEI_PCI_CFG_PPI for...
2008-11-13 jwang36Fixed HSD 201877: 'END' in [depex] caused GenDepex...
2008-11-13 jwang36a. Added ImportTool.bat script
2008-11-13 jwang36a. Changed ASL code trim scheme
2008-11-13 jwang36a. Fixed conversion failure for ASL style include.
next