mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-raspberrypi4: update config.txt
Newer Pi4s ship with the so-called C0 processor which can run at 1.8 GHz max freq gracefully. Add 'arm_boost=1' to pi4 section of config.txt to enable. This has no effect on older chips (they continue with their 1.50 GHz max unless users overclock them).
This commit is contained in:
parent
a6c405aaf3
commit
d9127ef3c8
3 changed files with 11 additions and 3 deletions
|
@ -15,8 +15,8 @@ pkgname=(
|
|||
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
||||
)
|
||||
|
||||
_commitnumber=58503
|
||||
_commit=7b420ae5945b948a188f8e78bcfe9cb745a472da
|
||||
_commitnumber=58697
|
||||
_commit=fdf30c96becf6e1e1e89d3f34aa7130be4b12a19
|
||||
|
||||
# set this to anything to build with clang
|
||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||
|
@ -83,7 +83,7 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"libudfread-$_libudfread_version.tar.gz"
|
||||
)
|
||||
sha256sums=('017984159e58753e96e097c9c8dde388de0154b3a80769b04b4f3301eb4cc5e0'
|
||||
sha256sums=('9df5fb85f6ed158dded2c7d7505d3589ab1112b5dc1a4cbb2dd6bad72ea2372d'
|
||||
'38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d'
|
||||
'071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a'
|
||||
'a30b6aa0aad0f2c505bc77948af2d5531a80b6e68112addb4c123fca24d5d3bf'
|
||||
|
|
|
@ -2,3 +2,7 @@
|
|||
|
||||
dtoverlay=vc4-kms-v3d
|
||||
initramfs initramfs-linux.img followkernel
|
||||
|
||||
[pi4]
|
||||
# Run as fast as firmware / board allows
|
||||
arm_boost=1
|
||||
|
|
|
@ -2,3 +2,7 @@
|
|||
|
||||
dtoverlay=vc4-kms-v3d
|
||||
initramfs initramfs-linux.img followkernel
|
||||
|
||||
[pi4]
|
||||
# Run as fast as firmware / board allows
|
||||
arm_boost=1
|
||||
|
|
Loading…
Reference in a new issue