[Skiboot] [PATCH] hdata: Add new "smp-cable-connector" VPD keyword

Klaus Heinrich Kiwi klaus at linux.vnet.ibm.com
Tue Jul 28 22:21:18 AEST 2020


Recent FSP versions are defining a new VPD keyword
'SN' that brings SMP Cable Connector FRU info.

Signed-off-by: Klaus Heinrich Kiwi <klaus at linux.vnet.ibm.com>
---
 hdata/vpd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hdata/vpd.c b/hdata/vpd.c
index 3c480b444..010f59660 100644
--- a/hdata/vpd.c
+++ b/hdata/vpd.c
@@ -167,6 +167,7 @@ static const struct vpd_key_map vpd_key_table[] = {
 	{"SD", "sas-connector"},
 	{"SI", "scsi-ide-converter"},
 	{"SL", "phb-slot"},
+	{"SN", "smp-cable-connector"},
 	{"SP", "service-processor"},
 	{"SR", "service-card"},
 	{"SS", "soft-switch"},
-- 
2.17.1



More information about the Skiboot mailing list