ID:371 - add ericsson oem

Change-Id: I4fa230b2388e83ae0bc560539675d4dd8783a33e
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
This commit is contained in:
Parthasarathy Bhuvaragan 2015-02-16 10:12:46 +01:00 committed by Zdenek Styblik
parent 925a2fe55c
commit 9caa78be38
2 changed files with 4 additions and 0 deletions

View File

@ -260,6 +260,7 @@ typedef enum IPMI_OEM {
IPMI_OEM_HITACHI_116 = 116, IPMI_OEM_HITACHI_116 = 116,
IPMI_OEM_NEC = 119, IPMI_OEM_NEC = 119,
IPMI_OEM_TOSHIBA = 186, IPMI_OEM_TOSHIBA = 186,
IPMI_OEM_ERICSSON = 193,
IPMI_OEM_INTEL = 343, IPMI_OEM_INTEL = 343,
IPMI_OEM_TATUNG = 373, IPMI_OEM_TATUNG = 373,
IPMI_OEM_HITACHI_399 = 399, IPMI_OEM_HITACHI_399 = 399,

View File

@ -68,6 +68,7 @@ const struct valstr ipmi_oem_info[] = {
{ IPMI_OEM_BULL, "Bull Company" }, { IPMI_OEM_BULL, "Bull Company" },
{ IPMI_OEM_PPS, "Pigeon Point Systems" }, { IPMI_OEM_PPS, "Pigeon Point Systems" },
{ IPMI_OEM_BROADCOM, "Broadcom Corporation" }, { IPMI_OEM_BROADCOM, "Broadcom Corporation" },
{ IPMI_OEM_ERICSSON, "Ericsson AB"},
{ IPMI_OEM_QUANTA, "Quanta" }, { IPMI_OEM_QUANTA, "Quanta" },
{ 0xffff , NULL }, { 0xffff , NULL },
}; };
@ -116,6 +117,8 @@ const struct oemvalstr ipmi_oem_product_info[] = {
{ IPMI_OEM_KONTRON,5303, "AT8901" }, { IPMI_OEM_KONTRON,5303, "AT8901" },
/* Broadcom */ /* Broadcom */
{ IPMI_OEM_BROADCOM, 5725, "BCM5725" }, { IPMI_OEM_BROADCOM, 5725, "BCM5725" },
/* Ericsson */
{ IPMI_OEM_ERICSSON, 0x0054, "Phantom" },
{ 0xffffff , 0xffff , NULL }, { 0xffffff , 0xffff , NULL },
}; };