- 49c8e77 Merged bug fix (HSD200972) by Hess by jwang36 · 17 years ago
- c5b5c41 Tried to fix an issue which will cause file access error. by jwang36 · 17 years ago
- edf96db Re-built python tools with Python2.5.2 by jwang36 · 17 years ago
- bc4cb04 Rebuilt per the Hess's bug fixes by jwang36 · 17 years ago
- f7f0d9e Merged Jordan's update by jwang36 · 17 years ago
- 6b36020 Fixed dependency expression issue by jwang36 · 17 years ago
- 3531be0 GenFds.exe adapt to new build database structure. by jlin16 · 17 years ago
- f4b5ed0 Fixed HSD200760: by jwang36 · 17 years ago
- 83be5e8 Fix the following issues: (base tools source r1024) by qhuang8 · 17 years ago
- c476980 Fixed a binary file support issues which will cause exception in tools when building library modules by jwang36 · 17 years ago
- 94cb0cf Update platform build tools by adding input parameter check and guid format check. by lgao4 · 17 years ago
- ad42b17 Fixed option name, ForceRebuild by lhauch · 17 years ago
- 8014e7c Removed newbuild option from edksetup.bat command-line, this is now the default. by lhauch · 17 years ago
- 34d675a Fixed mismatched command line switch by jwang36 · 17 years ago
- 01c665a Fixed VFR flag to: --no-pre-processing by lhauch · 17 years ago
- 87acd19 Standardized the command line options of VfrCompile.exe and changed its uses in build_rule.template. by jwang36 · 17 years ago
- e2336e3 a. Added binary file support during AutoGen by jwang36 · 17 years ago
- f9619f5 Added "-nopp" to VfrCompile.exe tool to bypass the preprocessing on input file by jwang36 · 17 years ago
- f4ccac6 Incorporated the latest UEFI compatible VfrCompile.exe, which supports bypassing the preprocessor. by jwang36 · 17 years ago
- 65803b1 Improved the file creation speed during incremental build. by jwang36 · 17 years ago
- b9a615f Under the buildtools.tianocore.org BaseTools tree, we are renaming by jljusten · 17 years ago
- b7fc5c8 Remove non-existing files reference. by qhuang8 · 17 years ago
- 1fcf530 Fixed an unicode file parser issue which will remove the "\r\n" in the string. by jwang36 · 17 years ago
- 4bd9747 Rollback to last revision. No need to enforce the ARCH for 'CompilerStub' library. by jwang36 · 17 years ago
- 354a7e2 Enforced "CompilerStub" for IA32 and X64 arch only by jwang36 · 17 years ago
- 7113867 using R8 component type when choosing rule for INF in FDF. by jlin16 · 17 years ago
- 8997292 Support R8 modules in GenFds.exe by jlin16 · 17 years ago
- b7737ae a. Merged the recent improvement on R8 modules build by jwang36 · 17 years ago
- c03fbe3 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
- 0657905 Fixed an issue which caused incorrect value of PCD from FDF file. by jwang36 · 17 years ago
- 900faff Add !include statement support in GenFds.exe which makes FDF file could include other file contents at any position in FDF. by jlin16 · 17 years ago
- fa7f89d modified the UNIXGCC information by lhauch · 17 years ago
- e26b8dc Fixed some of the comments by lhauch · 17 years ago
- fbf8224 Modified BINUTILS_URL to point to mirrors.kernel.org, added comments by lhauch · 17 years ago
- ab92812 fixed paths for UNIXGCC tools by lhauch · 17 years ago
- 4cb5bc5 scroll back to old HII component. by jlin16 · 17 years ago
- b7bef2a Add depex section generation feature for GenFds.exe by jlin16 · 17 years ago
- b2696f2 Updated the revision number of build tools by jwang36 · 17 years ago
- 2d60f29 Fixed a bug which caused the PCDs inherited from libraries cannot be overridden under [Components] in DSC file. by jwang36 · 17 years ago
- 63245e9 Added $(ASL_FLAGS) to $(ASL) command line by jwang36 · 17 years ago
- 41ca880 fixed a typo - GS8192 should be Gs8192 by lhauch · 17 years ago
- f260433 Added QIPF_fr32 flags to IPF CC flags, neede by UEFI ABI for Itanium by lhauch · 17 years ago
- 106c688 Fixed out-of-date contents (PVCS tracker 732) by jwang36 · 17 years ago
- d78f8ac Fixed typos (PVCS tracker 749) by jwang36 · 17 years ago
- 1c2c04d Fixed typos (PVCS Tracker 750) by jwang36 · 17 years ago
- b335457 Added component type to module type mapping between "PE32_PEIM" and "PEIM" for R8 modules by jwang36 · 17 years ago
- f71c1d3 Changed the NMAKE path from VS2003 to VS2005 for ICC tool chain by jwang36 · 17 years ago
- 58ce61e a. Enabled building R8 modules by jwang36 · 17 years ago
- 965e8d5 Re-generated per the bug fixes. by jwang36 · 17 years ago
- 1f89f78 Removed commented out lines by jwang36 · 17 years ago
- d5e4817 Added X64 compiler build script by jwang36 · 17 years ago
- c504fc2 Made it executable by jwang36 · 17 years ago
- 64cf8bc Changed the ICC tools to use VS2005's tools and dlls because of crash of ICC working with VS2003. by jwang36 · 17 years ago
- 1f83807 Built with vs.net 2005 from by jljusten · 17 years ago
- 3e9fbbf deleted edk2/BaseTools/Bin/Darwin: by jljusten · 17 years ago
- 2dffc14 modified edk2/BaseTools/BuildEnv: by jljusten · 17 years ago
- 66dcb2f modified edk2/BaseTools/BuildEnv: by jljusten · 17 years ago
- 0b67ae1 Updated this script to use the latest binutils and cygwin because the old versions of them are not available. by jwang36 · 17 years ago
- f1d73e2 Fix one minor bug to print TE image correct start address into Fv map file. by lgao4 · 17 years ago
- 256a0cc Re-generated because of AutoGen changed by jwang36 · 17 years ago
- 069cb38 Fixed default Token Number missing issue and default sku value issue. by jwang36 · 17 years ago
- ff1fc29 Added support of calculating the string size for PCD with datum type "VOID*", if its MaxDatumSize is not specified. by jwang36 · 17 years ago
- 82ffa27 Added 'DEFAULT' sku id for dynamic PCDs not found in DSC file. by jwang36 · 17 years ago
- bc8306f Fixed bugs of by jwang36 · 17 years ago
- df80da0 Fixed an incorrect use of EdkLogger.error() which will cause incorrect message if there are two dsc files in the same directory. by jwang36 · 17 years ago
- 3dd6d16 Fixed the build issue when multi target specified, for example both DEBUG and RELEASE are specified in target.txt by jwang36 · 17 years ago
- fc22e99 Fixed a library constructor order issue by jwang36 · 17 years ago
- 7e6ae4d Rearranged flags so they are in consiste locations, change ASM warning from /W3 /W0 to just /W3 by lhauch · 17 years ago
- d110139 Minor change for GenFv to support capsule attribute, GenSec to support guid header size and GenFfs to pad alignment for TeImage. by lgao4 · 17 years ago
- f20ffb9 a. Revised error message for a module that is not required by a Platform when building just the module by jwang36 · 17 years ago
- 4bf4778 Fixed the dependency issue on wrong name of makefile. by jwang36 · 17 years ago
- c1f455c Fix GenFv bug without init local variable by lgao4 · 17 years ago
- 79492e5 Strip the relocation section for SEC, PEIM and PEI CORE typed files, according to relocation strip flag in FDF file and shadow flag in INF file. by jlin16 · 17 years ago
- 9402de9 Update tool to support reloc section removed, PAD file with same guid and check no duplicated guid file in the same fv image. by lgao4 · 17 years ago
- 2b993c5 Fixed an issue which would cause trimming empty file error. by jwang36 · 17 years ago
- 8a0d144 Add the -mno-red-zone for gcc on x64. Since the GNU calling convention of x64 defines the 128bytes red zone beyond the stack point could not be modified by interrupt or exception handler, and Edk prime assumes all data beyond stack point should be volatile, if not add the option, the interrupt or exception handler may corrupt the red zone, which may be used as temporary storage. by yshang1 · 17 years ago
- d28746d Added change log for r4251 by jwang36 · 17 years ago
- 44e3ff2 a. Fixed an issue which a incorrect command (no leading space/tab) generated in top level Makefile by jwang36 · 17 years ago
- 04e031d a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK. by jwang36 · 17 years ago
- 8f5a1bc BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
- 9ba67b5 BaseTools/Conf/build_rule.template: by jljusten · 17 years ago
- 2347330 BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
- 408e506 BaseTools/ConfTemplates: by jljusten · 17 years ago
- 8625864 BaseTools/BuildEnv.py: by jljusten · 17 years ago
- a0d76ec Adding link for BaseTools/Bin/PosixLike/Trim to allow tool to be run by jljusten · 17 years ago
- d81b56b Fixed memory re-free issue by jwang36 · 17 years ago
- 9300521 a. Re-generated all C tools with "/MLd" option by jwang36 · 17 years ago
- c47e45a Adding GCC cross-compiler information to BaseTools folder by lhauch · 17 years ago
- 16b5f68 Update verbose log info to these two tools. by lgao4 · 17 years ago
- 1db5dde Added Spd2Dec.exe and Fpd2Dsc.exe tools by jwang36 · 17 years ago
- 94dfb89 by jwang36 · 17 years ago
- 183eb3e Added change log for the latest tools update (r4190 & r4189). by jwang36 · 17 years ago
- 8809fb0 Updated with the latest changes of build tools. by jwang36 · 17 years ago
- 48cc759 Fixed build issue when building individual module with unsupported architectures. by jwang36 · 17 years ago
- 07fdb39 a) Added support of breaking build when no library instance is found for a library class. by jwang36 · 17 years ago
- 2062f2b by jlin16 · 17 years ago
- c35a9c1 passing -v and -d options to c tools. by jlin16 · 17 years ago
- 6e98e26 Make scripts work from $WORKSPACE/BaseTools. by jljusten · 17 years ago
- b9e61d7 Moving from $WORKSPACE/Tools/BuildEnv $WORKSPACE/BaseTools/BuildEnv. by jljusten · 17 years ago
- 07a756b Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago