Merge pull request 'dell_3050_ht' (#133) from kratz00/lbwww:dell_3050_ht into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/133master
commit
3d3ca98ade
|
@ -20,7 +20,7 @@ there, before flashing. For posterity,
|
|||
| **Variants** | OptiPlex 3050 Micro |
|
||||
| **Released** | 2017 |
|
||||
| **Chipset** | Intel Kaby Lake |
|
||||
| **CPU** | Intel Kaby Lake |
|
||||
| **CPU** | Intel Skylake/Kaby Lake |
|
||||
| **Graphics** | Intel HD graphics |
|
||||
| **Memory** | DDR4 SODIMMs (max 32GB, 2x16GB) |
|
||||
| **Architecture** | x86\_64 |
|
||||
|
@ -211,6 +211,10 @@ Legacy 8254 timer enabled in coreboot, to prevent SeaBIOS from hanging.
|
|||
|
||||
### HyperThreading on 3050 Micro
|
||||
|
||||
NOTE: The 3050 Micro is available in different CPU configurations.
|
||||
Before considering to enable HyperThreading support, make sure it is
|
||||
supported by the CPU of your 3050 Micro.
|
||||
|
||||
Also called SMT. This is a feature where you get 2 threads on a single core.
|
||||
It can improve performance in some workloads, but is actually a performance
|
||||
liability in others, depending on your OS kernel/scheduler and the actual
|
||||
|
|
Loading…
Reference in New Issue