From 7d1cedd447b62cf0a61e249ec691b0a384711996 Mon Sep 17 00:00:00 2001 From: Matthew Raybuck Date: Fri, 3 May 2019 08:32:02 -0500 Subject: Add keyword support for OCMB SPD reads Currently the only supported keyword was ENTIRE_SPD for OCMB chips. This commit adds support for all of the common keywords (modSpec NA and DDIMM) for DDRx DIMMs and new keywords for OCMB_MODULE_PART_NUMBER and OCMB_MODULE_SERIAL_NUMBER. Change-Id: Ib29fb6153e47e56b24a1e7f51c8cbf33e6a48d73 RTC:203788 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76922 Reviewed-by: Matt Derksen Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/include/usr/vpd/vpdreasoncodes.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/usr/vpd/vpdreasoncodes.H b/src/include/usr/vpd/vpdreasoncodes.H index 8a201c422..e4336c9f8 100644 --- a/src/include/usr/vpd/vpdreasoncodes.H +++ b/src/include/usr/vpd/vpdreasoncodes.H @@ -99,6 +99,7 @@ enum vpdModuleId // OCMB SPD VPD_OCMB_GET_SPD = 0x90, + VPD_OCMB_SPD_PERFORM_OP = 0x91, }; -- cgit v1.2.3