summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2010-06-09 15:34:15 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:39 -0700
commit683ef40c35d6ad235414236a68735ac86a4b20cc (patch)
tree37928cb5e34062b6443b44a09c3190e29bf53023
parentf21b9a32c994ce8ad175b902b41d0209f72c8af1 (diff)
downloadbootstub-683ef40c35d6ad235414236a68735ac86a4b20cc.tar.gz
Pump up version to 0.9
A good sign for Medfield support... Signed-off-by: Alek Du <alek.du@intel.com>
-rw-r--r--VERSION1
-rw-r--r--bootstub.c2
-rw-r--r--bootstub.spec6
3 files changed, 6 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index fba0a4b..886678c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,4 @@
+0.9 support medfield. Jun 9, 2010
0.8 changed default spi clock to 100mhz Aug 12, 2009
0.7 build e820 table and add SPI controller selection. June 4, 2009
0.6 optimized spi uart and initrd relocation performance. May 26, 2009
diff --git a/bootstub.c b/bootstub.c
index 663f198..f003113 100644
--- a/bootstub.c
+++ b/bootstub.c
@@ -182,7 +182,7 @@ int bootstub(void)
setup_idt();
setup_gdt();
setup_spi();
- bs_printk("Bootstub Version: 0.8 ...\n");
+ bs_printk("Bootstub Version: 0.9 ...\n");
setup_boot_params((struct boot_params *)BOOT_PARAMS_OFFSET,
(struct setup_header *)SETUP_HEADER_OFFSET);
bs_printk("Jump to kernel 32bit entry ...\n");
diff --git a/bootstub.spec b/bootstub.spec
index f3f6411..c357b4a 100644
--- a/bootstub.spec
+++ b/bootstub.spec
@@ -1,6 +1,6 @@
-Summary: this package provides bootstub binary for mrst power on
+Summary: this package provides bootstub binary for mrst/mfld platform
Name: bootstub
-Version: 0.8
+Version: 0.9
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Shells
@@ -28,6 +28,8 @@ install -m 755 bootstub $RPM_BUILD_ROOT/boot/
/boot/bootstub
%changelog
+* Wed Jun 09 2010 Alek Du <alek.du@intel.com> - 0.9
+- Support medfield platform
* Tue Aug 25 2009 Feng Tang <feng.tang@intel.com> - 0.8
- Fix SFI mmio exporting
- changed default spi clock to 100mhz