Better defined overclock profiles.
This commit is contained in:
parent
d6ec113e68
commit
0664c70db7
3 changed files with 19 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="e45b530"
|
||||
PKG_VERSION="90bd18e"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
PKG_NAME="linux"
|
||||
PKG_URL="https://github.com/JustEnoughLinuxOS/rockchip-kernel.git"
|
||||
PKG_VERSION="ef57a0424"
|
||||
PKG_VERSION="e54fd3caf"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kernel.org"
|
||||
|
|
|
@ -39,28 +39,40 @@ case ${PROFILE} in
|
|||
DRAM="933000000"
|
||||
cooling_profile moderate
|
||||
;;
|
||||
cpu-nominal)
|
||||
BIG_CORES="1992000"
|
||||
LITTLE_CORES="1512000"
|
||||
DRAM="933000000"
|
||||
cooling_profile moderate
|
||||
;;
|
||||
cpu-stable)
|
||||
LITTLE_CORES="1608000"
|
||||
BIG_CORES="2088000"
|
||||
LITTLE_CORES="1608000"
|
||||
DRAM="933000000"
|
||||
cooling_profile aggressive
|
||||
;;
|
||||
cpu-unstable)
|
||||
LITTLE_CORES="1704000"
|
||||
cpu-aggressive)
|
||||
BIG_CORES="2184000"
|
||||
LITTLE_CORES="1704000"
|
||||
DRAM="933000000"
|
||||
cooling_profile aggressive
|
||||
;;
|
||||
max-nominal)
|
||||
BIG_CORES="1992000"
|
||||
LITTLE_CORES="1512000"
|
||||
GPU="900000000"
|
||||
DRAM="933000000"
|
||||
;;
|
||||
max-stable)
|
||||
LITTLE_CORES="1704000"
|
||||
BIG_CORES="2088000"
|
||||
LITTLE_CORES="1608000"
|
||||
GPU="900000000"
|
||||
DRAM="933000000"
|
||||
cooling_profile aggressive
|
||||
;;
|
||||
max-unstable)
|
||||
LITTLE_CORES="1704000"
|
||||
BIG_CORES="2184000"
|
||||
LITTLE_CORES="1704000"
|
||||
GPU="900000000"
|
||||
DRAM="933000000"
|
||||
cooling_profile aggressive
|
||||
|
|
Loading…
Reference in a new issue