1. 4234283 Sync BaseTools Branch (version r2271) to EDKII main trunk. by lgao4 · 13 years ago
  2. da92f27 Sync BaseTools Branch (version r2149) to EDKII main trunk. by lgao4 · 14 years ago
  3. 6413702 Sync EDKII BaseTools to BaseTools project r2100. by lgao4 · 14 years ago
  4. 6780eef Sync EDKII BaseTools to BaseTools project r2093. by lgao4 · 14 years ago
  5. 08dd311 Sync EDKII BaseTools to BaseTools project r2065. by lgao4 · 14 years ago
  6. e56468c Sync EDKII BaseTools to BaseTools project r2042. by qhuang8 · 14 years ago
  7. 756ad8f Sync EDKII BaseTools to BaseTools project r2006. by lgao4 · 14 years ago
  8. 6310ffd Sync EDKII BaseTools to BaseTools project r2000 by qhuang8 · 14 years ago
  9. 14c4857 Sync EDKII BaseTools to BaseTools project r1997 by qhuang8 · 14 years ago
  10. 9053bc5 Sync EDKII BaseTools to BaseTools project r1988 by qhuang8 · 15 years ago
  11. 40d841f Sync EDKII BaseTools to BaseTools project r1971 by lgao4 · 15 years ago
  12. 636f2be Sync EDKII BaseTools to BaseTools project r1928 by lgao4 · 15 years ago
  13. d5d56f1 Sync EDKII BaseTools to BaseTools project r1911. by lgao4 · 15 years ago
  14. 52302d4 Sync EDKII BaseTools to BaseTools project r1903. by lgao4 · 15 years ago
  15. cfbd0c5 Default to Cortex ARM CPU type to match UEFI specification. Drive thumb from ARCHCC flags. by andrewfish · 15 years ago
  16. 5e9edae Turn on Thumb/Thumb2 and optimize for size. by andrewfish · 15 years ago
  17. bf586ab Fix Xcode bug in template 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. 30fdf11 Check In tool source code based on Build tool project revision r1655. by lgao4 · 15 years ago
  25. c9c705a add quote for file path in @file option by klu2 · 16 years ago
  26. 38d4998 Add ASL_OUTFLAG to contain the different ASL output options. by lgao4 · 16 years ago
  27. ecb1192 The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE", "FALSE" by klu2 · 16 years ago
  28. c9d0e08 Add MULTIPLE_THREAD option. by klu2 · 16 years ago
  29. d4244a0 Remove -Os for UNIXGCC CC FLAGS to reduce size. by gikidy · 16 years ago
  30. de29c94 Add the optional EfiRom CodeRevision option. by lgao4 · 16 years ago
  31. 1554334 Implemented feature request hsd202262 and incorporated SMM support by jwang36 · 16 years ago
  32. c470d83 Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. by jljusten · 16 years ago
  33. 2a9aee6 Fix a typo. by gikidy · 16 years ago
  34. b2f5a37 Remove unused EFI32 macro. by klu2 · 16 years ago
  35. 7f61204 Remove unused EFI32 macro. by klu2 · 16 years ago
  36. 623471a update by eric_tian · 16 years ago
  37. 3b6c90a update tools_def.template to supply all possible combination of toolchain and ASL by eric_tian · 16 years ago
  38. 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
  39. a440187 Change default setting for UNIXGCC_IASL. The previous by jljusten · 16 years ago
  40. 13987f5 Fix build broken for missing defintiion of UNIXGCC_IASL by klu2 · 16 years ago
  41. 2391e54 Update framework database to point to existing packages files. by qhuang8 · 16 years ago
  42. dd1e6e1 Change fake entry point used during ACPI Table building from main by jljusten · 16 years ago
  43. c609489 Update Conf template files to support ACPI building with UNIXGCC. by jljusten · 16 years ago
  44. 77696b6 Add $(MD) command for vfr build rule to avoid build failure for some R8 modules by jwang36 · 16 years ago
  45. 9411994 add map generation for GCC tool chain by klu2 · 16 years ago
  46. 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
  47. 80610ca Use options for size reduction by klu2 · 16 years ago
  48. 47e8adb EFI driver should base 0x0 by klu2 · 16 years ago
  49. b6e96fb Correct TianoCompress name for Linux/GCC. by lgao4 · 16 years ago
  50. 92bb89c Changed deprecated DPATH to DLL for CYGWINGCC tool chain. by jwang36 · 16 years ago
  51. a7d3768 1. Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the toolchain family by jwang36 · 16 years ago
  52. 2895c50 Add general Tiano Compress tool path. by lgao4 · 16 years ago
  53. 296ac32 Remove ASM16 tool definition, it is same as ASM tool for all tool chain in fact. by klu2 · 16 years ago
  54. 05e33af Add ASM16 rule for ICC tool chain. by klu2 · 16 years ago
  55. a388ec4 Updated the macro description according to the latest changes in build tool. by jwang36 · 16 years ago
  56. 2eab98c 1) Re-fine and fully test the mechanism of getting over the long command line limitation by jwang36 · 16 years ago
  57. e1b4bd1 Roll back to add rule for uni file, change Uni output file to $(DEBUG_DIR)(+)$(MODULE_NAME)StrDefs.h. by lgao4 · 16 years ago
  58. f5e6003 Remove unused PCH compiler option and unused build rule for uni file. by lgao4 · 16 years ago
  59. 5edaeed revert to older version as /Zm option for "ml" can not work well. by eric_tian · 16 years ago
  60. 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
  61. 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
  62. abf1c3e Check In Build.exe and tools_def.template by lgao4 · 16 years ago
  63. f560de7 Pcd Tools need .Map file when building a EFI binary for EBC tool chain. by klu2 · 16 years ago
  64. 6ff04b8 Use VFRPP tool for VFR pre-processing. by jljusten · 16 years ago
  65. 64cd21a Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to support the modules that uses EDKII Glue Lib by lgao4 · 16 years ago
  66. 0764e7e Remove all references to ASMLINK16. Those are never used. by mdkinney · 16 years ago
  67. acae1bc Remove all references to ASMLINK16. Those are never used. by mdkinney · 16 years ago
  68. ffe084e 1. Add ASM source files directory into its Include path. by lgao4 · 16 years ago
  69. f037311 Add the special build rule for AcpiTable C Source file. by lgao4 · 16 years ago
  70. 576b299 add .mut file type support for Microcode files. by vanjeff · 16 years ago
  71. 98335d9 Minor change to remove /GL- option unsupported by ICC tool chain. by lgao4 · 16 years ago
  72. 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
  73. f285eb1 1. Enhanced the format of build_rule.txt to allow module type and arch information. by jwang36 · 16 years ago
  74. bdf37b3 Change VfrCompile.exe to VfrCompile to support the different OS. by lgao4 · 16 years ago
  75. 30962c7 Abstract VFR compiler and Flag to marco that user can customize. by lgao4 · 16 years ago
  76. 73aa7f0 merge the generation of SecMain into the whole build process. by eric_tian · 16 years ago
  77. 865c7e1 Provide source level debug ability in *unix environment. by eric_tian · 17 years ago
  78. ed0b86b make change to support UnixPkg build. The changes are listed as follows: by eric_tian · 17 years ago
  79. 616380f Add "-l" to make VFR Compiler to generate .lst file to assist debug. by qwang12 · 17 years ago
  80. 23fdff8 Added dependency of makefile to source files in order to let source files be rebuilt when tool option changes by jwang36 · 17 years ago
  81. fd6e8b4 add VFRPP patch for EBC WINDDK3790x1830 tool chain. by qwang12 · 17 years ago
  82. 0a1d7bd Add ASL_FLAGS template for user reference. by lgao4 · 17 years ago
  83. c057780 Fixed VFR compile issue for EBC architecture in MYTOOLS toolchain by jwang36 · 17 years ago
  84. adf74fc Fix typo. by klu2 · 17 years ago
  85. 1f4dfdd Add ASM16 tool configuration for MYTOOLS tag. by klu2 · 17 years ago
  86. 25ab7ab For MicroCode module, default copy the created image to bin directory for easy reference. by lgao4 · 17 years ago
  87. 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
  88. 5b4756e Fixing gcc CC Flags and ld flags - adding map by lhauch · 17 years ago
  89. c2192d9 changing shortcut name to descriptive names for grouping librarys by lhauch · 17 years ago
  90. 01c665a Fixed VFR flag to: --no-pre-processing by lhauch · 17 years ago
  91. 87acd19 Standardized the command line options of VfrCompile.exe and changed its uses in build_rule.template. by jwang36 · 17 years ago
  92. e2336e3 a. Added binary file support during AutoGen by jwang36 · 17 years ago
  93. f9619f5 Added "-nopp" to VfrCompile.exe tool to bypass the preprocessing on input file by jwang36 · 17 years ago
  94. b7fc5c8 Remove non-existing files reference. by qhuang8 · 17 years ago
  95. fa7f89d modified the UNIXGCC information by lhauch · 17 years ago
  96. ab92812 fixed paths for UNIXGCC tools by lhauch · 17 years ago
  97. 63245e9 Added $(ASL_FLAGS) to $(ASL) command line by jwang36 · 17 years ago
  98. 41ca880 fixed a typo - GS8192 should be Gs8192 by lhauch · 17 years ago
  99. f260433 Added QIPF_fr32 flags to IPF CC flags, neede by UEFI ABI for Itanium by lhauch · 17 years ago
  100. 106c688 Fixed out-of-date contents (PVCS tracker 732) by jwang36 · 17 years ago