diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-01 14:34:24 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-02-05 10:34:17 +0100 |
commit | ec0b586f9251ea622ee9a0006caab8efb24fd277 (patch) | |
tree | 569123aa41a57583019eda445a2e4b3b3ac534d3 /.gitmodules | |
parent | 380e1676802825fa0b9429c3438f366d413f1297 (diff) | |
download | coreboot-ec0b586f9251ea622ee9a0006caab8efb24fd277.tar.xz |
3rdparty/chromeec: Add Chrome EC firmware sources
Note that this is a manually added commit id (to get the CrEC fixes in
that are necessary for building outside cros_sdk), so it will probably
fail.
Change-Id: Idc15cf268c663ae49b209b92b198c9a4d122c7e3
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13546
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5990f2df81..b8f28cd500 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,3 +12,6 @@ [submodule "arm-trusted-firmware"] path = 3rdparty/arm-trusted-firmware url = ../arm-trusted-firmware.git +[submodule "3rdparty/chrome-ec"] + path = 3rdparty/chromeec + url = ../chrome-ec.git |