summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/mainboard/asrock/h110m/cmos.layout5
-rw-r--r--src/mainboard/bostentech/gbyt4/cmos.layout4
-rw-r--r--src/mainboard/google/auron/cmos.layout5
-rw-r--r--src/mainboard/google/beltino/cmos.layout5
-rw-r--r--src/mainboard/google/butterfly/cmos.layout6
-rw-r--r--src/mainboard/google/cyan/cmos.layout5
-rw-r--r--src/mainboard/google/glados/cmos.layout5
-rw-r--r--src/mainboard/google/jecht/cmos.layout5
-rw-r--r--src/mainboard/google/link/cmos.layout5
-rw-r--r--src/mainboard/google/parrot/cmos.layout5
-rw-r--r--src/mainboard/google/rambi/cmos.layout5
-rw-r--r--src/mainboard/google/slippy/cmos.layout5
-rw-r--r--src/mainboard/google/stout/cmos.layout5
-rw-r--r--src/mainboard/intel/baskingridge/cmos.layout5
-rw-r--r--src/mainboard/intel/emeraldlake2/cmos.layout5
-rw-r--r--src/mainboard/intel/kblrvp/cmos.layout5
-rw-r--r--src/mainboard/intel/kunimitsu/cmos.layout5
-rw-r--r--src/mainboard/intel/strago/cmos.layout5
-rw-r--r--src/mainboard/intel/wtm2/cmos.layout5
-rw-r--r--src/mainboard/kontron/ktqm77/cmos.layout1
-rw-r--r--src/mainboard/roda/rv11/cmos.layout3
-rw-r--r--src/mainboard/samsung/lumpy/cmos.layout5
-rw-r--r--src/mainboard/sapphire/pureplatinumh61/cmos.default1
-rw-r--r--src/mainboard/sapphire/pureplatinumh61/cmos.layout5
24 files changed, 0 insertions, 110 deletions
diff --git a/src/mainboard/asrock/h110m/cmos.layout b/src/mainboard/asrock/h110m/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/asrock/h110m/cmos.layout
+++ b/src/mainboard/asrock/h110m/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/bostentech/gbyt4/cmos.layout b/src/mainboard/bostentech/gbyt4/cmos.layout
index 018db314aca2..2b8e1a223cc4 100644
--- a/src/mainboard/bostentech/gbyt4/cmos.layout
+++ b/src/mainboard/bostentech/gbyt4/cmos.layout
@@ -11,8 +11,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
@@ -26,8 +24,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
diff --git a/src/mainboard/google/auron/cmos.layout b/src/mainboard/google/auron/cmos.layout
index 77ff74375ecd..78d44c14154f 100644
--- a/src/mainboard/google/auron/cmos.layout
+++ b/src/mainboard/google/auron/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
diff --git a/src/mainboard/google/beltino/cmos.layout b/src/mainboard/google/beltino/cmos.layout
index 77ff74375ecd..78d44c14154f 100644
--- a/src/mainboard/google/beltino/cmos.layout
+++ b/src/mainboard/google/beltino/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
diff --git a/src/mainboard/google/butterfly/cmos.layout b/src/mainboard/google/butterfly/cmos.layout
index 057f6a5a9e8a..478af542dde9 100644
--- a/src/mainboard/google/butterfly/cmos.layout
+++ b/src/mainboard/google/butterfly/cmos.layout
@@ -16,10 +16,6 @@ entries
# No serial port on this motherboard
395 4 e 6 debug_level
-# coreboot config options: cpu
-# hyper_threading not supported by the Celeron 847 on this board
-#400 1 e 2 hyper_threading
-
# coreboot config options: southbridge
408 1 e 1 nmi
409 2 e 7 power_on_after_fail
@@ -47,8 +43,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
diff --git a/src/mainboard/google/cyan/cmos.layout b/src/mainboard/google/cyan/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/google/cyan/cmos.layout
+++ b/src/mainboard/google/cyan/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/google/glados/cmos.layout b/src/mainboard/google/glados/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/google/glados/cmos.layout
+++ b/src/mainboard/google/glados/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/google/jecht/cmos.layout b/src/mainboard/google/jecht/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/google/jecht/cmos.layout
+++ b/src/mainboard/google/jecht/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/google/link/cmos.layout b/src/mainboard/google/link/cmos.layout
index 5cfca4f15fcf..a3b8b9f850df 100644
--- a/src/mainboard/google/link/cmos.layout
+++ b/src/mainboard/google/link/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
@@ -44,8 +41,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
diff --git a/src/mainboard/google/parrot/cmos.layout b/src/mainboard/google/parrot/cmos.layout
index 5cfca4f15fcf..a3b8b9f850df 100644
--- a/src/mainboard/google/parrot/cmos.layout
+++ b/src/mainboard/google/parrot/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
@@ -44,8 +41,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
diff --git a/src/mainboard/google/rambi/cmos.layout b/src/mainboard/google/rambi/cmos.layout
index 77ff74375ecd..78d44c14154f 100644
--- a/src/mainboard/google/rambi/cmos.layout
+++ b/src/mainboard/google/rambi/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
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
diff --git a/src/mainboard/google/stout/cmos.layout b/src/mainboard/google/stout/cmos.layout
index 5cfca4f15fcf..a3b8b9f850df 100644
--- a/src/mainboard/google/stout/cmos.layout
+++ b/src/mainboard/google/stout/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
@@ -44,8 +41,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
diff --git a/src/mainboard/intel/baskingridge/cmos.layout b/src/mainboard/intel/baskingridge/cmos.layout
index 77ff74375ecd..78d44c14154f 100644
--- a/src/mainboard/intel/baskingridge/cmos.layout
+++ b/src/mainboard/intel/baskingridge/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
diff --git a/src/mainboard/intel/emeraldlake2/cmos.layout b/src/mainboard/intel/emeraldlake2/cmos.layout
index 7301ef9d5df4..935557c9048c 100644
--- a/src/mainboard/intel/emeraldlake2/cmos.layout
+++ b/src/mainboard/intel/emeraldlake2/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
@@ -44,8 +41,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
diff --git a/src/mainboard/intel/kblrvp/cmos.layout b/src/mainboard/intel/kblrvp/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/intel/kblrvp/cmos.layout
+++ b/src/mainboard/intel/kblrvp/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/intel/kunimitsu/cmos.layout b/src/mainboard/intel/kunimitsu/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/intel/kunimitsu/cmos.layout
+++ b/src/mainboard/intel/kunimitsu/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/intel/strago/cmos.layout b/src/mainboard/intel/strago/cmos.layout
index 80a4d218a4a0..cff042a15c87 100644
--- a/src/mainboard/intel/strago/cmos.layout
+++ b/src/mainboard/intel/strago/cmos.layout
@@ -17,9 +17,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
@@ -38,8 +35,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
diff --git a/src/mainboard/intel/wtm2/cmos.layout b/src/mainboard/intel/wtm2/cmos.layout
index 77ff74375ecd..78d44c14154f 100644
--- a/src/mainboard/intel/wtm2/cmos.layout
+++ b/src/mainboard/intel/wtm2/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
diff --git a/src/mainboard/kontron/ktqm77/cmos.layout b/src/mainboard/kontron/ktqm77/cmos.layout
index 914ad6df6a42..67887ce4921a 100644
--- a/src/mainboard/kontron/ktqm77/cmos.layout
+++ b/src/mainboard/kontron/ktqm77/cmos.layout
@@ -16,7 +16,6 @@ entries
395 4 e 6 debug_level
# coreboot config options: cpu
-400 1 e 2 hyper_threading
401 3 e 12 gfx_uma_size
# coreboot config options: southbridge
diff --git a/src/mainboard/roda/rv11/cmos.layout b/src/mainboard/roda/rv11/cmos.layout
index 8a4836619287..5595b85cbd23 100644
--- a/src/mainboard/roda/rv11/cmos.layout
+++ b/src/mainboard/roda/rv11/cmos.layout
@@ -17,7 +17,6 @@ entries
395 4 e 5 debug_level
# coreboot config options: cpu
-400 1 e 2 hyper_threading
401 3 e 9 gfx_uma_size
# coreboot config options: southbridge
@@ -46,8 +45,6 @@ enumerations
#ID value text
1 0 Disable
1 1 Enable
-2 0 Enable
-2 1 Disable
3 0 Fallback
3 1 Normal
5 0 Emergency
diff --git a/src/mainboard/samsung/lumpy/cmos.layout b/src/mainboard/samsung/lumpy/cmos.layout
index 60accd73ff8c..0dcd09d560b3 100644
--- a/src/mainboard/samsung/lumpy/cmos.layout
+++ b/src/mainboard/samsung/lumpy/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
@@ -44,8 +41,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
diff --git a/src/mainboard/sapphire/pureplatinumh61/cmos.default b/src/mainboard/sapphire/pureplatinumh61/cmos.default
index 7cd30cc5f940..38f2bd3d698e 100644
--- a/src/mainboard/sapphire/pureplatinumh61/cmos.default
+++ b/src/mainboard/sapphire/pureplatinumh61/cmos.default
@@ -3,4 +3,3 @@ debug_level=Debug
power_on_after_fail=Enable
nmi=Enable
sata_mode=AHCI
-hyper_threading=Enable
diff --git a/src/mainboard/sapphire/pureplatinumh61/cmos.layout b/src/mainboard/sapphire/pureplatinumh61/cmos.layout
index 979c8e28addc..fabafefa44a8 100644
--- a/src/mainboard/sapphire/pureplatinumh61/cmos.layout
+++ b/src/mainboard/sapphire/pureplatinumh61/cmos.layout
@@ -21,9 +21,6 @@ entries
421 1 e 9 sata_mode
-# coreboot config options: cpu
-424 1 e 2 hyper_threading
-
# coreboot config options: northbridge
432 3 e 11 gfx_uma_size
@@ -42,8 +39,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