index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
xcompile
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Add description.md to each util
Tom Hiller
2018-07-26
1
-0
/
+1
*
util/xcompile: prefer riscv64 over riscv
Patrick Georgi
2018-05-09
1
-1
/
+1
*
clang: Enable integrated assembler on clang builds
Damien Zammit
2017-09-02
1
-1
/
+1
*
clang: Allow initializer overrides
Stefan Reinauer
2017-06-27
1
-1
/
+2
*
xcompile: silence clang when referencing packed structs' members
Patrick Georgi
2017-06-27
1
-1
/
+1
*
xcompile: Also try clang variants under the $triplet-clang scheme
Patrick Georgi
2017-06-27
1
-2
/
+4
*
libpayload: Enable building libpayload with march=i586
Lee Leahy
2017-06-26
1
-1
/
+1
*
xcompile: Fix clang compiler runtime detection
Stefan Reinauer
2017-06-25
1
-3
/
+15
*
xcompile: replace -print-librt-file-name with -print-libgcc-file-name
Patrick Georgi
2017-05-16
1
-1
/
+1
*
util/xcompile: parallelize compiler checks
Patrick Georgi
2017-01-31
1
-4
/
+14
*
util/xcompile/xcompile: Add a space before `&&`
Paul Menzel
2016-10-28
1
-1
/
+1
*
arch/arm: Add armv7-r configuration
Hakim Giydan
2016-09-12
1
-1
/
+1
*
xcompile: add riscv64 name to riscv toolchain
Iru Cai
2016-08-17
1
-1
/
+1
*
xcompile: test if gcc is really available
Stefan Tauner
2016-05-03
1
-6
/
+6
*
xcompile: support being called from payloads/external/.../.../
Stefan Reinauer
2016-04-21
1
-0
/
+6
*
More compatible use of mktemp
Stefan Reinauer
2016-04-18
1
-1
/
+1
*
util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGS
Paul Menzel
2016-04-14
1
-5
/
+0
*
crossgcc: Fix compiler detect for POWER8 big endian mode switch.
Timothy Pearson
2016-04-04
1
-4
/
+5
*
xcompile: Add parameter to aid in debugging
Martin Roth
2016-02-23
1
-0
/
+8
*
Support arm-linux-gnueabi compilers.
Vladimir Serbinenko
2016-02-21
1
-0
/
+1
*
xcompile: Add a way to specify -march=i586
Martin Roth
2016-02-03
1
-5
/
+22
*
buildgcc: Rename armv7-a-eabi compiler to arm-eabi
Stefan Reinauer
2016-01-31
1
-1
/
+1
*
xcompile: fill in power8 64bit LE
Patrick Georgi
2016-01-26
1
-5
/
+5
*
xcompile: also look for *-linux compiler triplet
Patrick Georgi
2016-01-26
1
-0
/
+1
*
xcompile: document all the variables!
Patrick Georgi
2016-01-26
1
-0
/
+8
*
util/xcompile: Add gnatbind tool
Nico Huber
2016-01-23
1
-0
/
+1
*
xcompile: Add core count to .xcompile
Martin Roth
2016-01-15
1
-0
/
+19
*
xcompile: More updates on ARM64 Erratum flags
Martin Roth
2016-01-14
1
-4
/
+5
*
xcompile: Quote variables to prevent globbing and splitting.
Martin Roth
2016-01-07
1
-7
/
+7
*
xcompile: Use local variables in the test functions
Martin Roth
2016-01-07
1
-3
/
+5
*
xcompile: use $() instead of backticks
Martin Roth
2016-01-07
1
-6
/
+6
*
xcompile: Only include arm64 erratum check in arm64 section
Martin Roth
2016-01-07
1
-1
/
+11
*
xcompile: Put compiler variables outside of 'if' to allow checking
Martin Roth
2016-01-07
1
-11
/
+24
*
xcompile: Separate flags from clang executable
Martin Roth
2016-01-07
1
-1
/
+2
*
xcompile: Add XGCCPATH to clang compiler
Martin Roth
2016-01-07
1
-2
/
+2
*
xcompile: Add separation for architectures to improve readability
Martin Roth
2016-01-07
1
-1
/
+5
*
xcompile: Use tabs for indentation
Martin Roth
2016-01-07
1
-1
/
+1
*
xcompile: Remove warnings about missing tools & architectures
Martin Roth
2016-01-05
1
-12
/
+4
*
xcompile: Don't warn on missing power8 compiler
Martin Roth
2015-12-07
1
-1
/
+1
*
add support for power8 to xcompile script
Ronald G. Minnich
2015-12-03
1
-1
/
+11
*
build system: tighten down .xcompile handling some more
Patrick Georgi
2015-11-20
1
-0
/
+1
*
xcompile: Redirect the objdump stderr to /dev/null
zbao
2015-11-20
1
-1
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
arm64: xcompile: Add support for A53 erratum 843419
Julius Werner
2015-08-28
1
-0
/
+20
*
xcompile: Force localization of objdump to C
Martin Roth
2015-08-25
1
-1
/
+1
*
xcompile: crossgcc lookup in parent paths, for painless libpayload support
Paul Kocialkowski
2015-08-10
1
-1
/
+13
*
libpayload: Use top level xcompile
Stefan Reinauer
2015-07-09
1
-1
/
+1
*
xcompile: switch around armv7 TCARCHes
Stefan Reinauer
2015-07-09
1
-1
/
+1
*
Unconditionally compile romstage with -Wa,--divide
Stefan Reinauer
2015-07-07
1
-8
/
+0
*
xcompile: Fix compiler invocation in testcc
Stefan Reinauer
2015-07-07
1
-1
/
+1
[next]