Tim Chu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42963 )
Change subject: mb/ocp/deltalake: select PMC support on deltalake ......................................................................
mb/ocp/deltalake: select PMC support on deltalake
Enable PMC support on Deltalake and change the state to S5 state when power is reapplied after power failure.
TEST=build for Deltalake and enable CONFIG_POWER_STATE_OFF_AFTER_FAILURE in config table to override POWER_STATE_DEFAULT_ON_AFTER_FAILURE which is select in soc/intel/common/block/pmc/Kconfig
Boot the system and check the last bit of GEN_PMCON_B is set to 1 through ITP with command: pch.pm_dump
Signed-off-by: Tim Chu Tim.Chu@quantatw.com Change-Id: I35c029c0aa4b91aa5d5f168daea05a6217d42f81 --- M src/mainboard/ocp/deltalake/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/42963/1
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig index 0f693d2..2a195a1 100644 --- a/src/mainboard/ocp/deltalake/Kconfig +++ b/src/mainboard/ocp/deltalake/Kconfig @@ -12,6 +12,10 @@ select IPMI_KCS_ROMSTAGE select IPMI_OCP select OCP_DMI + select REG_SCRIPT + select SOC_INTEL_COMMON_BLOCK_PMC + select ACPI_INTEL_HARDWARE_SLEEP_VALUES + select CPU_INTEL_COMMON_SMM
config IPMI_KCS_REGISTER_SPACING int