Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
29e22e2bd6aedece62cf7418dfb059794a62ddbe
/
BaseTools
/
Conf
/
tools_def.template
29e22e2
Sync BaseTools Branch (version r2324) to EDKII main trunk. Signed-off-by: lgao4
by lgao4
· 13 years ago
b36d134
Sync BaseTools Branch (version r2321) to EDKII main trunk.
by lgao4
· 13 years ago
4234283
Sync BaseTools Branch (version r2271) to EDKII main trunk.
by lgao4
· 13 years ago
da92f27
Sync BaseTools Branch (version r2149) to EDKII main trunk.
by lgao4
· 14 years ago
6413702
Sync EDKII BaseTools to BaseTools project r2100.
by lgao4
· 14 years ago
6780eef
Sync EDKII BaseTools to BaseTools project r2093.
by lgao4
· 14 years ago
08dd311
Sync EDKII BaseTools to BaseTools project r2065.
by lgao4
· 14 years ago
e56468c
Sync EDKII BaseTools to BaseTools project r2042.
by qhuang8
· 14 years ago
6310ffd
Sync EDKII BaseTools to BaseTools project r2000
by qhuang8
· 14 years ago
14c4857
Sync EDKII BaseTools to BaseTools project r1997
by qhuang8
· 15 years ago
9053bc5
Sync EDKII BaseTools to BaseTools project r1988
by qhuang8
· 15 years ago
40d841f
Sync EDKII BaseTools to BaseTools project r1971
by lgao4
· 15 years ago
636f2be
Sync EDKII BaseTools to BaseTools project r1928
by lgao4
· 15 years ago
d5d56f1
Sync EDKII BaseTools to BaseTools project r1911.
by lgao4
· 15 years ago
52302d4
Sync EDKII BaseTools to BaseTools project r1903.
by lgao4
· 15 years ago
cfbd0c5
Default to Cortex ARM CPU type to match UEFI specification. Drive thumb from ARCHCC flags.
by andrewfish
· 15 years ago
5e9edae
Turn on Thumb/Thumb2 and optimize for size.
by andrewfish
· 15 years ago
a709adf
Sync tool code to BuildTools project r1783.
by lgao4
· 15 years ago
b303ea7
Sync tool code to BuildTools project r1739.
by lgao4
· 15 years ago
fd17154
Sync basetools' source and binary files with r1707 of the basetools project.
by vanjeff
· 15 years ago
8e2978b
Add /GF compiler option for IPF ICC tool chains by default.
by qhuang8
· 15 years ago
e0d2273
Change the default location for IASL on Unix.
by jljusten
· 15 years ago
726d5a8
Remove '/' directory separator from CYGWIN & UNIXGCC tool specications.
by jljusten
· 15 years ago
38d4998
Add ASL_OUTFLAG to contain the different ASL output options.
by lgao4
· 16 years ago
d4244a0
Remove -Os for UNIXGCC CC FLAGS to reduce size.
by gikidy
· 16 years ago
1554334
Implemented feature request hsd202262 and incorporated SMM support
by jwang36
· 16 years ago
c470d83
Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template.
by jljusten
· 16 years ago
2a9aee6
Fix a typo.
by gikidy
· 16 years ago
b2f5a37
Remove unused EFI32 macro.
by klu2
· 16 years ago
7f61204
Remove unused EFI32 macro.
by klu2
· 16 years ago
623471a
update
by eric_tian
· 16 years ago
3b6c90a
update tools_def.template to supply all possible combination of toolchain and ASL
by eric_tian
· 16 years ago
2ab2aad
Fix AcpiTable C file build failure, because the compiler don't know how to set subsystem when entrypoint is not main. Append /SUBSYSTEM:CONSOLE link option.
by lgao4
· 16 years ago
a440187
Change default setting for UNIXGCC_IASL. The previous
by jljusten
· 16 years ago
13987f5
Fix build broken for missing defintiion of UNIXGCC_IASL
by klu2
· 16 years ago
dd1e6e1
Change fake entry point used during ACPI Table building from main
by jljusten
· 16 years ago
c609489
Update Conf template files to support ACPI building with UNIXGCC.
by jljusten
· 16 years ago
8a83f2c
use -pie(Position Independent for executable file) instead of "-dll". A EFI image generated by UNIXGCC tool chain should be relocated when loaded.
by klu2
· 16 years ago
80610ca
Use options for size reduction
by klu2
· 16 years ago
47e8adb
EFI driver should base 0x0
by klu2
· 16 years ago
b6e96fb
Correct TianoCompress name for Linux/GCC.
by lgao4
· 16 years ago
92bb89c
Changed deprecated DPATH to DLL for CYGWINGCC tool chain.
by jwang36
· 16 years ago
2895c50
Add general Tiano Compress tool path.
by lgao4
· 16 years ago
296ac32
Remove ASM16 tool definition, it is same as ASM tool for all tool chain in fact.
by klu2
· 16 years ago
05e33af
Add ASM16 rule for ICC tool chain.
by klu2
· 16 years ago
f5e6003
Remove unused PCH compiler option and unused build rule for uni file.
by lgao4
· 16 years ago
5edaeed
revert to older version as /Zm option for "ml" can not work well.
by eric_tian
· 16 years ago
39eb632
add /Zm option for VS2005 assembly to make sure it is compatible with MASM5.1 syntax. Or "ml" in Vs2005 may break on old code style.
by eric_tian
· 16 years ago
1a97438
Added /D$(MODULE_ENTRY_POINT)=$(ARCH_ENTRY_POINT) in EBC_CC_FLAGSto ensure correct R8's module entry point for EBC arch.
by jwang36
· 16 years ago
abf1c3e
Check In Build.exe and tools_def.template
by lgao4
· 16 years ago
f560de7
Pcd Tools need .Map file when building a EFI binary for EBC tool chain.
by klu2
· 16 years ago
0764e7e
Remove all references to ASMLINK16. Those are never used.
by mdkinney
· 16 years ago
acae1bc
Remove all references to ASMLINK16. Those are never used.
by mdkinney
· 16 years ago
98335d9
Minor change to remove /GL- option unsupported by ICC tool chain.
by lgao4
· 16 years ago
a1c949f
Update GenSec to handle the input file whose size is Zero. And add the unified ASL tool path and flags for ASL code.
by lgao4
· 16 years ago
f285eb1
1. Enhanced the format of build_rule.txt to allow module type and arch information.
by jwang36
· 16 years ago
bdf37b3
Change VfrCompile.exe to VfrCompile to support the different OS.
by lgao4
· 16 years ago
30962c7
Abstract VFR compiler and Flag to marco that user can customize.
by lgao4
· 16 years ago
73aa7f0
merge the generation of SecMain into the whole build process.
by eric_tian
· 17 years ago
865c7e1
Provide source level debug ability in *unix environment.
by eric_tian
· 17 years ago
ed0b86b
make change to support UnixPkg build. The changes are listed as follows:
by eric_tian
· 17 years ago
fd6e8b4
add VFRPP patch for EBC WINDDK3790x1830 tool chain.
by qwang12
· 17 years ago
0a1d7bd
Add ASL_FLAGS template for user reference.
by lgao4
· 17 years ago
c057780
Fixed VFR compile issue for EBC architecture in MYTOOLS toolchain
by jwang36
· 17 years ago
adf74fc
Fix typo.
by klu2
· 17 years ago
1f4dfdd
Add ASM16 tool configuration for MYTOOLS tag.
by klu2
· 17 years ago
4ee8254
Disable unused C++ EH and RTTI feature by adding /GX- option for VC7 and adding /GR- option for VC8.
by lgao4
· 17 years ago
5b4756e
Fixing gcc CC Flags and ld flags - adding map
by lhauch
· 17 years ago
c2192d9
changing shortcut name to descriptive names for grouping librarys
by lhauch
· 17 years ago
fa7f89d
modified the UNIXGCC information
by lhauch
· 17 years ago
ab92812
fixed paths for UNIXGCC tools
by lhauch
· 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
1c2c04d
Fixed typos (PVCS Tracker 750)
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
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
7e6ae4d
Rearranged flags so they are in consiste locations, change ASM warning from /W3 /W0 to just /W3
by lhauch
· 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
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
2347330
BaseTools/Conf/tools_def.template:
by jljusten
· 17 years ago
07a756b
Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate
by jljusten
· 17 years ago
8b2d588
Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools.
by jljusten
· 17 years ago
30311cf
Solved the VS2005 assembler issue in which "/omf" switch cannot call linker.
by jwang36
· 17 years ago
8e5c358
Changed the default directory of VS2005TEAMSTUIE to the default installation directory of Visual Studio 2005 Team Suite Edition.
by jwang36
· 17 years ago
af437b7
Added VS2005TEAMSUITE tool chain
by jwang36
· 17 years ago
c8c6d79
Added GCC assembly code preprocessing support
by jwang36
· 17 years ago
cba0298
Added DLL attribute for SLINK and/or CC command because Intel Compiler and linker need the cl.exe and lib.exe from Visual Studio.
by jwang36
· 17 years ago
06ca7f7
Corrected the wrong ARCH in WINDDK3790x1830 tool chain and added MAKE command for it.
by jwang36
· 17 years ago
eb1c2d7
Added MAKE command for ICC and CYGWINGCC tool chain
by jwang36
· 17 years ago
b750908
a) Supported MAKE command in tools_def.txt
by jwang36
· 17 years ago
e6d6b06
Enabled Visual Studio 2005 Professional Edition tool chain
by jwang36
· 17 years ago
a81a35f
update IPF ICC's tool chain root path.
by qwang12
· 17 years ago
46d665d
1) Implemented MACRO in tools_def.txt
by jwang36
· 17 years ago
c6ab060
Add full path for Cygwin tool chain.
by qhuang8
· 17 years ago
b798ba4
1. Redirect ICC_IA32_*_PATH from C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin to C:\Program Files\Intel\Compiler\C++\9.1\IA32\Bin.
by vanjeff
· 17 years ago
5359495
Cleaned up the tools_def.template file
by lhauch
· 17 years ago
d03c56d
Update compiler switches for ICC build.
by xli24
· 17 years ago
5d0e8a3
Update MSFT IPF flags to us /Ox /Zx /GF
by mdkinney
· 17 years ago
Next »