summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/slippy
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-11-13 12:48:44 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-01-25 15:05:01 +0000
commit7b49c3711298c06f4293c6b31a16834e3e042423 (patch)
treeb13155fbda1423feebad2a1ffaef7b2d259b2679 /src/mainboard/google/slippy
parent4b8ffaee305db625aaed53eda626f2c2e68e2a8c (diff)
downloadcoreboot-7b49c3711298c06f4293c6b31a16834e3e042423.tar.gz
coreboot-7b49c3711298c06f4293c6b31a16834e3e042423.tar.bz2
coreboot-7b49c3711298c06f4293c6b31a16834e3e042423.zip
mainboard: Drop invalid `hyper_threading` option
Drop the `hyper_threading` CMOS option from most boards, as it's most likely not working properly and causing problems. The main reasons to remove the option are: * The used enum is backwards (0 ---> Enable, 1 ---> Disable) * Platform/SoC code does not honor the `hyper_threading` option Also, remove the now-unused enum used by the `hyper_threading` option. Change-Id: Ia8980a951f4751bc2e1a5d0e88835f578259b256 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69523 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'src/mainboard/google/slippy')
-rw-r--r--src/mainboard/google/slippy/cmos.layout5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/slippy/cmos.layout b/src/mainboard/google/slippy/cmos.layout
index 77ff74375ecd..78d44c14154f 100644
--- a/src/mainboard/google/slippy/cmos.layout
+++ b/src/mainboard/google/slippy/cmos.layout
@@ -15,9 +15,6 @@ entries
# coreboot config options: console
395 4 e 6 debug_level
-# coreboot config options: cpu
-400 1 e 2 hyper_threading
-
# coreboot config options: southbridge
408 1 e 1 nmi
409 2 e 7 power_on_after_fail
@@ -36,8 +33,6 @@ enumerations
#ID value text
1 0 Disable
1 1 Enable
-2 0 Enable
-2 1 Disable
4 0 Fallback
4 1 Normal
6 0 Emergency