Better defined overclock profiles.

This commit is contained in:
fewtarius 2022-03-07 16:09:50 -05:00
parent d6ec113e68
commit 0664c70db7
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
3 changed files with 19 additions and 7 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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