Add Intel Ice Lake CPU config
Based directly on Tiger Lake. In this branch, I am taking the config for the HP Laptor 14s-something and converting it to the HP Laptop 15s-something, which is why I expect the module to work fine despite only minor modifications. Here are the sources of info I'm using. https://browser.geekbench.com/v6/compute/4861426 https://browser.geekbench.com/v6/cpu/15840711
This commit is contained in:
parent
ad0b1c0763
commit
767e9083a0
2 changed files with 11 additions and 0 deletions
5
common/cpu/intel/ice-lake/cpu-only.nix
Normal file
5
common/cpu/intel/ice-lake/cpu-only.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
];
|
||||
}
|
||||
6
common/cpu/intel/ice-lake/default.nix
Normal file
6
common/cpu/intel/ice-lake/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/ice-lake
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue