summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/makefile
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2015-02-17 13:07:13 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-01 16:22:19 -0600
commit19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2 (patch)
tree52b29b9d9cf4e40ef379fff36a47a5af6531d6a6 /src/usr/sbe/makefile
parentf8ff70afe17963e03abdbc113cf8c1f6198857c3 (diff)
downloadblackbird-hostboot-19b0400e8e2123bdfe1231616bfdaf2fc0d1f3e2.tar.gz
blackbird-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/makefile')
-rw-r--r--src/usr/sbe/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/sbe/makefile b/src/usr/sbe/makefile
index 06159ff01..c45206e1e 100644
--- a/src/usr/sbe/makefile
+++ b/src/usr/sbe/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -36,6 +38,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/include
EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build
OBJS += sbe_update.o
+OBJS += sbe_resolve_sides.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud