cml-u: enable s0ix and c6dram
This commit is contained in:
@@ -13,8 +13,8 @@ chip soc/intel/cannonlake
|
|||||||
register "SendVrMbxCmd" = "2"
|
register "SendVrMbxCmd" = "2"
|
||||||
|
|
||||||
# ACPI (soc/intel/cannonlake/acpi.c)
|
# ACPI (soc/intel/cannonlake/acpi.c)
|
||||||
# Disable s0ix
|
# Enable s0ix
|
||||||
register "s0ix_enable" = "0"
|
register "s0ix_enable" = "1"
|
||||||
|
|
||||||
# PM Timer Enabled
|
# PM Timer Enabled
|
||||||
register "PmTimerDisabled" = "0"
|
register "PmTimerDisabled" = "0"
|
||||||
@@ -37,7 +37,7 @@ chip soc/intel/cannonlake
|
|||||||
|
|
||||||
# FSP Memory (soc/intel/cannonlake/romstage/fsp_params.c)
|
# FSP Memory (soc/intel/cannonlake/romstage/fsp_params.c)
|
||||||
register "SaGv" = "SaGv_Enabled"
|
register "SaGv" = "SaGv_Enabled"
|
||||||
#register "enable_c6dram" = "1"
|
register "enable_c6dram" = "1"
|
||||||
|
|
||||||
# FSP Silicon (soc/intel/cannonlake/fsp_params.c)
|
# FSP Silicon (soc/intel/cannonlake/fsp_params.c)
|
||||||
# Serial I/O
|
# Serial I/O
|
||||||
@@ -227,7 +227,7 @@ chip soc/intel/cannonlake
|
|||||||
register "hid_desc_reg_offset" = "0x20"
|
register "hid_desc_reg_offset" = "0x20"
|
||||||
device i2c 2c on end
|
device i2c 2c on end
|
||||||
end
|
end
|
||||||
end # I2C #0
|
end # I2C #0
|
||||||
device pci 15.1 off end # I2C #1
|
device pci 15.1 off end # I2C #1
|
||||||
device pci 15.2 off end # I2C #2
|
device pci 15.2 off end # I2C #2
|
||||||
device pci 15.3 off end # I2C #3
|
device pci 15.3 off end # I2C #3
|
||||||
|
Reference in New Issue
Block a user