git.legacy.paulk.fr
/
embedded-freedom-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9c6c6e1
)
veyron: ec support
author
Paul Kocialkowski
<contact@paulk.fr>
Sun, 11 Oct 2015 18:26:03 +0000
(20:26 +0200)
committer
Paul Kocialkowski
<contact@paulk.fr>
Sun, 11 Oct 2015 18:26:03 +0000
(20:26 +0200)
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
veyron/ec.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/veyron/ec.sh
b/veyron/ec.sh
new file mode 100755
(executable)
index 0000000..
116d18f
--- /dev/null
+++ b/
veyron/ec.sh
@@ -0,0
+1,6
@@
+#!/bin/sh
+
+CROSS_COMPILE="$( pwd )/coreboot/util/crossgcc/xgcc/bin/armv7-a-eabi-"
+SRC="$( pwd )/ec"
+DST="$( pwd )/ec-out"
+CONFIG="speedy"