From 7931d1b1bae305f4ffb16e4d050c1a027243e0fa Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 15 Oct 2015 10:52:06 +0200 Subject: add vboot --- 3rdparty-vboot-gfbf631c.tar.gz | Bin 0 -> 35442616 bytes coreboot.git.spec | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 3rdparty-vboot-gfbf631c.tar.gz diff --git a/3rdparty-vboot-gfbf631c.tar.gz b/3rdparty-vboot-gfbf631c.tar.gz new file mode 100644 index 0000000..bc97a4b Binary files /dev/null and b/3rdparty-vboot-gfbf631c.tar.gz 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() { -- cgit