diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-02-03 12:21:33 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-22 13:53:26 -0500 |
| commit | a16cfa6a4612acac5810c7c4701236b14e4b0f28 (patch) | |
| tree | 4b9ab6fbafd2c75b9379ceccf7a61df5745b9922 /src/include | |
| parent | eec586620b5f5970520f8def196403d2b4f71857 (diff) | |
| download | talos-hostboot-a16cfa6a4612acac5810c7c4701236b14e4b0f28.tar.gz talos-hostboot-a16cfa6a4612acac5810c7c4701236b14e4b0f28.zip | |
Scan support for multiple chips
Fixed the sbe-based scan code to work on non-master processors
Did a little house cleaning of the scan code as well
Change-Id: I13256bc9c7adc6fddecbf05d7ebe4f3c9c4b0b96
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35910
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/scan/scan_reasoncodes.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/scan/scan_reasoncodes.H b/src/include/usr/scan/scan_reasoncodes.H index a67700716..64b3b1828 100644 --- a/src/include/usr/scan/scan_reasoncodes.H +++ b/src/include/usr/scan/scan_reasoncodes.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2017 */ +/* [+] 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. */ @@ -30,8 +32,8 @@ namespace SCAN enum SCANModuleId { MOD_SCANDD_INVALID = 0x00, /**< Zero is an invalid module id */ - MOD_SCANDD_DDOP = 0x01, /**< scandd.C : ddOp */ - MOD_SCANDD_DOSCAN = 0x02, /**< scandd.C : ScanDD::scanDoScan */ + //deprecated = 0x01, /**< was MOD_SCANDD_DDOP */ + MOD_SCANDD_DOPIBSCAN = 0x02, /**< scandd.C : ScanDD::scanDoPibScan */ }; |

