1. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  2. 2f04e52 Fix SET statement bug which is always evaluated even it is in a False conditional statement. by Yingke Liu · 10 years ago
  3. b0e23cf Fixed build issue with fds target specified. by Yingke Liu · 10 years ago
  4. c5f1d43 BaseTools Fix NASM tool version in comments of tools_def.template by Liming Gao · 10 years ago
  5. 5c7956a Fixed VfrCompile crash on efivarstore statement. by Eric Dong · 10 years ago
  6. 871f673 Rollback change 16544. by Eric Dong · 10 years ago
  7. 997a5d1 Fix ‘build run’ doesn’t work for NT32 X64 build. by Cinnamon Shia · 10 years ago
  8. f571ef9 Fixed VfrCompile crash on efivarstore statement. by Aaron Pop · 10 years ago
  9. 8d62ae3 BaseTools/ECC: Fix some issues of ECC tool by Hess Chen · 10 years ago
  10. 8546dfe Fix a regression bug to uni parser. by Yingke Liu · 10 years ago
  11. 62771ce Fix ARM build failure with gcc 4.6. by Scott Duplichan · 10 years ago
  12. edafa0b Enhance error handling for external tool. by Yingke Liu · 10 years ago
  13. 71f0291 Corrected slash and quote handling in the strings of UNI files. by Cecil Sheng · 10 years ago
  14. 1f0a062 BaseTools/UPT: Fix an issue of storing wrong PCD into XML file. by Hess Chen · 10 years ago
  15. 915a379 BaseTools: Extend support for Windows hosted gcc to versions 4.4-4.7. by Scott Duplichan · 10 years ago
  16. 285a175 BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building from Windows. by Scott Duplichan · 10 years ago
  17. d808fc6 BaseTools: Correct NASM output file type for UNIXGCC and CYGGCC. by Liming Gao · 10 years ago
  18. bcbdc75 BaseTools: Fix a cleanall issue. by Yingke Liu · 10 years ago
  19. 8200fcf BaseTool: Support EDKII style GUID definition for VFR function. by Yingke Liu · 10 years ago
  20. b85f579 BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to start of a section by Olivier Martin · 10 years ago
  21. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  22. fe7ad7f BaseTools: Add ConvertMasmToNasm.py script by Jordan Justen · 10 years ago
  23. 0414ec2 BaseTools/UPT: Remove Macro Expend for UserExtension section by Hess Chen · 10 years ago
  24. 71bcf79 EDK II: Add .gitignore by Ryan Harkin · 10 years ago
  25. 0a0ca78 BaseTools: Use '/' as path separator for objcopy --add-gnu-debuglink by Nikolai Saoukh · 10 years ago
  26. e0ba625 BaseTools: Actually plug in BaseTools build on AArch64 by Leif Lindholm · 10 years ago
  27. b4dfada BaseTools: Update nmake Makefile to handle the file path with “:\\”. by Gao, Liming · 10 years ago
  28. e7ae4a7 BaseTools/ECC: Ignore duplicate check for 'NULL' library by Hess Chen · 10 years ago
  29. 875cc5b BaseTools/Upt: Fix several bugs by Hess Chen · 10 years ago
  30. 76d4751 BaseTools/Upt: Fix several bugs by Hess Chen · 10 years ago
  31. ec53da7 BaseTools: Update the BaseTools/Source/Python/Makefile to check for dependent files by Gao, Liming · 10 years ago
  32. 4d10d18 Update Build Tool version from 0.51 to 0.60 by Gao, Liming · 10 years ago
  33. 9b9500a Support DSC and FDF file out of WORKSPACE by GenFds. by Yingke Liu · 10 years ago
  34. 438f3ad BaseTools/Source/C: Only used '-Wno-self-assign' when BaseTools are built on DARWIN by Andrew Fish · 10 years ago
  35. 6c22c0a The current Makefile only checks the primary python file, such as build.py and does not check other files in tool’s directory tree. by lhauch · 10 years ago
  36. 84cc912 This patch is going to fix the issue of the mis-match between the index of Platform DynamicPcd list and Dynamic Pcd generated token number. by Feng, Bob C · 10 years ago
  37. 7ae7dcb BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF. by Yingke Liu · 10 years ago
  38. 0acb3d2 Add support for ${s_*} and ${d_*} macros for in FDF file for the INF files, and for each statement in the build rules. by Abner Chang · 10 years ago
  39. e5367bf BaseTools: Fix XCODE5 to work properly with NASM by Andrew Fish · 10 years ago
  40. 0d5d829 This file allows a developer to add a new tool in either the C or Python trees, add the executable (and any supporting files, such as the TestSigningPrivateKey.pem file) to this file and the build server will automatically make sure that the new files are added to the BaseTools\Bin\Win32 directory. The Win32 directory is located in https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 repository. by lhauch · 10 years ago
  41. 49d9b71 BaseTools/AutoGen: Remove redundant copy action for binary module by Hess Chen · 10 years ago
  42. cf2b2bd BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files. by Hess Chen · 10 years ago
  43. 51b8553 BaseTools/CommonLib: Add a step to convert ":\\" to ":\" by Hess Chen · 10 years ago
  44. b3f9cda BaseTools tools_def: Indicate that NASM 2.07 or later is required by Jordan Justen · 10 years ago
  45. ff02798 BaseTools build_rule: Add .nasm => .obj build rule by Jordan Justen · 10 years ago
  46. 9a5a743 BaseTools tools_def: Add NASM_FLAGS by Jordan Justen · 10 years ago
  47. 12d37ac This patch is going to fix the issue of only Default SkuId is built into the External Pcd DataBase. by Feng, Bob C · 10 years ago
  48. 9358dc2 BaseTools: Cleanup XCODE build rules by Anderw Fish · 10 years ago
  49. 4484f39 BaseTools: Add the XCODE5 tools target to supoprt Xcode 5 by Anderw Fish · 10 years ago
  50. 97fa0ee License header updated to match correct format. by Yingke Liu · 10 years ago
  51. f7523de BaseTools: Fix BaseTools C compiler flags for Xcode 5 by Anderw Fish · 10 years ago
  52. ed395cf BaseTools: Fix clang C++ build error by Anderw Fish · 10 years ago
  53. 07355bd [BaseTools] clang warns that since BaseAddress is unsigned it can never be < 0. by Anderw Fish · 10 years ago
  54. 057ac41 BaseTools: add support Xcode 5 in the EmulatorPkg by Andrew Fish · 10 years ago
  55. f426046 Updated GenBootSector, GenCrc32 and GenPage to remove duplicate “Build” word in the version output, updated the minor number and copyright as needed. by lhauch · 10 years ago
  56. fae62ff This patch is going to: by Hess Chen · 10 years ago
  57. 421ccda This patch is going to: by Hess Chen · 10 years ago
  58. a0a2cd1 This patch is going to correct the external PCD database generation rule to support the case that all binary driver are only listed in FDF file. by Feng, Bob C · 10 years ago
  59. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  60. d90aa46 BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output from the --version option. by lhauch · 10 years ago
  61. b69fd59 Fix nmake cleanall bugs. by Yingke Liu · 10 years ago
  62. b3d07ff This patch is going to: by Hess Chen · 10 years ago
  63. bf47c6a Setting the svn property, svn:executable on the new scripts. by lhauch · 10 years ago
  64. bd63012 Adding files for proposed replacement for edksetup.bat. by lhauch · 10 years ago
  65. 0923aa1 This patch is going to: by Hess Chen · 10 years ago
  66. 07b8564 AutoGen.c can only be generated if the module has intermediate object files generated or links other libraries. by Yingke Liu · 10 years ago
  67. fcd4fbf 1. AutoGen.c should be generated if it is not empty even if there are no C source files. by Yingke Liu · 10 years ago
  68. cb60328 BaseTools: Added support for GCC stack protector for ARM architecture by Olivier Martin · 10 years ago
  69. df0cee8 This patch is going to: by Hess Chen · 10 years ago
  70. 4805b4b Fix an issue of building BaseTools from sources using VS2013. by Yingke Liu · 10 years ago
  71. 01ce353 This patch is going to fix a build failure (running of GenFds) in Linux system caused by patch at r15816. by Hess Chen · 10 years ago
  72. abb158d BaseTools: Add rules to build NASM source file into a binary by Jordan Justen · 10 years ago
  73. 03af275 This patch is going to retire the top level makefile on BaseTools for supporting a pure binary build without any complier. by Hess Chen · 10 years ago
  74. 1be2ed9 There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. by Hess Chen · 10 years ago
  75. c9df168 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  76. 65ce860 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  77. 8728098 BaseTools: Add AArch64 ADR_PREL_LO21 and R_AARCH64_CONDBR19 relocations by Harry Liebel · 10 years ago
  78. d8162fb CodeModule: BaseTools - tools_def.txt VS2010, VS2010x86, VS2012 and VS2012x86 update locations for rc.exe tool by lhauch · 10 years ago
  79. cebd6ef Support --version command line for VfrCompile by Eric Dong · 10 years ago
  80. 3a8e175 Update vfr format for orderedlist opcode to consistent with other opcode, also compatible with old format. by Eric Dong · 10 years ago
  81. 537bc12 Add VS2013 tool chain in BaseTools\Conf\tools_def.template. Also, two issues came up related to vs2013 build and caused the build to fail. by Wang, Yu · 10 years ago
  82. 1c023eb BuildEnv: remove useless check before setting $WORKSPACE by Paolo Bonzini · 10 years ago
  83. dafe0fe BaseTools: Add GCC49 toolchain; align data sections to 0x40 by Jordan Justen · 10 years ago
  84. 324c886 BaseTools: Clear build versions to sync with buildtools/BaseTools by Jordan Justen · 10 years ago
  85. 8b7ebdb Update GenFv tool to handle the file path with space. by Gao, Liming liming.gao · 10 years ago
  86. 0515478 Report warning info if vfr file use the flags used for framework code only. by Eric Dong · 10 years ago
  87. 15be099 Clean 1 build error and 1 warning for VfrCompiler. by Eric Dong · 10 years ago
  88. 1d218f8 Report warning info if an action opcode has text two statement. by Eric Dong · 10 years ago
  89. 54032ed CodeModule: BaseTools - Adding the svn:external to the https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 by lhauch · 10 years ago
  90. d2f4e54 CodeModule: BaseTools - Removing Win32 binaries to be replaced with an svn:external to the https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 by lhauch · 10 years ago
  91. e4ac870 Sync BaseTool trunk (version r2670) into EDKII BaseTools. by Gao, Liming · 11 years ago
  92. 5c1e62f Fix CRLF format by Tian, Hot · 11 years ago
  93. f51461c Sync BaseTool trunk (version r2649) into EDKII BaseTools. by Gao, Liming · 11 years ago
  94. 2bc3256 Sync BaseTool trunk (version r2640) into EDKII BaseTools. by Gao, Liming · 11 years ago
  95. e8a4780 Sync BaseTool trunk (version r2610) into EDKII BaseTools. by Liming Gao · 11 years ago
  96. ea0f646 Sync BaseTool trunk (version r2601) into EDKII BaseTools. by Liming Gao · 11 years ago
  97. ac7f472 Forcing the python27.dll to be executable by lhauch · 11 years ago
  98. 4afd3d0 Sync BaseTool trunk (version r2599) into EDKII BaseTools. by Liming Gao · 11 years ago
  99. 1c8ade8 Roll back the changes for BaseTools by ydong10 · 13 years ago
  100. 0e4cdd8 Fix a typo. by ydong10 · 13 years ago