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:
committed by
Stefan Reinauer
parent
318ef96af3
commit
3968653f25
@@ -217,6 +217,16 @@ struct soc_intel_fsp_baytrail_config {
|
||||
#define ENABLE_IGD_DISABLE UPD_DISABLE
|
||||
#define ENABLE_IGD_ENABLE UPD_ENABLE
|
||||
|
||||
/* AutoSelfRefreshEnable */
|
||||
uint8_t AutoSelfRefreshEnable;
|
||||
#define AUTO_SELF_REFRESH_DEFAULT UPD_DEFAULT
|
||||
#define AUTO_SELF_REFRESH_DISABLE UPD_DISABLE
|
||||
#define AUTO_SELF_REFRESH_ENABLE UPD_ENABLE
|
||||
|
||||
/* APTaskTimeoutCnt */
|
||||
uint16_t APTaskTimeoutCnt;
|
||||
#define AP_TASK_TIMEOUT_CNT_DEFAULT UPD_DEFAULT
|
||||
|
||||
/* Memory down data */
|
||||
uint8_t EnableMemoryDown;
|
||||
#define MEMORY_DOWN_DEFAULT UPD_DEFAULT
|
||||
|
Reference in New Issue
Block a user