summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2009-08-25 16:18:57 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:39 -0700
commit589633d40e1103591630d399aac0bd39ea3613c5 (patch)
treec41ba4e7536834b060ed15d72d8ef06ea17eafd4
parent33a7a35843afcacfefbc075371c5a7647611c5b2 (diff)
downloadbootstub-589633d40e1103591630d399aac0bd39ea3613c5.tar.gz
Pump up version to 0.8
Signed-off-by: Alek Du <alek.du@intel.com>
-rw-r--r--Makefile2
-rw-r--r--bootstub.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d6d69fa..a2c0301 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ clean:
rm -rf *.o *.bin *.elf *.bz2 *.rpm
source:bootstub.c head.S VERSION
- git-archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
+ git archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
rpm:source
cp bootstub.spec /usr/src/redhat/SPECS/
diff --git a/bootstub.spec b/bootstub.spec
index 786cb52..f3f6411 100644
--- a/bootstub.spec
+++ b/bootstub.spec
@@ -1,6 +1,6 @@
Summary: this package provides bootstub binary for mrst power on
Name: bootstub
-Version: 0.5
+Version: 0.8
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Shells
@@ -28,7 +28,10 @@ install -m 755 bootstub $RPM_BUILD_ROOT/boot/
/boot/bootstub
%changelog
-* Thu Jun 04 2008 Alek Du <alek.du@intel.com> - 0.7
+* Tue Aug 25 2009 Feng Tang <feng.tang@intel.com> - 0.8
+- Fix SFI mmio exporting
+- changed default spi clock to 100mhz
+* Thu Jun 04 2009 Alek Du <alek.du@intel.com> - 0.7
- build e820 table (by Feng.Tang@intel.com)
- add SPI controller selection flag
* Tue May 12 2009 Alek Du <alek.du@intel.com> - 0.6