1. e8b4d9f BaseTools: Ignore BaseTools/Bin/Win32 directory in .gitignore by Liming Gao · 10 years ago
  2. 14e900d Updated for ECC.exe by lhauch · 10 years ago
  3. 1ae469b BaseTools/Build: Add all support skuid to the Pcd DB system skuid table by Bob Feng · 10 years ago
  4. 82a6a96 BaseTools/Build: Add SDL support by Bob Feng · 10 years ago
  5. b7668cc BaseTools/Ecc: Add ECC (EFI Code Checker) Binary into BaseTools bin directory. by Chen, Hesheng · 10 years ago
  6. ca04b83 NT32Pkg: Fix build errors from building secure boot with NT32 X64 by Cinnamon Shia · 10 years ago
  7. 234f9ff BaseTools/GenFw: Set the PE/COFF attribute BaseOfData with the address of the first '.data' section by Erik Bjorge · 10 years ago
  8. 22a99b8 1. Update UpdateBuildVersion.py; by Yingke Liu · 10 years ago
  9. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  10. 2f04e52 Fix SET statement bug which is always evaluated even it is in a False conditional statement. by Yingke Liu · 10 years ago
  11. b0e23cf Fixed build issue with fds target specified. by Yingke Liu · 10 years ago
  12. c5f1d43 BaseTools Fix NASM tool version in comments of tools_def.template by Liming Gao · 10 years ago
  13. 5c7956a Fixed VfrCompile crash on efivarstore statement. by Eric Dong · 10 years ago
  14. 871f673 Rollback change 16544. by Eric Dong · 10 years ago
  15. 997a5d1 Fix ‘build run’ doesn’t work for NT32 X64 build. by Cinnamon Shia · 10 years ago
  16. f571ef9 Fixed VfrCompile crash on efivarstore statement. by Aaron Pop · 10 years ago
  17. 8d62ae3 BaseTools/ECC: Fix some issues of ECC tool by Hess Chen · 10 years ago
  18. 8546dfe Fix a regression bug to uni parser. by Yingke Liu · 10 years ago
  19. 62771ce Fix ARM build failure with gcc 4.6. by Scott Duplichan · 10 years ago
  20. edafa0b Enhance error handling for external tool. by Yingke Liu · 10 years ago
  21. 71f0291 Corrected slash and quote handling in the strings of UNI files. by Cecil Sheng · 10 years ago
  22. 1f0a062 BaseTools/UPT: Fix an issue of storing wrong PCD into XML file. by Hess Chen · 10 years ago
  23. 915a379 BaseTools: Extend support for Windows hosted gcc to versions 4.4-4.7. by Scott Duplichan · 10 years ago
  24. 285a175 BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building from Windows. by Scott Duplichan · 10 years ago
  25. d808fc6 BaseTools: Correct NASM output file type for UNIXGCC and CYGGCC. by Liming Gao · 10 years ago
  26. bcbdc75 BaseTools: Fix a cleanall issue. by Yingke Liu · 10 years ago
  27. 8200fcf BaseTool: Support EDKII style GUID definition for VFR function. by Yingke Liu · 10 years ago
  28. b85f579 BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to start of a section by Olivier Martin · 10 years ago
  29. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  30. fe7ad7f BaseTools: Add ConvertMasmToNasm.py script by Jordan Justen · 10 years ago
  31. 0414ec2 BaseTools/UPT: Remove Macro Expend for UserExtension section by Hess Chen · 10 years ago
  32. 71bcf79 EDK II: Add .gitignore by Ryan Harkin · 10 years ago
  33. 0a0ca78 BaseTools: Use '/' as path separator for objcopy --add-gnu-debuglink by Nikolai Saoukh · 10 years ago
  34. e0ba625 BaseTools: Actually plug in BaseTools build on AArch64 by Leif Lindholm · 10 years ago
  35. b4dfada BaseTools: Update nmake Makefile to handle the file path with “:\\”. by Gao, Liming · 10 years ago
  36. e7ae4a7 BaseTools/ECC: Ignore duplicate check for 'NULL' library by Hess Chen · 10 years ago
  37. 875cc5b BaseTools/Upt: Fix several bugs by Hess Chen · 10 years ago
  38. 76d4751 BaseTools/Upt: Fix several bugs by Hess Chen · 10 years ago
  39. ec53da7 BaseTools: Update the BaseTools/Source/Python/Makefile to check for dependent files by Gao, Liming · 10 years ago
  40. 4d10d18 Update Build Tool version from 0.51 to 0.60 by Gao, Liming · 10 years ago
  41. 9b9500a Support DSC and FDF file out of WORKSPACE by GenFds. by Yingke Liu · 10 years ago
  42. 438f3ad BaseTools/Source/C: Only used '-Wno-self-assign' when BaseTools are built on DARWIN by Andrew Fish · 10 years ago
  43. 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
  44. 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
  45. 7ae7dcb BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF. by Yingke Liu · 10 years ago
  46. 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
  47. e5367bf BaseTools: Fix XCODE5 to work properly with NASM by Andrew Fish · 10 years ago
  48. 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
  49. 49d9b71 BaseTools/AutoGen: Remove redundant copy action for binary module by Hess Chen · 10 years ago
  50. cf2b2bd BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files. by Hess Chen · 10 years ago
  51. 51b8553 BaseTools/CommonLib: Add a step to convert ":\\" to ":\" by Hess Chen · 10 years ago
  52. b3f9cda BaseTools tools_def: Indicate that NASM 2.07 or later is required by Jordan Justen · 10 years ago
  53. ff02798 BaseTools build_rule: Add .nasm => .obj build rule by Jordan Justen · 10 years ago
  54. 9a5a743 BaseTools tools_def: Add NASM_FLAGS by Jordan Justen · 10 years ago
  55. 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
  56. 9358dc2 BaseTools: Cleanup XCODE build rules by Anderw Fish · 10 years ago
  57. 4484f39 BaseTools: Add the XCODE5 tools target to supoprt Xcode 5 by Anderw Fish · 10 years ago
  58. 97fa0ee License header updated to match correct format. by Yingke Liu · 10 years ago
  59. f7523de BaseTools: Fix BaseTools C compiler flags for Xcode 5 by Anderw Fish · 10 years ago
  60. ed395cf BaseTools: Fix clang C++ build error by Anderw Fish · 10 years ago
  61. 07355bd [BaseTools] clang warns that since BaseAddress is unsigned it can never be < 0. by Anderw Fish · 10 years ago
  62. 057ac41 BaseTools: add support Xcode 5 in the EmulatorPkg by Andrew Fish · 10 years ago
  63. 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
  64. fae62ff This patch is going to: by Hess Chen · 10 years ago
  65. 421ccda This patch is going to: by Hess Chen · 10 years ago
  66. 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
  67. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  68. d90aa46 BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output from the --version option. by lhauch · 10 years ago
  69. b69fd59 Fix nmake cleanall bugs. by Yingke Liu · 10 years ago
  70. b3d07ff This patch is going to: by Hess Chen · 10 years ago
  71. bf47c6a Setting the svn property, svn:executable on the new scripts. by lhauch · 10 years ago
  72. bd63012 Adding files for proposed replacement for edksetup.bat. by lhauch · 10 years ago
  73. 0923aa1 This patch is going to: by Hess Chen · 10 years ago
  74. 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
  75. 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
  76. cb60328 BaseTools: Added support for GCC stack protector for ARM architecture by Olivier Martin · 10 years ago
  77. df0cee8 This patch is going to: by Hess Chen · 10 years ago
  78. 4805b4b Fix an issue of building BaseTools from sources using VS2013. by Yingke Liu · 10 years ago
  79. 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
  80. abb158d BaseTools: Add rules to build NASM source file into a binary by Jordan Justen · 10 years ago
  81. 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
  82. 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
  83. c9df168 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  84. 65ce860 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  85. 8728098 BaseTools: Add AArch64 ADR_PREL_LO21 and R_AARCH64_CONDBR19 relocations by Harry Liebel · 10 years ago
  86. d8162fb CodeModule: BaseTools - tools_def.txt VS2010, VS2010x86, VS2012 and VS2012x86 update locations for rc.exe tool by lhauch · 10 years ago
  87. cebd6ef Support --version command line for VfrCompile by Eric Dong · 10 years ago
  88. 3a8e175 Update vfr format for orderedlist opcode to consistent with other opcode, also compatible with old format. by Eric Dong · 10 years ago
  89. 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
  90. 1c023eb BuildEnv: remove useless check before setting $WORKSPACE by Paolo Bonzini · 10 years ago
  91. dafe0fe BaseTools: Add GCC49 toolchain; align data sections to 0x40 by Jordan Justen · 10 years ago
  92. 324c886 BaseTools: Clear build versions to sync with buildtools/BaseTools by Jordan Justen · 10 years ago
  93. 8b7ebdb Update GenFv tool to handle the file path with space. by Gao, Liming liming.gao · 10 years ago
  94. 0515478 Report warning info if vfr file use the flags used for framework code only. by Eric Dong · 10 years ago
  95. 15be099 Clean 1 build error and 1 warning for VfrCompiler. by Eric Dong · 10 years ago
  96. 1d218f8 Report warning info if an action opcode has text two statement. by Eric Dong · 10 years ago
  97. 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
  98. 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
  99. e4ac870 Sync BaseTool trunk (version r2670) into EDKII BaseTools. by Gao, Liming · 11 years ago
  100. 5c1e62f Fix CRLF format by Tian, Hot · 11 years ago