Remove old clock gate patch
This commit is contained in:
@@ -156,9 +156,6 @@ chip soc/intel/cannonlake
|
|||||||
# Address 0x90: Disabled
|
# Address 0x90: Disabled
|
||||||
register "gen4_dec" = "0x00000000"
|
register "gen4_dec" = "0x00000000"
|
||||||
|
|
||||||
# 8254
|
|
||||||
register "clock_gate_8254" = "0"
|
|
||||||
|
|
||||||
# PMC (soc/intel/cannonlake/pmc.c)
|
# PMC (soc/intel/cannonlake/pmc.c)
|
||||||
# Enable deep Sx states
|
# Enable deep Sx states
|
||||||
register "deep_s3_enable_ac" = "0"
|
register "deep_s3_enable_ac" = "0"
|
||||||
|
@@ -241,10 +241,6 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd)
|
|||||||
/* S0ix */
|
/* S0ix */
|
||||||
params->PchPmSlpS0Enable = config->s0ix_enable;
|
params->PchPmSlpS0Enable = config->s0ix_enable;
|
||||||
|
|
||||||
/* Legacy 8254 timer support */
|
|
||||||
params->Enable8254ClockGating = config->clock_gate_8254;
|
|
||||||
params->Enable8254ClockGatingOnS3 = config->clock_gate_8254;
|
|
||||||
|
|
||||||
/* disable Legacy PME */
|
/* disable Legacy PME */
|
||||||
memset(params->PcieRpPmSci, 0, sizeof(params->PcieRpPmSci));
|
memset(params->PcieRpPmSci, 0, sizeof(params->PcieRpPmSci));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user