1 chip soc
/intel
/cannonlake
3 # Enable Enhanced Intel SpeedStep
4 register
"eist_enable" = "true"
6 # FSP Memory
(soc
/intel
/cannonlake
/romstage
/fsp_params.c
)
7 register
"SaGv" = "SaGv_Enabled"
9 # FSP Silicon
(soc
/intel
/cannonlake
/fsp_params.c
)
12 register
"AcousticNoiseMitigation" = "1"
14 register
"FastPkgCRampDisableIa" = "1"
15 register
"FastPkgCRampDisableGt" = "1"
16 register
"FastPkgCRampDisableSa" = "1"
17 register
"FastPkgCRampDisableFivr" = "1"
19 register
"SlowSlewRateForIa" = "3" # fast
/16
20 register
"SlowSlewRateForGt" = "3" # fast
/16
21 register
"SlowSlewRateForSa" = "3" # fast
/16
22 register
"SlowSlewRateForFivr" = "3" # fast
/16
25 register
"PchPmSlpS3MinAssert" = "3" #
50ms
26 register
"PchPmSlpS4MinAssert" = "1" #
1s
27 register
"PchPmSlpSusMinAssert" = "2" #
500ms
28 register
"PchPmSlpAMinAssert" = "4" #
2s
31 register
"tcc_offset" = "10"
33 # PM Util
(soc
/intel
/cannonlake
/pmutil.c
)
35 # Note that GPE events called out in ASL code rely on this
36 # route. i.e.
If this route changes
then the affected GPE
37 # offset bits also need
to be changed.
38 # sudo devmem2
0xfe001920 (pmc_bar
+ GPIO_GPE_CFG
)
39 register
"gpe0_dw0" = "PMC_GPP_C"
40 register
"gpe0_dw1" = "PMC_GPP_D"
41 register
"gpe0_dw2" = "PMC_GPP_E"
45 device ref igpu on
end
47 register
"Device4Enable" = "1"
49 device ref thermal on
end
50 device ref xhci on
end
51 device ref sata on
end
53 register
"PchHdaAudioLinkHda" = "1"
55 device ref smbus on
end
56 device ref fast_spi on
end