From 077cd8727751faf82dac22c17c2e8207ecf84597 Mon Sep 17 00:00:00 2001 From: nagurram-in Date: Tue, 31 Jan 2017 09:48:10 -0600 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell Reviewed-by: Prachi Gupta Reviewed-by: William G. Hoffa --- src/usr/vpd/cvpd.H | 3 ++- src/usr/vpd/mvpd.H | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/vpd') 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! -- cgit v1.2.3