diff options
| author | Mike Baiocchi <baiocchi@us.ibm.com> | 2015-02-17 13:07:13 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-03-01 16:22:19 -0600 |
| commit | 19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2 (patch) | |
| tree | 52b29b9d9cf4e40ef379fff36a47a5af6531d6a6 /src/usr/sbe/HBconfig | |
| parent | f8ff70afe17963e03abdbc113cf8c1f6198857c3 (diff) | |
| download | talos-hostboot-19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2.tar.gz talos-hostboot-19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2.zip | |
GOLDEN SBE Update Support - Reconcile SBE images and PNOR sides
This code adds a new function at istep 6 to reconcile the two
SBE Seeproms with the PNOR side and mode (ie, 2-sided, golden, etc).
It also updates what happens in istep 9 in SBE_UPDATE_INDEPENDENT
mode.
Change-Id: If71ca52338a179b8cf38cfa336d9790737844715
RTC: 120734
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15790
Tested-by: Jenkins Server
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/sbe/HBconfig')
| -rw-r--r-- | src/usr/sbe/HBconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/sbe/HBconfig b/src/usr/sbe/HBconfig index 0fa24413d..fd2a8d07b 100644 --- a/src/usr/sbe/HBconfig +++ b/src/usr/sbe/HBconfig @@ -20,9 +20,9 @@ config SBE_UPDATE_INDEPENDENT depends on !SBE_UPDATE_SEQUENTIAL && !SBE_UPDATE_SIMULTANEOUS help If an update is necessary, and if the "current" SBE SEEPROM of this - IPL is not the 'GOLDEN' SBE SEEPROM, then only the current SBE SEEPROM - will be updated. After the update a re-IPL request will be issued. - The other SBE SEEPROM, whether 'GOLDEN' or not, will not be updated. + IPL is not pointing at PNOR's 'GOLDEN' side, then only the current SBE + SEEPROM will be updated. After the update a re-IPL request will be + issued. The other SBE SEEPROM will not be updated. config NO_SBE_UPDATES default n |

