Tim Chu has uploaded this change for review.

View Change

configs/builder/config.ocp.deltalake: Add PMC support

Enable PMC support on Deltalake and change the state to S5 when
power is reapplied after power failure.

TEST=Base on CB:42289 and build for Deltalake.
The following Kconfig options must select:
select SOC_INTEL_COMMON_BLOCK_PMC
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
select CPU_INTEL_COMMON_SMM

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: I4d4f14bdfc18740976171fd5d369b2d79a916dc4
---
M configs/builder/config.ocp.deltalake
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/42976/1
diff --git a/configs/builder/config.ocp.deltalake b/configs/builder/config.ocp.deltalake
index 4a8cda1..c849dbb 100644
--- a/configs/builder/config.ocp.deltalake
+++ b/configs/builder/config.ocp.deltalake
@@ -15,3 +15,4 @@
CONFIG_FSP_S_FILE="site-local/deltalake/Server_S.fd"
CONFIG_ME_BIN_PATH="site-local/deltalake/flashregion_2_intel_me.bin"
CONFIG_IFD_BIN_PATH="site-local/deltalake/flashregion_0_flashdescriptor.bin"
+CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y

To view, visit change 42976. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4d4f14bdfc18740976171fd5d369b2d79a916dc4
Gerrit-Change-Number: 42976
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Chu <Tim.Chu@quantatw.com>
Gerrit-MessageType: newchange