1. 200f998 BaseTools/GenVtf: silence false "stringop-overflow" warning with memcpy() by Laszlo Ersek · 7 years ago
  2. 3c79537 BaseTools/GenFw AARCH64: fix up GOT based relative relocations by Ard Biesheuvel · 5 years ago
  3. becc943 BaseTools: LzmaCompress: fix gcc-6 warning "misleading-indentation" by Laszlo Ersek · 9 years ago
  4. 78a89d7 edk2: Fix compilation errors on latest Android by Bhanuprakash Modem · 6 years ago
  5. 3f5cf4a VfrCompile: fix invalid comparison between pointer and integer by Paolo Bonzini · 8 years ago
  6. 57bafdd BaseTools/VfrCompile: honor CC if it is set by Michael Thomas · 9 years ago
  7. d7c0483 BaseTools: Remove uuid dependency by Channagoud Kadabi · 9 years ago
  8. 7919244 BaseTools:remove the redundant directories for '-f' with absolute path. by Yonghong Zhu · 9 years ago
  9. c2305a4 BaseTools: Add MultipleWorkspace.py in the common dependency. by Liming Gao · 9 years ago
  10. 7beed8a BaseTools:added extern protocol/PPI/GUID definition in AutoGen for Library by Yonghong Zhu · 9 years ago
  11. a7e173b BaseTools/Scripts: Add PatchCheck.py script by Jordan Justen · 9 years ago
  12. c0c300a BaseTools VfrCompiler: In order to keep consistent, add an optional ";" for condition op-code. by Eric Dong · 9 years ago
  13. 1e69581 BaseTools: Fix the issue to support windows root directory by Liming Gao · 9 years ago
  14. af9785a BaseTools: Fixed an error reported during generating report by Yonghong Zhu · 9 years ago
  15. 8145b63 BaseTool/UPT: Fix two wrong imports for UPT by Hess Chen · 9 years ago
  16. 94762dd BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocs by Ard Biesheuvel · 9 years ago
  17. 094a673 BaseTools: Update edksetup.sh to support multiple workspaces by Liming Gao · 9 years ago
  18. 485eb3a BaseTools: Update Edk2Setup.bat to support multiple workspaces by Liming Gao · 9 years ago
  19. dcc8078 BaseTools: Update edksetup.bat to support multiple workspaces by Liming Gao · 9 years ago
  20. c4f52e1 BaseTools: Update ECC tool to support multiple workspaces by Li YangX · 9 years ago
  21. fb0f806 BaseTools: Update UPT tool to support multiple workspaces by Hesheng Chen · 9 years ago
  22. 05cc51a BaseTools: Update Build tool to support multiple workspaces by Li YangX · 9 years ago
  23. 63e1c23 BaseTools/AARCH64: use large code model for GCC <= 4.8 by Ard Biesheuvel · 9 years ago
  24. 64a63d6 BaseTools/ARM: move to unified GCC linker script by Ard Biesheuvel · 9 years ago
  25. 0bd0d6d BaseTools/GenFw: disable RVCT linker size optimization by Ard Biesheuvel · 9 years ago
  26. 0c960e8 BaseTools/GenFw: remove ARM and RVCT references from ELF64 code by Ard Biesheuvel · 9 years ago
  27. 00261e1 BaseTools/Ecc: Remove checkpoint for STATIC modifier by Hess Chen · 9 years ago
  28. 4f7d5c6 BaseTools/GenFw: align RVA of debug by Ard Biesheuvel · 9 years ago
  29. a921cd1 Revert the change in r18404. by Jeff Fan · 9 years ago
  30. ed30d58 Update BaseTools binary to match main trunk r18339. by Jeff Fan · 9 years ago
  31. 29d960f BaseTools: Fixed bug for single FV generating. by Yingke Liu · 9 years ago
  32. 2bf63b2 BaseTools:To generate string default type correctly in VfrCompiler by Dandan Bi · 9 years ago
  33. 23cc8ad BaseTools: Fix the missing depex file in GenFds by Liming Gao · 9 years ago
  34. 118bf09 BaseTools: Nested !include support in DSC and FDF files by Cecil Sheng · 9 years ago
  35. e70504c BaseTools: Update SetPcdPtr in AutoGen Code by Liming Gao · 9 years ago
  36. 27187d2 BaseTools: Fix AutoGen issue for Patchable VOID* PCD. by Liming Gao · 9 years ago
  37. 2f5acc3 BaseTools: Generate macro for the size of PCD value by Bob Feng · 9 years ago
  38. 9023704 BaseTools: Add NULL pointer check in AutoGen code by Liming Gao · 9 years ago
  39. 7235899 BaseTools/Ecc: Remove checkpoint for STATIC modifier by Hess Chen · 9 years ago
  40. 6eff5d2 BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2 by Star Zeng · 9 years ago
  41. 072418e BaseTools: Fix build fail when the number in validlist is long type. by Bob Feng · 9 years ago
  42. 06cd723 BaseTools AARCH64: use tiny code model by default by Ard Biesheuvel · 9 years ago
  43. 71028ba BaseTools: Add /arch:IA32 option in VS2012 and VS2013 by Liming Gao · 9 years ago
  44. 70bd699 BaseTools GCC: prevent unaligned memory accesses on ARM GCC 4.6 by Ard Biesheuvel · 9 years ago
  45. 26ecc55 BaseTools IA32/X64: prevent .eh_frame sections from being generated by Ard Biesheuvel · 9 years ago
  46. 64ffb95 BaseTools: remove ARMGCC and ARMLINUXGCC toolchains by Ard Biesheuvel · 9 years ago
  47. ad2a2e5 BaseTools: add ARCH detection for AARCH64 and ARM by Ard Biesheuvel · 9 years ago
  48. 9979bab BaseTools/GenFds: Fix 'NoneType' object is not iterable error. by Qiu Shumin · 9 years ago
  49. 5c02fc4 BaseTools: add CLANG35 toolchain with AARCH64 support by Ard Biesheuvel · 9 years ago
  50. 24d610e BaseTools/GenFw: allow AArch64 tiny and small code model relocations by Ard Biesheuvel · 9 years ago
  51. 55668ca BaseTools/Trim: Fixed a bug that cannot trim long values by Yingke Liu · 9 years ago
  52. c4a59af BaseTools IA32/X64: Use GccBase.lds instead of gcc*-ld-script by Ard Biesheuvel · 9 years ago
  53. a7ab160 BaseTools AARCH64: remove incremental linker script for 64K alignment by Ard Biesheuvel · 9 years ago
  54. 6b3720e BaseTools AARCH64: move to unified GCC linker script by Ard Biesheuvel · 9 years ago
  55. 233bd25 BaseTools GCC: move AutoGen.obj contents to .text section by Ard Biesheuvel · 9 years ago
  56. 56948ba BaseTools GCC: align start of .data to .text alignment by Ard Biesheuvel · 9 years ago
  57. efe690c BaseTools GCC: add unified GCC linker script for all archs and versions by Ard Biesheuvel · 9 years ago
  58. c28a4ab BaseTools IA32/X64: get header size and alignment from ld commandline by Ard Biesheuvel · 9 years ago
  59. 25e6306 BaseTools IA32/X64: move .got contents to the PE/COFF .text section by Ard Biesheuvel · 9 years ago
  60. cdeb268 BaseTools IA32/X64: drop redundant alignment from linker script by Ard Biesheuvel · 9 years ago
  61. fa1d29d BaseTools IA32/X64: move .rodata to PE/COFF .text section by Ard Biesheuvel · 9 years ago
  62. e90ba6e BaseTools IA32/X64: remove NOP padding from X86/IA32 GCC linker scripts by Ard Biesheuvel · 9 years ago
  63. aaf8aa7 BaseTools: Add a keyword FvNameString in FDF by Yingke Liu · 9 years ago
  64. 4774668 BaseTools/GenFv: optimize away redundant padding by Ard Biesheuvel · 9 years ago
  65. 46d0f3f BaseTools: use GUID identifiable section for FFS alignment padding by Ard Biesheuvel · 9 years ago
  66. 02a5421 BaseTools/GenFw: move PE/COFF header closer to payload by Ard Biesheuvel · 9 years ago
  67. 0192b71 BaseTools/GenFw: move .debug contents to .data to save space by Ard Biesheuvel · 9 years ago
  68. 41ab153 BaseTools: Make AutoGen.h array declaration match AutoGen.c definition by Scott Duplichan · 9 years ago
  69. 2cec9cc BaseTools/Common: fix heap overrun in ReadMemoryFileLine () by Ard Biesheuvel · 9 years ago
  70. 547a650 BaseTools: Fixed incorrect alignment bug. by Yingke Liu · 9 years ago
  71. 2c69d6f BaseTools/PeCoffLib: handle EFI_IMAGE_REL_BASED_DIR64 in generic code by Ard Biesheuvel · 9 years ago
  72. 2a618e5 BaseTools: Fix BinWrappers LzmaF86Compress Script by Liming Gao · 9 years ago
  73. 28e80be BaseTools: aarch64: add -fno-asynchronous-unwind-tables to gcc cflags by Leif Lindholm · 9 years ago
  74. fe90f48 BaseTools/Upt: Add a BOM check for UNI file and fix some help message error by Hess Chen · 9 years ago
  75. 2549514 BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI file by Hess Chen · 9 years ago
  76. 5ddccf3 BaseTools: Fix build on FreeBSD and allow use of non-gcc system compiler by Bruce Cran · 9 years ago
  77. 64a910f BaseTools: AArch64: use explicit linker scripts by Ard Biesheuvel · 9 years ago
  78. 0b5203b BaseTools/Build: Fix the range expression evaluation error. by Bob Feng · 9 years ago
  79. 288ed59 Revert tree to r17801 by Jordan Justen · 9 years ago
  80. f0dbe9f BaseTools: AArch64: use explicit linker scripts by Ard Biesheuvel · 9 years ago
  81. d77cc20 BaseTools/Ecc: Fix a bug when checking copyright format by Hess Chen · 9 years ago
  82. fa3a215 BaseTools/Ecc: Fix a bug to get correct member variable by Hess Chen · 9 years ago
  83. 5015bee BaseTools: Fixed BuildOptions bug. by Yingke Liu · 9 years ago
  84. 7b6dad3 BaseTools: Add missing EfiPersistentMemory to EFI_MEMORY_TYPE by Samer El-Haj-Mahmoud · 9 years ago
  85. a1fe73a BaseTools: Checked return value of malloc for EfiCompress. by Yingke Liu · 9 years ago
  86. b40286b BaseTools: Do not create an empty file if Rsa2048Sha256Sign was failed. by Yingke Liu · 9 years ago
  87. 203bead There needs to be a space between the output section name and the colon, i.e., by Ard Biesheuvel · 9 years ago
  88. 16e3d2e BaseTools: Added GCC ld script to support 4K alignment. by Yingke Liu · 10 years ago
  89. 54b1b57 BaseTools: Update GenFw to support 4K alignment. by Ard Biesheuvel · 10 years ago
  90. bbb6369 BaseTools: Updated tool_def to support 4K alignment. by Yingke Liu · 10 years ago
  91. 061eb5c BaseTools: Update IASL download link and remove specific version info. by Yingke Liu · 10 years ago
  92. 83461d2 BaseTools/Ecc: Fix a bug of determining boolean variable incorrectly by Hess Chen · 10 years ago
  93. e84d2b7 BaseTools/Ecc: Fix two bugs for the checkpoint of GUID by Hess Chen · 10 years ago
  94. ce2f594 BaseTools/Ecc: Fix a bug in parser by Hess Chen · 10 years ago
  95. 14239f6 BaseTools/Ecc: Add a checkpoint for invalid DEC file. by Hess Chen · 10 years ago
  96. b66592d BaseTools/Ecc: Add a checkpoint for invalid PCD info. by Hess Chen · 10 years ago
  97. 1b2467c BaseTools/Ecc: Add a checkpoint for invalid UNI file. by Hess Chen · 10 years ago
  98. 8c3f9b4 BaseTools/Ecc: Add a Configuration item by Hess Chen · 10 years ago
  99. 156d6d6 BaseTools/Tests: Verify supported UTF-8 data is allowed by Jordan Justen · 10 years ago
  100. 8fb5a0c BaseTools/Tests: Verify unsupported UTF-8 data is rejected by Jordan Justen · 10 years ago