Commit Graph

21 Commits

Author SHA1 Message Date
Gunnar Wolf 57e90df103
All packages needed for RPi4 are now in buster/backports, stop bringing unstable in 2020-11-05 11:35:58 -06:00
Gunnar Wolf 19858b17d7 Use "buster" instead of "stable" for the RPi4 default apt release (Salsa issue #30) 2020-10-16 10:49:18 -05:00
Andres Salomon 0304a4e5b9 pi4: remove wget hack needed for the wifi driver
This nvram file is now included in firmware-brcm80211 as of 20200421-1
(which is in both unstable and testing).
2020-07-22 17:35:27 -04:00
Gunnar Wolf 3f92681fc9 Incorporating many changes in branches by iwamatsu, dilinger 2020-07-06 23:36:25 -05:00
Gunnar Wolf 7c76783844 Merge branch 'rpi0-firmware-live' into 'master'
FIX: raspi3-firmware in buster updates now meets requirements

See merge request raspi-team/image-specs!14
2020-07-06 05:21:19 +00:00
PeterLawler 6e8d6bce0b FIX: raspi3-firmware in buster updates now meets requirements 2020-07-06 05:21:19 +00:00
Andres Salomon 8049a80e8e Clean up the .xz.sha256 sums that are created during build 2020-07-06 00:02:01 -04:00
Nobuhiro Iwamatsu a8fc785c77 Makefile: Add Rpi 4 to build target
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
2020-07-01 04:22:01 +09:00
Andres Salomon 3995159864 pi4: add a hack to make wifi work on the pi4
The broadcom wifi driver needs NVRAM data in order to work. Manually
grab upstream's board-specific NVRAM file for now, until we can get
it added to the firmware-brcm80211 package.
2020-06-26 02:30:05 -04:00
Andres Salomon 462abf1d43 Generate a raspi_4.yaml
This allows you to run "make raspi_4.img" and create a raspberry pi 4
image. It doesn't yet add pi 4 to the list of images that are autobuilt.

We're pulling the latest kernel and raspi3-firmware in order to get pi4
support (which was added in Linux 5.5). We're also working around a bug
where cma= stops the 5.6 kernel from booting (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951744#10).

This is based on Lucas Nussbaum's initial yaml.
2020-05-10 22:25:10 -04:00
Andres Salomon 5507be93ef Makefile: use variables for platforms instead of repeating platform numbers
Create a variable called BUILD_PLATFORMS that lists the various pi images
to build. This keeps the platform list in one place in the makefile, rather
than sprinkled and repeated throughout multiple dependency and build lines.

When a platform is added (ie, the pi4) or removed, it won't touch multiple
rules and obscure other changes. This uses gmake-specific addprefix and
addsuffix.
2020-05-04 18:21:22 -04:00
Andres Salomon dab07510cf Clean up the .xz.sha256 sums that are created during build 2020-05-04 18:18:58 -04:00
Gunnar Wolf 7384f326de Generate shasums for images both compressed and uncompressed 2020-04-27 11:59:56 -05:00
Gunnar Wolf aad5a5a489 non-free must be enabled for updated raspi3-firmware on armel to be pulled in :-Þ 2020-04-24 11:00:10 -05:00
Gunnar Wolf 5add9a4a01 Added xzimages to clean target; keep images when preparing xzimages 2020-04-24 10:37:52 -05:00
Gunnar Wolf c4b31783ee Add xzimages target; build shasums based on them instead 2020-04-14 22:27:20 -05:00
Gunnar Wolf 507c5cd45a Oops, extra noise in the checksums! Fixed. 2020-04-14 14:26:50 -05:00
Gunnar Wolf 5da5be7a5c Some Makefile cleanup; build shasums from the images as well 2020-04-14 13:38:14 -05:00
Gunnar Wolf 4ceaa89eb8 Fix wrong syntax targetted for stable-proposed-updates inclusion 2020-04-10 00:45:32 -05:00
Gunnar Wolf 3cdd8af08d Enable stable-proposed-updates for building images for RPi 0/1 families 2020-04-10 00:22:30 -05:00
Gunnar Wolf 7288c11f0e Added a Makefile driving a raspi_master recipe
This is instead of maintaining separate recipes for 0w, 2 and 3 hardware
2019-12-17 17:41:16 -03:00