coreboot-kgpe-d16/src
Cole Nelson 9d0950f154 soc/intel/{glk,apl}: ensure C1E is disabled after S3 resume
C1E is disabled by the kernel driver intel_idle at boot.  This does not
address the S3 resume case, so we lose state and C1E is enabled after S3
resume.

Disable C1E for GLK as it is for APL.  This gives a coherent state before
and after S3 resume.

TEST='iotools rdmsr cpu 0x1fc'. Returns the same value after boot and S3
resume with bit [1] set to zero (0x20005d).

Change-Id: I437cbaca75c539c2bc5cd801ab8df907e7447d10
Signed-off-by: Cole Nelson <colex.nelson@intel.com>
Reviewed-on: https://review.coreboot.org/27019
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-06-14 09:26:27 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/x86: Fix payload loading via bounce-buffer 2018-06-12 07:44:08 +00:00
commonlib src/commonlib/storage: Move include <console.h> to sd_mmc.h 2018-06-04 02:40:08 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu arch/x86: Always select RELOCATABLE_MODULES 2018-06-06 12:29:57 +00:00
device drivers/intel/gma: Unify VBT related Kconfig names 2018-06-12 18:07:51 +00:00
drivers AGESA binaryPI: Drop tests for LATE_CBMEM_INIT 2018-06-14 07:24:35 +00:00
ec google/chromeec: Set proper dev ops 2018-06-07 06:37:12 +00:00
include lib/device_tree: Add method to get phandle 2018-06-14 09:25:41 +00:00
lib lib/device_tree: Add method to get phandle 2018-06-14 09:25:41 +00:00
mainboard src/mainboard/*: Remove empty vendor folders 2018-06-13 15:14:20 +00:00
northbridge AGESA binaryPI: Drop RAMBASE and RAMTOP 2018-06-14 07:25:29 +00:00
security security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
soc soc/intel/{glk,apl}: ensure C1E is disabled after S3 resume 2018-06-14 09:26:27 +00:00
southbridge sb/intel/common/firmware: Use the -S flag of me_cleaner 2018-06-13 14:49:00 +00:00
superio src/superio/{ite,smsc}: Remove space before tab 2018-06-04 09:11:32 +00:00
vendorcode vc/amd/00670F00: Sync AGESA.h with PI blob 2018-06-13 21:20:32 +00:00
Kconfig drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMM 2018-06-11 08:43:30 +00:00