From db432c2f9d0d1269c8660a23b84c0552cd672b31 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 15 Dec 2016 10:42:50 -0600 Subject: Add support for CRP0:L1-L8 Preparing for some upcoming requirements from FAPI. Change-Id: I15dac7faef68f1e189d21fd01836391ba0de9099 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33909 Reviewed-by: Martin Gloff Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/usr/vpd/mvpdenums.H | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/usr/vpd/mvpdenums.H b/src/include/usr/vpd/mvpdenums.H index fd6371a4b..3f524ddb4 100644 --- a/src/include/usr/vpd/mvpdenums.H +++ b/src/include/usr/vpd/mvpdenums.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2015 */ +/* Contributors Listed Below - COPYRIGHT 2013,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -115,6 +115,14 @@ enum mvpdKeyword n21 = 0x20, n30 = 0x21, n31 = 0x22, + L1 = 0x23, + L2 = 0x24, + L3 = 0x25, + L4 = 0x26, + L5 = 0x27, + L6 = 0x28, + L7 = 0x29, + L8 = 0x2A, // Last Keyword MVPD_LAST_KEYWORD, -- cgit v1.2.3