Skip to content

Commit

Permalink
Update version 1.4 defconfig and build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrslezak committed Aug 11, 2020
1 parent c1ae2ca commit b5c1e52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion BuildClang11RM5.sh
Expand Up @@ -30,7 +30,7 @@ KERNEL_DIR=`pwd`
ZIMAGE_DIR="~/RM5G/out-clang/arch/arm64/boot/"

# Kernel Details
VER="-1.3-bbr2"
VER="-1.4"

# Vars
BASE_AK_VER="MOD-RM5G-GPUOC"
Expand Down
14 changes: 7 additions & 7 deletions arch/arm64/configs/NX659J_defconfig
Expand Up @@ -746,11 +746,12 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_LITTLE_CPU_MASK=15
CONFIG_BIG_CPU_MASK=112
CONFIG_PRIME_CPU_MASK=128
CONFIG_CPU_FREQ_DEFAULT_LITTLE_MIN=0
# These are for only setting CPU frequencies HIGHER than the defaults, use Magisk or a kernel manager to set lower
CONFIG_CPU_FREQ_DEFAULT_LITTLE_MIN=0
CONFIG_CPU_FREQ_DEFAULT_BIG_MIN=0
#CONFIG_CPU_FREQ_DEFAULT_PRIME_MIN=0 don't use as this messes with the Prime control of the other clusters
#CONFIG_CPU_FREQ_DEFAULT_PRIME_MIN=0 I don't use as this messes with the Prime control of the other clusters

# TCP
# TCP Algos
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BBR=y
CONFIG_TCP_CONG_BIC=y
Expand All @@ -772,8 +773,7 @@ CONFIG_TCP_CONG_BBR2=y
CONFIG_DEFAULT_BBR2=y
CONFIG_DEFAULT_TCP_CONG="bbr2"

# Dynamic Stune Boost & Stune Assist need to be tweaked
# before these are set to =y, compiles, just performance
# isn't optimized for how these are intended to be used
# CONFIG_DYNAMIC_STUNE_BOOST is not set
# Dynamic Stune Boost needs values tweaked (or left alone), works fine with lower little CPU clocks 300mhz+
CONFIG_DYNAMIC_STUNE_BOOST=y
# Below stune_assist: Needs patches or different values, suggest not using
# CONFIG_STUNE_ASSIST is not set

0 comments on commit b5c1e52

Please sign in to comment.