1 |
blino |
1235821 |
%global debug_package %{nil} |
2 |
|
|
|
3 |
|
|
# Tarfile created using git |
4 |
|
|
# git clone https://github.com/raspberrypi/firmware.git |
5 |
|
|
# cd firmware/boot |
6 |
|
|
# tar cJvf ../bcm283x-firmware-%{gitshort}.tar.xz *bin *dat *elf LICENCE.broadcom COPYING.linux overlays/ |
7 |
|
|
%define gitshort 784fe6c |
8 |
|
|
|
9 |
|
|
Name: bcm283x-firmware |
10 |
|
|
Version: 20180525 |
11 |
|
|
Release: 1.%{gitshort}%{?dist} |
12 |
|
|
Summary: Broadcom bcm283x firmware for the Raspberry Pi |
13 |
blino |
1235822 |
Group: System/Kernel and hardware |
14 |
blino |
1235821 |
# see LICENSE.broadcom |
15 |
|
|
License: Redistributable, no modification permitted |
16 |
|
|
URL: https://github.com/raspberrypi/ |
17 |
|
|
|
18 |
|
|
Source0: %{name}-%{gitshort}.tar.xz |
19 |
|
|
Source1: config.txt |
20 |
|
|
Source2: config-64.txt |
21 |
|
|
|
22 |
|
|
ExclusiveArch: %{arm} aarch64 |
23 |
|
|
|
24 |
|
|
%description |
25 |
|
|
Firmware for the Broadcom bcm283x SoC as shipped in devices such as the |
26 |
|
|
Raspberry Pi. |
27 |
|
|
|
28 |
|
|
%prep |
29 |
|
|
%setup -q -n %{name}-%{gitshort} -c %{name}-%{gitshort} |
30 |
|
|
|
31 |
|
|
%build |
32 |
|
|
|
33 |
|
|
%install |
34 |
|
|
mkdir -p %{buildroot}/%{_datadir}/%{name} |
35 |
|
|
mkdir -p %{buildroot}/%{_datadir}/%{name}/overlays |
36 |
|
|
install -p %{SOURCE1} %{buildroot}/%{_datadir}/%{name} |
37 |
|
|
install -p %{SOURCE2} %{buildroot}/%{_datadir}/%{name} |
38 |
|
|
install -p *bin %{buildroot}/%{_datadir}/%{name} |
39 |
|
|
install -p *dat %{buildroot}/%{_datadir}/%{name} |
40 |
|
|
install -p *elf %{buildroot}/%{_datadir}/%{name} |
41 |
|
|
install -p overlays/README %{buildroot}/%{_datadir}/%{name}/overlays |
42 |
|
|
install -p overlays/*.dtbo %{buildroot}/%{_datadir}/%{name}/overlays |
43 |
|
|
|
44 |
|
|
%files |
45 |
|
|
# DT Overlays covered under Linux Kernel GPLv2 |
46 |
|
|
%license LICENCE.broadcom COPYING.linux |
47 |
|
|
%{_datadir}/%{name} |
48 |
|
|
|
49 |
|
|
%changelog |
50 |
|
|
* Wed Apr 18 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180525-1.784fe6c |
51 |
|
|
- Latest upstream firmware |
52 |
|
|
|
53 |
|
|
* Wed Apr 18 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180416-1.a154f21 |
54 |
|
|
- Firmware fix for some Raspberry Pi 3+ issues |
55 |
|
|
|
56 |
|
|
* Thu Apr 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180409-1.d46b40b |
57 |
|
|
- Upstream firmware fixes |
58 |
|
|
|
59 |
|
|
* Sun Apr 8 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180406-1.3aa8060 |
60 |
|
|
- Upstream firmware fixes |
61 |
|
|
- Ship DT overlays |
62 |
|
|
- Update config.txt |
63 |
|
|
|
64 |
|
|
* Tue Mar 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180316-1.25cf637 |
65 |
|
|
- Upstream firmware fixes |
66 |
|
|
|
67 |
|
|
* Wed Mar 14 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180314-1.086a848 |
68 |
|
|
- Add support for Raspberry Pi 3+ (Happy Pi day) |
69 |
|
|
|
70 |
|
|
* Thu Mar 8 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180307-1.7fdcd00 |
71 |
|
|
- Upstream firmware fixes |
72 |
|
|
|
73 |
|
|
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180209-1.b1a7f4a |
74 |
|
|
- Latest firmware, updated license text |
75 |
|
|
|
76 |
|
|
* Wed Jan 3 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20171201-1.9426e18 |
77 |
|
|
- Latest firmware |
78 |
|
|
|
79 |
|
|
* Sun Oct 15 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20171011-1.a88e126 |
80 |
|
|
- Latest firmware |
81 |
|
|
|
82 |
|
|
* Thu Sep 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170912-1.2067241 |
83 |
|
|
- Update to 2067241 firmware with various fixes/improvements |
84 |
|
|
|
85 |
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170703-3.5f54395 |
86 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
87 |
|
|
|
88 |
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170703-2.5f54395 |
89 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
90 |
|
|
|
91 |
|
|
* Thu Jul 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> |
92 |
|
|
- Allow OS rather than firmware control CEC |
93 |
|
|
|
94 |
|
|
* Mon Jul 3 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170703-1.5f54395 |
95 |
|
|
- Update to 5f54395 firmware (upstream fix for serial baud rate regression) |
96 |
|
|
|
97 |
|
|
* Mon Jul 3 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170613-2.73f44c6 |
98 |
|
|
- Move back to firmware 73f44c6 (20170515) to fix regresion on serial console |
99 |
|
|
|
100 |
|
|
* Wed Jun 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170613-1.7a661e0 |
101 |
|
|
- Latest firmware |
102 |
|
|
|
103 |
|
|
* Mon May 15 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170504-1.284e48a |
104 |
|
|
- Enable DMA driver in initrd |
105 |
|
|
- Latest firmware |
106 |
|
|
|
107 |
|
|
* Wed Apr 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170404-2.b038854 |
108 |
|
|
- Add config-64.txt for default 64 bit options for the RPi3 |
109 |
|
|
|
110 |
|
|
* Wed Apr 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170404-1.b038854 |
111 |
|
|
- Latest firmware, minor config tweaks |
112 |
|
|
|
113 |
|
|
* Sun Mar 26 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170324-1.76fc4dd |
114 |
|
|
- Drop bcm2835_dma from initrd, it's too unstable |
115 |
|
|
- Latest firmware fixes |
116 |
|
|
|
117 |
|
|
* Tue Mar 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170314-2.509beaa |
118 |
|
|
- Add bcm2835_dma to initrd list |
119 |
|
|
|
120 |
|
|
* Tue Mar 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170314-1.509beaa |
121 |
|
|
- Latest firmware fixes |
122 |
|
|
- Transition mechanism for MMC changes |
123 |
|
|
|
124 |
|
|
* Thu Feb 9 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170208-1.db5fd5e |
125 |
|
|
- Latest firmware fixes |
126 |
|
|
|
127 |
|
|
* Thu Feb 2 2017 Peter Robinson <pbrobinson@fedoraproject.org> 20170131-1.72b44d8 |
128 |
|
|
- Latest firmware fixes |
129 |
|
|
|
130 |
|
|
* Wed Dec 28 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20161209-1.6d45dcf |
131 |
|
|
- Latest firmware fixes |
132 |
|
|
|
133 |
|
|
* Sat Oct 22 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20161020-1.a0e54e7 |
134 |
|
|
- Latest firmware fixes |
135 |
|
|
- Minor config tweaks |
136 |
|
|
|
137 |
|
|
* Sat Sep 24 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160913-2.c93fb48 |
138 |
|
|
- Minor config tweaks |
139 |
|
|
|
140 |
|
|
* Wed Sep 14 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160913-1.c93fb48 |
141 |
|
|
- Numerous config enhancements |
142 |
|
|
- Latest firmware fixes |
143 |
|
|
|
144 |
|
|
* Sat Aug 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160823-1.d0bc6ce |
145 |
|
|
- Latest firmware fixes |
146 |
|
|
|
147 |
|
|
* Tue Jul 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160712-1.6ab4d20 |
148 |
|
|
- Latest firmware fixes |
149 |
|
|
|
150 |
|
|
* Mon May 16 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160513-1.c17fa41 |
151 |
|
|
- Config options for HW rev 3 |
152 |
|
|
- Latest firmware fixes |
153 |
|
|
|
154 |
|
|
* Sat Apr 30 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160430-1.611d798 |
155 |
|
|
- Latest firmware update |
156 |
|
|
|
157 |
|
|
* Mon Mar 7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160307-1.a192a05 |
158 |
|
|
- Latest firmware update |
159 |
|
|
|
160 |
|
|
* Wed Mar 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160229-1.9cd1c6c |
161 |
|
|
- Latest firmware update |
162 |
|
|
- Build for aarch64 |
163 |
|
|
|
164 |
|
|
* Mon Feb 8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 20160201-1.cb2ffaa |
165 |
|
|
- Latest firmware update |
166 |
|
|
|
167 |
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20151219-2.1efc1ec |
168 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
169 |
|
|
|
170 |
|
|
* Mon Dec 21 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20151219-1.1efc1ec |
171 |
|
|
- Latest firmware update |
172 |
|
|
|
173 |
|
|
* Mon Oct 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20151004-1.b06b317 |
174 |
|
|
- Latest firmware update |
175 |
|
|
|
176 |
|
|
* Fri Aug 28 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150824-1.c6ae1d6 |
177 |
|
|
- Latest firmware update |
178 |
|
|
|
179 |
|
|
* Fri Jul 24 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150723-1.43c4847 |
180 |
|
|
- Latest firmware update |
181 |
|
|
|
182 |
|
|
* Tue Jun 30 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150630-1.89881b5 |
183 |
|
|
- Latest firmware update |
184 |
|
|
|
185 |
|
|
* Wed Jun 24 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150623-1.856e2e1 |
186 |
|
|
- Latest firmware update |
187 |
|
|
|
188 |
|
|
* Sun Jun 21 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150619-1.8b9d7b8 |
189 |
|
|
- Latest firmware update |
190 |
|
|
- update config.txt for default kernel name |
191 |
|
|
|
192 |
|
|
* Fri Jun 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150617-2.fc6c989 |
193 |
|
|
- Add cmdline.txt, update config.txt |
194 |
|
|
|
195 |
|
|
* Fri Jun 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150617-1.fc6c989 |
196 |
|
|
- Latest firmware update |
197 |
|
|
- Add default config.txt |
198 |
|
|
|
199 |
|
|
* Thu Jun 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150615-3.37600d5 |
200 |
|
|
- Fix license field |
201 |
|
|
|
202 |
|
|
* Thu Jun 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150615-2.37600d5 |
203 |
|
|
- Updates for review |
204 |
|
|
|
205 |
|
|
* Mon Jun 15 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20150615-1.37600d5 |
206 |
|
|
- Initial version |