blob: 89df23e6e48bc01b07544673b029a96113578c8b [file] [log] [blame]
Alek Du683ef402010-06-09 15:34:15 +08001Summary: this package provides bootstub binary for mrst/mfld platform
Alek Du4aa054e2008-05-21 17:31:08 +08002Name: bootstub
Leonard Mai4c56e452011-10-06 12:27:46 -07003Version: 1.1
Alek Du4aa054e2008-05-21 17:31:08 +08004Release: 1%{?dist}
5License: GPLv2
6Group: System Environment/Shells
7Source: %{name}-%{version}.tar.bz2
8BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Alek Du4aa054e2008-05-21 17:31:08 +08009
10%description
11this package provides bootstub to create NAND boot image
12
13%prep
14%setup -q
15
16%build
17make
18
19%install
20rm -rf $RPM_BUILD_ROOT
21mkdir -p $RPM_BUILD_ROOT/boot
22install -m 755 bootstub $RPM_BUILD_ROOT/boot/
23
24%clean
25
26%files
27%defattr(-,root,root,-)
28/boot/bootstub
29
30%changelog
Alek Du683ef402010-06-09 15:34:15 +080031* Wed Jun 09 2010 Alek Du <alek.du@intel.com> - 0.9
32- Support medfield platform
Alek Du589633d2009-08-25 16:18:57 +080033* Tue Aug 25 2009 Feng Tang <feng.tang@intel.com> - 0.8
34- Fix SFI mmio exporting
35- changed default spi clock to 100mhz
36* Thu Jun 04 2009 Alek Du <alek.du@intel.com> - 0.7
Alek Dua8cef7f2009-06-04 15:02:03 +080037- build e820 table (by Feng.Tang@intel.com)
38- add SPI controller selection flag
Alek Dua24ea5c2009-05-26 09:56:47 +080039* Tue May 12 2009 Alek Du <alek.du@intel.com> - 0.6
40- improved initrd relocation performance
41- improved spi uart output performance
Alek Du8d78f4b2009-03-12 16:13:32 +080042* Thu Mar 12 2009 Alek Du <alek.du@intel.com> - 0.5
43- add sub arch parameter
44* Thu Jul 10 2008 Alek Du <alek.du@intel.com> - 0.4
Alek Du4c20ce22008-07-10 15:00:41 +080045- add SPI uart suppression flag
Alek Du8d78f4b2009-03-12 16:13:32 +080046* Tue Jun 17 2008 Alek Du <alek.du@intel.com> - 0.3
Alek Du3ef78bd2008-06-17 14:15:40 +080047- change SPI uart slave select to 0x2 according to ESL 2008.06 version
Alek Du8d78f4b2009-03-12 16:13:32 +080048* Tue Jun 10 2008 Alek Du <alek.du@intel.com> - 0.2
Alek Du5b2b33f2008-06-17 14:19:33 +080049- add SPI uart support
Alek Du8d78f4b2009-03-12 16:13:32 +080050* Mon May 26 2008 Alek Du <alek.du@intel.com > - 0.1
Alek Du5b2b33f2008-06-17 14:19:33 +080051- create initial package