1. 9b186e0 util/xcompile: Add NASM to xcompile by Arthur Heymans · 1 year ago
  2. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 2 months ago
  3. ac23f9d Makefile.inc: Decrease minimal pagesize from 4 kB to 1 kB by Paul Menzel · 1 year, 10 months ago
  4. 27c94b5 util/xcompile: Fix building for clang + 64bit by Arthur Heymans · 1 year, 8 months ago
  5. f0d5f67 riscv: Enable the newfangled way of selecting instruction sets by Patrick Georgi · 1 year, 10 months ago
  6. fcfc572 util/xcompile/xcompile: Define GCOV_${TARCH} by Yu-Ping Wu · 2 years ago
  7. a059575 xcompile,clang: increase the number of bracket-depth for CPP by Arthur Heymans · 2 years, 5 months ago
  8. 719d85b util/xcompile: Allow overriding default compiler path by Patrick Georgi · 3 years ago
  9. 41b5b04 util/xcompile: fix XGCCPATH handling by rnhmjoj · 3 years, 7 months ago
  10. 793bf7e util/xcompile: Look for the host compiler in XGCCPATH, too (and first) by Patrick Georgi · 4 years ago
  11. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  12. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 2 months ago
  13. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 2 months ago
  14. 260ba6b util/xcompile: Split $CFLAGS_GCC by Nico Huber · 4 years, 4 months ago
  15. 6b88f90 Revert "crossgcc: Upgrade GCC to 9.2.0" by Patrick Rudolph · 4 years, 4 months ago
  16. dfd3f21 crossgcc: Upgrade GCC to 9.2.0 by Elyes HAOUAS · 5 years ago
  17. c44d1e2 xcompile: Use GCC wrappers for ar, nm by Jacob Garber · 4 years, 10 months ago
  18. 84c7d2d xcompile: Disable null pointer optimizations by Jacob Garber · 4 years, 10 months ago
  19. 9ea4c8a util/xcompile: Only use -Wno-address-of-packed-member if supported by Patrick Georgi · 4 years, 8 months ago
  20. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  21. ceb7e68 xcompile: Explicitly disable warning address-of-packed-member by Elyes HAOUAS · 4 years, 8 months ago
  22. 517ed8b xcompile: Store XGCCPATH by Nico Huber · 5 years ago
  23. 6d7564c Move -Wlogical-op into xcompile by Nico Huber · 5 years ago
  24. c6a5841 xcompile: Fix harmless typo by Nico Huber · 5 years ago
  25. 9b5e8c1 xcompile: Remove --rtlib switch from clang CFLAGS by Damien Zammit · 7 years ago
  26. 1470c73 util/xcompile/xcompile: apply -march to clang as well as gcc by Alan Green · 5 years ago
  27. 0c590f0 pci_drivers/cpu_drivers: Fix constructed arrays on x86_64 by Patrick Rudolph · 6 years ago
  28. 69b6c56 util/xcompile/xcompile: Use tab for indent by Elyes HAOUAS · 6 years ago
  29. 146fe6d util/xcompile/xcompile: Enable x86_64 support by Patrick Rudolph · 6 years ago
  30. c22ad58 arch/power8: Rename to ppc64 by Jonathan Neuschäfer · 6 years ago
  31. 8ba9e8c util: Add description.md to each util by Tom Hiller · 6 years ago
  32. 3b755c2 util/xcompile: prefer riscv64 over riscv by Patrick Georgi · 6 years ago
  33. adb026f clang: Enable integrated assembler on clang builds by Damien Zammit · 7 years ago
  34. 42b37f5 clang: Allow initializer overrides by Stefan Reinauer · 7 years ago
  35. 0b4d564 xcompile: silence clang when referencing packed structs' members by Patrick Georgi · 7 years ago
  36. f138320 xcompile: Also try clang variants under the $triplet-clang scheme by Patrick Georgi · 7 years ago
  37. 6796d78 libpayload: Enable building libpayload with march=i586 by Lee Leahy · 7 years ago
  38. 72dc21c xcompile: Fix clang compiler runtime detection by Stefan Reinauer · 7 years ago
  39. 6d3ce3a xcompile: replace -print-librt-file-name with -print-libgcc-file-name by Patrick Georgi · 7 years ago
  40. be182ad util/xcompile: parallelize compiler checks by Patrick Georgi · 7 years ago
  41. 246051c util/xcompile/xcompile: Add a space before `&&` by Paul Menzel · 8 years ago
  42. 43e5b57 arch/arm: Add armv7-r configuration by Hakim Giydan · 8 years ago
  43. 9cc8cb2 xcompile: add riscv64 name to riscv toolchain by Iru Cai · 8 years ago
  44. 98ab227 xcompile: test if gcc is really available by Stefan Tauner · 8 years ago
  45. e0383d2 xcompile: support being called from payloads/external/.../.../ by Stefan Reinauer · 8 years ago
  46. b194a43 More compatible use of mktemp by Stefan Reinauer · 8 years ago
  47. 534c5e1 util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGS by Paul Menzel · 11 years ago
  48. 82657ca crossgcc: Fix compiler detect for POWER8 big endian mode switch. by Timothy Pearson · 8 years ago
  49. d08eb06 xcompile: Add parameter to aid in debugging by Martin Roth · 8 years ago
  50. 63cf7cd Support arm-linux-gnueabi compilers. by Vladimir Serbinenko · 8 years ago
  51. 0cd9ff8 xcompile: Add a way to specify -march=i586 by Martin Roth · 8 years ago
  52. 27522ad buildgcc: Rename armv7-a-eabi compiler to arm-eabi by Stefan Reinauer · 8 years ago
  53. d6577e1 xcompile: fill in power8 64bit LE by Patrick Georgi · 8 years ago
  54. a1a6f75 xcompile: also look for *-linux compiler triplet by Patrick Georgi · 8 years ago
  55. 74c8645 xcompile: document all the variables! by Patrick Georgi · 8 years ago
  56. 4408409 util/xcompile: Add gnatbind tool by Nico Huber · 9 years ago
  57. 517d4a6 xcompile: Add core count to .xcompile by Martin Roth · 9 years ago
  58. a6e7702 xcompile: More updates on ARM64 Erratum flags by Martin Roth · 9 years ago
  59. 2ba837d xcompile: Quote variables to prevent globbing and splitting. by Martin Roth · 9 years ago
  60. 7051dea xcompile: Use local variables in the test functions by Martin Roth · 9 years ago
  61. 033abe5 xcompile: use $() instead of backticks by Martin Roth · 9 years ago
  62. af0216f xcompile: Only include arm64 erratum check in arm64 section by Martin Roth · 9 years ago
  63. c4b684e xcompile: Put compiler variables outside of 'if' to allow checking by Martin Roth · 9 years ago
  64. f3e60d0 xcompile: Separate flags from clang executable by Martin Roth · 9 years ago
  65. 51d4de8 xcompile: Add XGCCPATH to clang compiler by Martin Roth · 9 years ago
  66. 03f7a49 xcompile: Add separation for architectures to improve readability by Martin Roth · 9 years ago
  67. c2054f3 xcompile: Use tabs for indentation by Martin Roth · 9 years ago
  68. 31c4b64 xcompile: Remove warnings about missing tools & architectures by Martin Roth · 9 years ago
  69. 359737d xcompile: Don't warn on missing power8 compiler by Martin Roth · 9 years ago
  70. b135baa add support for power8 to xcompile script by Ronald G. Minnich · 9 years ago
  71. 6dda31d build system: tighten down .xcompile handling some more by Patrick Georgi · 9 years ago
  72. 6698076 xcompile: Redirect the objdump stderr to /dev/null by zbao · 9 years ago
  73. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  74. 4bfa29e arm64: xcompile: Add support for A53 erratum 843419 by Julius Werner · 9 years ago
  75. 1fff0d2 xcompile: Force localization of objdump to C by Martin Roth · 9 years ago
  76. 15dd6c2 xcompile: crossgcc lookup in parent paths, for painless libpayload support by Paul Kocialkowski · 9 years ago
  77. f53dbfa libpayload: Use top level xcompile by Stefan Reinauer · 9 years ago
  78. b30045f xcompile: switch around armv7 TCARCHes by Stefan Reinauer · 9 years ago
  79. 4c8fa2a Unconditionally compile romstage with -Wa,--divide by Stefan Reinauer · 9 years ago
  80. 8ef928a xcompile: Fix compiler invocation in testcc by Stefan Reinauer · 9 years ago
  81. fb6f78e util/xcompile/xcompile: use env(1) to find bash by Jonathan A. Kollasch · 9 years ago
  82. 8d7b719 xcompile: ask for compiler runtime using appropriate CFLAGS by Patrick Georgi · 9 years ago
  83. 7979dc0 xcompile: x86-64-elf wants -Wa,--divide, too by Stefan Reinauer · 9 years ago
  84. 4dcfa21 xcompile: Don't print error messages by Stefan Reinauer · 9 years ago
  85. ae9f87f xcompile: add support for x86-64 by Stefan Reinauer · 9 years ago
  86. 6404dff xcompile: Fix errors thrown during make gitconfig by Stefan Reinauer · 9 years ago
  87. 34de29a build system: move more clang handling to xcompile by Patrick Georgi · 9 years ago
  88. 527f392 build system: move compiler runtime determination to xcompile by Patrick Georgi · 9 years ago
  89. 8b5a051c xcompile: Detect clang compilers by Patrick Georgi · 9 years ago
  90. 532df29 xcompile: Rename internal variable CFLAGS to CFLAGS_GCC by Patrick Georgi · 9 years ago
  91. 3c3a0fa xcompile: Add CROSS_COMPILE_* variable by Furquan Shaikh · 9 years ago
  92. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  93. e9b7e25 util/xcompile/xcompile: Allow to override `HOSTCC` variable by Paul Menzel · 9 years ago
  94. 05a8472 xcompile: improve mips toolchain handling by Vadim Bendebury · 9 years ago
  95. d2cb1f9 xcompile: Use local variables and make cosmetic changes by Vadim Bendebury · 9 years ago
  96. 93d8e3c armv7-m: add armv7-m configuration by Daisuke Nojiri · 10 years ago
  97. e0935bb build system: mips is a valid nickname for mipsel by Patrick Georgi · 9 years ago
  98. fddf75e build: mips: add default compilation options by Vadim Bendebury · 10 years ago
  99. a6b220d Allow for different BFD elf formats per architecture by Vadim Bendebury · 10 years ago
  100. 6529c33 build: mipsel cross compiler support by Paul Burton · 10 years ago