Skip to content

Commit 740da24

Browse files
nberleesmira
authored andcommitted
feat: bump raspberrypi-firmware to 1.20211029
in order to be able to enable `arm_boost`. arm_boost will add 300Mhz to the clockspeed of newer broadcom CPUs Signed-off-by: Nico Berlee <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 832dae4 commit 740da24

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.conform.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ policies:
66
- type: commit
77
spec:
88
dco: true
9-
gpg: false
9+
gpg:
10+
required: true
11+
identity:
12+
gitHubOrganization: talos-systems
1013
spellcheck:
1114
locale: US
1215
maximumOfOneCommit: true

raspberrypi-firmware/pkg.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ dependencies:
66
steps:
77
# {{ if eq .ARCH "aarch64" }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr restricting build to arm64 only
88
- sources:
9-
- url: https://github.com/raspberrypi/firmware/archive/1.20210805.tar.gz
9+
- url: https://github.com/raspberrypi/firmware/archive/refs/tags/1.20211029.tar.gz
1010
destination: raspberrypi-firmware.tar.gz
11-
sha256: b7feefd3a477787228b82df72dce52e6b91c1a37da6795779c0473bc78b20419
12-
sha512: 522f3ca12f6d168066358950da5a3e03697ef526958727ec68ddd8259e68e84c10fbbc29ca151b1e7b14ef0ec0dcd5b0f69149635b56af4abf0dfc23a9406ccf
11+
sha256: 22d0d5d2df73263bd0e6bdcd31c7e0d97ea6c438834e2cfaa51cb958f20b7205
12+
sha512: 7a1fe3b1645006c35fa49e842b9ece53b386ece42b8db99649de8d4bc0c19e34b0807767290e26422528606c5847843533aaa0edd0716e9f9f9dcae340a4dce0
1313
prepare:
1414
- |
1515
tar -xzf raspberrypi-firmware.tar.gz --strip-components=1

0 commit comments

Comments
 (0)