1. 29e22e2 Sync BaseTools Branch (version r2324) to EDKII main trunk. Signed-off-by: lgao4 by lgao4 · 13 years ago
  2. b36d134 Sync BaseTools Branch (version r2321) to EDKII main trunk. by lgao4 · 13 years ago
  3. 4234283 Sync BaseTools Branch (version r2271) to EDKII main trunk. by lgao4 · 13 years ago
  4. da92f27 Sync BaseTools Branch (version r2149) to EDKII main trunk. by lgao4 · 14 years ago
  5. 6413702 Sync EDKII BaseTools to BaseTools project r2100. by lgao4 · 14 years ago
  6. 6780eef Sync EDKII BaseTools to BaseTools project r2093. by lgao4 · 14 years ago
  7. 08dd311 Sync EDKII BaseTools to BaseTools project r2065. by lgao4 · 14 years ago
  8. e56468c Sync EDKII BaseTools to BaseTools project r2042. by qhuang8 · 14 years ago
  9. 6310ffd Sync EDKII BaseTools to BaseTools project r2000 by qhuang8 · 14 years ago
  10. 14c4857 Sync EDKII BaseTools to BaseTools project r1997 by qhuang8 · 15 years ago
  11. 9053bc5 Sync EDKII BaseTools to BaseTools project r1988 by qhuang8 · 15 years ago
  12. 40d841f Sync EDKII BaseTools to BaseTools project r1971 by lgao4 · 15 years ago
  13. 636f2be Sync EDKII BaseTools to BaseTools project r1928 by lgao4 · 15 years ago
  14. d5d56f1 Sync EDKII BaseTools to BaseTools project r1911. by lgao4 · 15 years ago
  15. 52302d4 Sync EDKII BaseTools to BaseTools project r1903. by lgao4 · 15 years ago
  16. cfbd0c5 Default to Cortex ARM CPU type to match UEFI specification. Drive thumb from ARCHCC flags. by andrewfish · 15 years ago
  17. 5e9edae Turn on Thumb/Thumb2 and optimize for size. by andrewfish · 15 years ago
  18. a709adf Sync tool code to BuildTools project r1783. by lgao4 · 15 years ago
  19. b303ea7 Sync tool code to BuildTools project r1739. by lgao4 · 15 years ago
  20. fd17154 Sync basetools' source and binary files with r1707 of the basetools project. by vanjeff · 15 years ago
  21. 8e2978b Add /GF compiler option for IPF ICC tool chains by default. by qhuang8 · 15 years ago
  22. e0d2273 Change the default location for IASL on Unix. by jljusten · 15 years ago
  23. 726d5a8 Remove '/' directory separator from CYGWIN & UNIXGCC tool specications. by jljusten · 15 years ago
  24. 38d4998 Add ASL_OUTFLAG to contain the different ASL output options. by lgao4 · 16 years ago
  25. d4244a0 Remove -Os for UNIXGCC CC FLAGS to reduce size. by gikidy · 16 years ago
  26. 1554334 Implemented feature request hsd202262 and incorporated SMM support by jwang36 · 16 years ago
  27. c470d83 Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. by jljusten · 16 years ago
  28. 2a9aee6 Fix a typo. by gikidy · 16 years ago
  29. b2f5a37 Remove unused EFI32 macro. by klu2 · 16 years ago
  30. 7f61204 Remove unused EFI32 macro. by klu2 · 16 years ago
  31. 623471a update by eric_tian · 16 years ago
  32. 3b6c90a update tools_def.template to supply all possible combination of toolchain and ASL by eric_tian · 16 years ago
  33. 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
  34. a440187 Change default setting for UNIXGCC_IASL. The previous by jljusten · 16 years ago
  35. 13987f5 Fix build broken for missing defintiion of UNIXGCC_IASL by klu2 · 16 years ago
  36. dd1e6e1 Change fake entry point used during ACPI Table building from main by jljusten · 16 years ago
  37. c609489 Update Conf template files to support ACPI building with UNIXGCC. by jljusten · 16 years ago
  38. 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
  39. 80610ca Use options for size reduction by klu2 · 16 years ago
  40. 47e8adb EFI driver should base 0x0 by klu2 · 16 years ago
  41. b6e96fb Correct TianoCompress name for Linux/GCC. by lgao4 · 16 years ago
  42. 92bb89c Changed deprecated DPATH to DLL for CYGWINGCC tool chain. by jwang36 · 16 years ago
  43. 2895c50 Add general Tiano Compress tool path. by lgao4 · 16 years ago
  44. 296ac32 Remove ASM16 tool definition, it is same as ASM tool for all tool chain in fact. by klu2 · 16 years ago
  45. 05e33af Add ASM16 rule for ICC tool chain. by klu2 · 16 years ago
  46. f5e6003 Remove unused PCH compiler option and unused build rule for uni file. by lgao4 · 16 years ago
  47. 5edaeed revert to older version as /Zm option for "ml" can not work well. by eric_tian · 16 years ago
  48. 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
  49. 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
  50. abf1c3e Check In Build.exe and tools_def.template by lgao4 · 16 years ago
  51. f560de7 Pcd Tools need .Map file when building a EFI binary for EBC tool chain. by klu2 · 16 years ago
  52. 0764e7e Remove all references to ASMLINK16. Those are never used. by mdkinney · 16 years ago
  53. acae1bc Remove all references to ASMLINK16. Those are never used. by mdkinney · 16 years ago
  54. 98335d9 Minor change to remove /GL- option unsupported by ICC tool chain. by lgao4 · 16 years ago
  55. 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
  56. f285eb1 1. Enhanced the format of build_rule.txt to allow module type and arch information. by jwang36 · 16 years ago
  57. bdf37b3 Change VfrCompile.exe to VfrCompile to support the different OS. by lgao4 · 16 years ago
  58. 30962c7 Abstract VFR compiler and Flag to marco that user can customize. by lgao4 · 16 years ago
  59. 73aa7f0 merge the generation of SecMain into the whole build process. by eric_tian · 17 years ago
  60. 865c7e1 Provide source level debug ability in *unix environment. by eric_tian · 17 years ago
  61. ed0b86b make change to support UnixPkg build. The changes are listed as follows: by eric_tian · 17 years ago
  62. fd6e8b4 add VFRPP patch for EBC WINDDK3790x1830 tool chain. by qwang12 · 17 years ago
  63. 0a1d7bd Add ASL_FLAGS template for user reference. by lgao4 · 17 years ago
  64. c057780 Fixed VFR compile issue for EBC architecture in MYTOOLS toolchain by jwang36 · 17 years ago
  65. adf74fc Fix typo. by klu2 · 17 years ago
  66. 1f4dfdd Add ASM16 tool configuration for MYTOOLS tag. by klu2 · 17 years ago
  67. 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
  68. 5b4756e Fixing gcc CC Flags and ld flags - adding map by lhauch · 17 years ago
  69. c2192d9 changing shortcut name to descriptive names for grouping librarys by lhauch · 17 years ago
  70. fa7f89d modified the UNIXGCC information by lhauch · 17 years ago
  71. ab92812 fixed paths for UNIXGCC tools by lhauch · 17 years ago
  72. 41ca880 fixed a typo - GS8192 should be Gs8192 by lhauch · 17 years ago
  73. f260433 Added QIPF_fr32 flags to IPF CC flags, neede by UEFI ABI for Itanium by lhauch · 17 years ago
  74. 1c2c04d Fixed typos (PVCS Tracker 750) by jwang36 · 17 years ago
  75. f71c1d3 Changed the NMAKE path from VS2003 to VS2005 for ICC tool chain by jwang36 · 17 years ago
  76. 58ce61e a. Enabled building R8 modules by jwang36 · 17 years ago
  77. 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
  78. 7e6ae4d Rearranged flags so they are in consiste locations, change ASM warning from /W3 /W0 to just /W3 by lhauch · 17 years ago
  79. 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
  80. 04e031d a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK. by jwang36 · 17 years ago
  81. 8f5a1bc BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
  82. 2347330 BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
  83. 07a756b Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago
  84. 8b2d588 Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. by jljusten · 17 years ago
  85. 30311cf Solved the VS2005 assembler issue in which "/omf" switch cannot call linker. by jwang36 · 17 years ago
  86. 8e5c358 Changed the default directory of VS2005TEAMSTUIE to the default installation directory of Visual Studio 2005 Team Suite Edition. by jwang36 · 17 years ago
  87. af437b7 Added VS2005TEAMSUITE tool chain by jwang36 · 17 years ago
  88. c8c6d79 Added GCC assembly code preprocessing support by jwang36 · 17 years ago
  89. 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
  90. 06ca7f7 Corrected the wrong ARCH in WINDDK3790x1830 tool chain and added MAKE command for it. by jwang36 · 17 years ago
  91. eb1c2d7 Added MAKE command for ICC and CYGWINGCC tool chain by jwang36 · 17 years ago
  92. b750908 a) Supported MAKE command in tools_def.txt by jwang36 · 17 years ago
  93. e6d6b06 Enabled Visual Studio 2005 Professional Edition tool chain by jwang36 · 17 years ago
  94. a81a35f update IPF ICC's tool chain root path. by qwang12 · 17 years ago
  95. 46d665d 1) Implemented MACRO in tools_def.txt by jwang36 · 17 years ago
  96. c6ab060 Add full path for Cygwin tool chain. by qhuang8 · 17 years ago
  97. 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
  98. 5359495 Cleaned up the tools_def.template file by lhauch · 17 years ago
  99. d03c56d Update compiler switches for ICC build. by xli24 · 17 years ago
  100. 5d0e8a3 Update MSFT IPF flags to us /Ox /Zx /GF by mdkinney · 17 years ago