mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-04 19:53:35 +00:00
ID:371 - add ericsson oem
Change-Id: I4fa230b2388e83ae0bc560539675d4dd8783a33e Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
This commit is contained in:
committed by
Zdenek Styblik
parent
925a2fe55c
commit
9caa78be38
@ -68,6 +68,7 @@ const struct valstr ipmi_oem_info[] = {
|
||||
{ IPMI_OEM_BULL, "Bull Company" },
|
||||
{ IPMI_OEM_PPS, "Pigeon Point Systems" },
|
||||
{ IPMI_OEM_BROADCOM, "Broadcom Corporation" },
|
||||
{ IPMI_OEM_ERICSSON, "Ericsson AB"},
|
||||
{ IPMI_OEM_QUANTA, "Quanta" },
|
||||
{ 0xffff , NULL },
|
||||
};
|
||||
@ -116,6 +117,8 @@ const struct oemvalstr ipmi_oem_product_info[] = {
|
||||
{ IPMI_OEM_KONTRON,5303, "AT8901" },
|
||||
/* Broadcom */
|
||||
{ IPMI_OEM_BROADCOM, 5725, "BCM5725" },
|
||||
/* Ericsson */
|
||||
{ IPMI_OEM_ERICSSON, 0x0054, "Phantom" },
|
||||
|
||||
{ 0xffffff , 0xffff , NULL },
|
||||
};
|
||||
|
Reference in New Issue
Block a user