diff options
author | Kyle K <kylek389@gmail.com> | 2021-12-26 21:00:25 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2021-12-26 21:00:38 -0600 |
commit | 1233a88e597ea685eaa5e621bbc7dd0933b5e501 (patch) | |
tree | b28a8c29ea45946140aeec8a738572c0eb4c1141 /gentoox_build.sh | |
parent | a5e0792bf5c5ce9aa49dc9eae2e455c4dd844bdb (diff) | |
download | gentoox-1233a88e597ea685eaa5e621bbc7dd0933b5e501.tar.gz gentoox-1233a88e597ea685eaa5e621bbc7dd0933b5e501.tar.bz2 gentoox-1233a88e597ea685eaa5e621bbc7dd0933b5e501.zip |
patch kernel with AMD P-State Linux scaling driver to take advantage of ACPI CPPC and better boosting & efficiency on AMD Zen CPUs
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-x | gentoox_build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh index ead24cc..99a74ee 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -264,6 +264,7 @@ if [[ ! -f '/tmp/gentoox-kernelpatches-applied' ]]; then wget --quiet https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/ntfs3-patches-v2/0001-ntfs3-patches.patch wget --quiet https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/amd64-patches-v2/0001-amd64-patches.patch + wget --quiet https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/cpufreq-patches-v6/0001-cpufreq-patches.patch wget --quiet https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/intel-patches/0001-intel-patches.patch wget --quiet https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/hwmon-patches-v8/0001-hwmon-patches.patch wget --quiet https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/lqx-patches-v4/0001-lqx-patches.patch @@ -314,6 +315,7 @@ if [[ ! -f '/tmp/gentoox-kernelpatches-applied' ]]; then patch -p1 < 0001-ntfs3-patches.patch patch -p1 < 0001-amd64-patches.patch + patch -p1 < 0001-cpufreq-patches.patch patch -p1 < 0001-intel-patches.patch patch -p1 < 0001-hwmon-patches.patch patch -p1 < 0001-lqx-patches.patch |