OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include "libutil.h"
#include "ipmi.h"
#include "plat_class.h"
#include "plat_ipmb.h"
#include <logging/log.h>
#include "plat_dimm.h"
#include "plat_i3c.h"
#include "power_status.h"
#include "rg3mxxb12.h"
#include "p3h284x.h"
#include "plat_ipmi.h"
#include "fru.h"
#include "eeprom.h"
#include "plat_fru.h"
Functions | |
LOG_MODULE_REGISTER (plat_ipmi) | |
bool | pal_set_dimm_presence_status (uint8_t *buf) |
int | pal_record_bios_fw_version (uint8_t *buf, uint8_t size) |
void | OEM_1S_GET_BIOS_VERSION (ipmi_msg *msg) |
void | OEM_1S_GET_CARD_TYPE (ipmi_msg *msg) |
void | OEM_1S_WRITE_READ_DIMM (ipmi_msg *msg) |
LOG_MODULE_REGISTER | ( | plat_ipmi | ) |
void OEM_1S_GET_BIOS_VERSION | ( | ipmi_msg * | msg | ) |
void OEM_1S_GET_CARD_TYPE | ( | ipmi_msg * | msg | ) |
void OEM_1S_WRITE_READ_DIMM | ( | ipmi_msg * | msg | ) |
int pal_record_bios_fw_version | ( | uint8_t * | buf, |
uint8_t | size | ||
) |
bool pal_set_dimm_presence_status | ( | uint8_t * | buf | ) |