summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbe/sbereasoncodes.H
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/include/usr/sbe/sbereasoncodes.H
parentf8ff70afe17963e03abdbc113cf8c1f6198857c3 (diff)
downloadtalos-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/include/usr/sbe/sbereasoncodes.H')
-rw-r--r--src/include/usr/sbe/sbereasoncodes.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/usr/sbe/sbereasoncodes.H b/src/include/usr/sbe/sbereasoncodes.H
index a09bb68d2..effb69ee3 100644
--- a/src/include/usr/sbe/sbereasoncodes.H
+++ b/src/include/usr/sbe/sbereasoncodes.H
@@ -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. */
@@ -54,6 +56,10 @@ enum sbeModuleId
SBE_CUSTOMIZE_IMG = 0x0B,
SBE_PERFORM_UPDATE_ACTIONS = 0x0C,
SBE_MASTER_VERSION_COMPARE = 0x0D,
+ SBE_RESOLVE_HBB_ADDR = 0x0E,
+ SBE_READ_SBE_IMAGE = 0x0F,
+ SBE_WRITE_SBE_IMAGE = 0x10,
+ SBE_GET_SBE_IMAGE_SIZE = 0x11,
};
/**
@@ -91,6 +97,8 @@ enum sbeReasonCode
SBE_MISCOMPARE_WITH_MASTER_VERSION = SBE_COMP_ID | 0x13,
SBE_ERROR_ON_UPDATE = SBE_COMP_ID | 0x14,
SBE_MASTER_VERSION_DOWNLEVEL = SBE_COMP_ID | 0x15,
+ SBE_IMAGE_GET_SET_SCALAR_FAIL = SBE_COMP_ID | 0x16,
+
};
}; // end SBE
OpenPOWER on IntegriCloud