Brandon Breitenstein (brandon.breitenstein@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15066
-gerrit
commit 595857d2225c0e9b83418a6d96f43387f77456cd Author: Brandon Breitenstein brandon.breitenstein@intel.com Date: Fri Jun 3 13:59:28 2016 -0700
Apollolake: FSP UPD Signature update
FSP 2.0 spec has updated the signatures for the FSPM and FSPS blobs. In order to successfully pass through memory/silicon init the signatures need to be updated to the latest values.
BUG=chrome-os-partner:52784 BRANCH=none TEST=built and booted
Change-Id: Ib60d0d9afa4ee29dff26177826ba59db81b630e8 Signed-off-by: Brandon Breitenstein brandon.breitenstein@intel.com --- src/soc/intel/apollolake/include/soc/fsp/FspmUpd.h | 2 +- src/soc/intel/apollolake/include/soc/fsp/FspsUpd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/soc/intel/apollolake/include/soc/fsp/FspmUpd.h b/src/soc/intel/apollolake/include/soc/fsp/FspmUpd.h index b1a1607..858810f 100644 --- a/src/soc/intel/apollolake/include/soc/fsp/FspmUpd.h +++ b/src/soc/intel/apollolake/include/soc/fsp/FspmUpd.h @@ -542,7 +542,7 @@ struct FSP_M_RESTRICTED_CONFIG { uint8_t ReservedFspmRestrictedUpd[138]; } __attribute__((packed));
-#define FSPM_UPD_SIGNATURE 0x4450555F4D505346 /* 'FSPM_UPD' */ +#define FSPM_UPD_SIGNATURE 0x4D5F4450554C5041 /* 'FSPM_UPD' */
/** Fsp M UPD Configuration **/ diff --git a/src/soc/intel/apollolake/include/soc/fsp/FspsUpd.h b/src/soc/intel/apollolake/include/soc/fsp/FspsUpd.h index 2ada27f..dd86f21 100644 --- a/src/soc/intel/apollolake/include/soc/fsp/FspsUpd.h +++ b/src/soc/intel/apollolake/include/soc/fsp/FspsUpd.h @@ -1350,7 +1350,7 @@ struct FSP_S_RESTRICTED_CONFIG { uint8_t ReservedFspsRestrictedUpd[12]; } __attribute__((packed));
-#define FSPS_UPD_SIGNATURE 0x4450555F53505346 /* 'FSPS_UPD' */ +#define FSPS_UPD_SIGNATURE 0x535F4450554C5041 /* 'FSPS_UPD' */
/** Fsp S UPD Configuration **/