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 <gardner.ben@gmail.com>
Reviewed-on: https://review.coreboot.org/12973
Tested-by: build bot (Jenkins)
Reviewed-by: York Yang <york.yang@intel.com>
This commit is contained in:
Ben Gardner
2016-01-14 17:15:37 -06:00
committed by Stefan Reinauer
parent 318ef96af3
commit 3968653f25
3 changed files with 15 additions and 1 deletions

View File

@ -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;