summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-11-10 11:17:03 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-12-02 17:20:24 -0500
commit3782e264d06a4e546fe2298bbd1d53e2de38d062 (patch)
tree8f757168337f5b577a1d9131e6a2feeed4c76de8 /src/build
parent443df5a65730e3732f04c6e8ff86b367b1ca1aea (diff)
downloadtalos-hostboot-3782e264d06a4e546fe2298bbd1d53e2de38d062.tar.gz
talos-hostboot-3782e264d06a4e546fe2298bbd1d53e2de38d062.zip
SBE Update fixes and patches for Bring-up
Set NO_SBE_UPDATE in fsprelease.config. Patch eepromdd.C to make write cycle time a minimum of 10 msec. Find .hbbl section before attempting to append new HBBL to SBE image and delete it if it already exists. Use malloc rather than stack space for ring section buffer. Fix i_maxImgSize value passed to procCustomizeSbeImg. Fix SBE_ECC_IMG_MAX_SIZE calculation to include pad bytes. Change-Id: I632e17851830acb1b365abc92438b0356232487c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32487 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/configs/fsprelease.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/configs/fsprelease.config b/src/build/configs/fsprelease.config
index bcb33b116..899d5f719 100644
--- a/src/build/configs/fsprelease.config
+++ b/src/build/configs/fsprelease.config
@@ -26,3 +26,4 @@ config ENABLE_HDAT_IN_HOSTBOOT
Enable Initialization of Hypervisor Memory Space
+set NO_SBE_UPDATES
OpenPOWER on IntegriCloud