summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-10-15 10:52:06 +0200
committerGerd Hoffmann <kraxel@redhat.com>2015-10-15 10:52:06 +0200
commit7931d1b1bae305f4ffb16e4d050c1a027243e0fa (patch)
tree76d7f265f55c4192b410b4978d8419a960f94ac4
parent119e88a452987cc8d64179a01b959473953c1138 (diff)
downloadcoreboot-7931d1b1bae305f4ffb16e4d050c1a027243e0fa.tar.gz
add vboot
-rw-r--r--3rdparty-vboot-gfbf631c.tar.gzbin0 -> 35442616 bytes
-rw-r--r--coreboot.git.spec3
2 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty-vboot-gfbf631c.tar.gz b/3rdparty-vboot-gfbf631c.tar.gz
new file mode 100644
index 0000000..bc97a4b
--- /dev/null
+++ b/3rdparty-vboot-gfbf631c.tar.gz
Binary files differ
diff --git a/coreboot.git.spec b/coreboot.git.spec
index a0420cf..0aad0c9 100644
--- a/coreboot.git.spec
+++ b/coreboot.git.spec
@@ -8,6 +8,7 @@ Summary: open source x86 firmware
Group: Applications/Emulators
License: GPLv2+
Source0: coreboot.git-g0cc33da.tar.xz
+Source1: 3rdparty-vboot-gfbf631c.tar.gz
Source10: config.i440fx.seabios
Source11: config.i440fx.seabios.corevga
@@ -35,6 +36,8 @@ coreboot tools
%prep
%setup -q -n %{name}
+cd %{name}
+tar xf %{SOURCE1}
%build
function do_build() {