[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: FSP UPD Signature update

Brandon Breitenstein (brandon.breitenstein@intel.com) gerrit at coreboot.org
Tue Jun 7 22:32:25 CEST 2016


Brandon Breitenstein (brandon.breitenstein at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15066

-gerrit

commit 00ef374bc1ef4272cdaaaf1ed2f4fbfe53b97ad7
Author: Brandon Breitenstein <brandon.breitenstein at intel.com>
Date:   Fri Jun 3 13:59:28 2016 -0700

    soc/intel/apollolake: FSP UPD Signature update
    
    FSP 2.0 spec has updated the signatures for the FSPM and FSPS blobs.
    with the 139_40 release. 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 at 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..4284645 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         /* 'APLUPD_M' */
 
 /** 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..1d3ffc4 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        /* 'APLUPD_S' */
 
 /** Fsp S UPD Configuration
 **/



More information about the coreboot-gerrit mailing list