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