diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-10-15 10:52:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-10-15 10:52:06 +0200 |
commit | 7931d1b1bae305f4ffb16e4d050c1a027243e0fa (patch) | |
tree | 76d7f265f55c4192b410b4978d8419a960f94ac4 | |
parent | 119e88a452987cc8d64179a01b959473953c1138 (diff) | |
download | coreboot-7931d1b1bae305f4ffb16e4d050c1a027243e0fa.tar.gz |
add vboot
-rw-r--r-- | 3rdparty-vboot-gfbf631c.tar.gz | bin | 0 -> 35442616 bytes | |||
-rw-r--r-- | coreboot.git.spec | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty-vboot-gfbf631c.tar.gz b/3rdparty-vboot-gfbf631c.tar.gz Binary files differnew file mode 100644 index 0000000..bc97a4b --- /dev/null +++ b/3rdparty-vboot-gfbf631c.tar.gz 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() { |