diff options
| author | nagurram-in <nagendra.g@in.ibm.com> | 2017-01-31 09:48:10 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-01-31 17:54:01 -0500 |
| commit | 077cd8727751faf82dac22c17c2e8207ecf84597 (patch) | |
| tree | 84ec02091f022fbc09a6bce1825f3901f6da02db /src/usr/vpd | |
| parent | 52bdcae4b38994559ce15f39bc7bd8139566c40f (diff) | |
| download | talos-hostboot-077cd8727751faf82dac22c17c2e8207ecf84597.tar.gz talos-hostboot-077cd8727751faf82dac22c17c2e8207ecf84597.zip | |
Addition of RT keyword for mvpd and pvpd records
Change-Id: Iaefd6c670ca611954587ae7c5120345898ee9858
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35653
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/vpd')
| -rw-r--r-- | src/usr/vpd/cvpd.H | 3 | ||||
| -rw-r--r-- | src/usr/vpd/mvpd.H | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/vpd/cvpd.H b/src/usr/vpd/cvpd.H index 0ffbcc1ee..f54b38aee 100644 --- a/src/usr/vpd/cvpd.H +++ b/src/usr/vpd/cvpd.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2015 */ +/* Contributors Listed Below - COPYRIGHT 2013,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -168,6 +168,7 @@ namespace CVPD { pd6, "#6" }, { pd8, "#8" }, { pdY, "#Y" }, + { RT, "RT" }, // ------------------------------------------------------------------- // DO NOT USE!! This is for test purposes ONLY! diff --git a/src/usr/vpd/mvpd.H b/src/usr/vpd/mvpd.H index f5f7b1445..e17f5c902 100644 --- a/src/usr/vpd/mvpd.H +++ b/src/usr/vpd/mvpd.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2016 */ +/* Contributors Listed Below - COPYRIGHT 2013,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -134,6 +134,7 @@ namespace MVPD { L6, "L6" }, { L7, "L7" }, { L8, "L8" }, + { RT, "RT" }, // ------------------------------------------------------------------- // DO NOT USE!! This is for test purposes ONLY! |

