diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2016-07-27 15:13:03 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-09-26 14:41:38 -0400 |
commit | 9b2a0194995ebfdd070cf5facb0743fb08fdc38e (patch) | |
tree | bc08dd6d1a00b5350325a531b7e96bbac2d644d6 /src/usr/vpd/pvpd.H | |
parent | 1f8764f7c1673eb85a40ab36be14888f84e57545 (diff) | |
download | talos-hostboot-9b2a0194995ebfdd070cf5facb0743fb08fdc38e.tar.gz talos-hostboot-9b2a0194995ebfdd070cf5facb0743fb08fdc38e.zip |
Porting non-hdat from powervm-p8 into master-p8
Change-Id: I49d20a8c64bd5702aeceeff77bc5119f52996d21
RTC:156618
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29810
Tested-by: Jenkins Server <pfd-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>
Diffstat (limited to 'src/usr/vpd/pvpd.H')
-rw-r--r-- | src/usr/vpd/pvpd.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/vpd/pvpd.H b/src/usr/vpd/pvpd.H index 092dd45f7..32679507a 100644 --- a/src/usr/vpd/pvpd.H +++ b/src/usr/vpd/pvpd.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2015 */ +/* Contributors Listed Below - COPYRIGHT 2013,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -103,6 +103,7 @@ namespace PVPD { VP, "VP" }, { VS, "VS" }, { VZ, "VZ" }, + { LX, "LX" }, // ------------------------------------------------------------------- // DO NOT USE!! This is for test purposes ONLY! |