ID:451 - Modify the memory ecc error display of SEL for new supermicro motherboards.

This commit is contained in:
KC Li
2016-07-25 11:36:08 +08:00
committed by Zdenek Styblik
parent a3bec1d365
commit fcf7445bce
2 changed files with 45 additions and 0 deletions

View File

@@ -34,6 +34,18 @@
#ifndef IPMI_SEL_SUPERMICRO_H
# define IPMI_SEL_SUPERMICRO_H
static uint16_t supermicro_x10OBi[] = {
0x0923, 0xFFFF
};
static uint16_t supermicro_x10QRH_X10QBL[] = {
0x0872, 0x0853, 0xFFFF
};
static uint16_t supermicro_brickland[] = {
0x0726, 0x083A, 0xFFFF
};
static uint16_t supermicro_x9dal[] = {
0x0635, 0xFFFF
};