From 3968653f25d9c2147f0b74aa4467a555204a4c9b Mon Sep 17 00:00:00 2001 From: Ben Gardner Date: Thu, 14 Jan 2016 17:15:37 -0600 Subject: soc/fsp_baytrail: Add support for FSP MR 005 Baytrail FSP MR 005 adds two new fields: AutoSelfRefreshEnable APTaskTimeoutCnt Add the device tree definitions. Change-Id: I12e2a8b0b5cbeb6b7289cf91f65b25e73007a8de Signed-off-by: Ben Gardner Reviewed-on: https://review.coreboot.org/12973 Tested-by: build bot (Jenkins) Reviewed-by: York Yang --- src/vendorcode/intel/fsp1_0/baytrail/include/fspvpd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vendorcode/intel') diff --git a/src/vendorcode/intel/fsp1_0/baytrail/include/fspvpd.h b/src/vendorcode/intel/fsp1_0/baytrail/include/fspvpd.h index 76f7ce7b8a..4bdcb79b72 100644 --- a/src/vendorcode/intel/fsp1_0/baytrail/include/fspvpd.h +++ b/src/vendorcode/intel/fsp1_0/baytrail/include/fspvpd.h @@ -102,7 +102,9 @@ typedef struct _UPD_DATA_REGION { UINT8 PcdEMMC45HS200Enabled; /* Offset 0x0052 */ UINT8 PcdEMMC45RetuneTimerValue; /* Offset 0x0053 */ UINT8 PcdEnableIgd; /* Offset 0x0054 */ - UINT8 UnusedUpdSpace1[155]; /* Offset 0x0055 */ + UINT8 AutoSelfRefreshEnable; /* Offset 0x0055 */ + UINT16 APTaskTimeoutCnt; /* Offset 0x0056 */ + UINT8 UnusedUpdSpace1[152]; /* Offset 0x0058 */ MEMORY_DOWN_DATA PcdMemoryParameters; /* Offset 0x00F0 */ UINT16 PcdRegionTerminator; /* Offset 0x0100 */ } UPD_DATA_REGION; -- cgit v1.2.3