|
OpenBIC
OpenSource Bridge-IC
|
#include "oem_handler.h"#include "sensor.h"#include "plat_sensor_table.h"#include "guid.h"#include <logging/log.h>#include "libutil.h"
Functions | |
| LOG_MODULE_DECLARE (ipmi) | |
| __weak uint8_t | get_hsc_pwr_reading (int *reading) |
| __weak void | OEM_SET_SYSTEM_GUID (ipmi_msg *msg) |
| __weak void | OEM_GET_MB_INDEX (ipmi_msg *msg) |
| __weak void | OEM_CABLE_DETECTION (ipmi_msg *msg) |
| __weak void | OEM_GET_CHASSIS_POSITION (ipmi_msg *msg) |
| __weak void | OEM_GET_HTTP_BOOT_DATA (ipmi_msg *msg) |
| __weak void | OEM_GET_HTTP_BOOT_ATTR (ipmi_msg *msg) |
| __weak void | OEM_SET_BOOT_ORDER (ipmi_msg *msg) |
| __weak void | OEM_GET_BOOT_ORDER (ipmi_msg *msg) |
| void | IPMI_OEM_handler (ipmi_msg *msg) |
| __weak uint8_t get_hsc_pwr_reading | ( | int * | reading | ) |
| void IPMI_OEM_handler | ( | ipmi_msg * | msg | ) |

| LOG_MODULE_DECLARE | ( | ipmi | ) |
| __weak void OEM_CABLE_DETECTION | ( | ipmi_msg * | msg | ) |
| __weak void OEM_GET_BOOT_ORDER | ( | ipmi_msg * | msg | ) |
| __weak void OEM_GET_CHASSIS_POSITION | ( | ipmi_msg * | msg | ) |
| __weak void OEM_GET_HTTP_BOOT_ATTR | ( | ipmi_msg * | msg | ) |
| __weak void OEM_GET_HTTP_BOOT_DATA | ( | ipmi_msg * | msg | ) |
| __weak void OEM_GET_MB_INDEX | ( | ipmi_msg * | msg | ) |
| __weak void OEM_SET_BOOT_ORDER | ( | ipmi_msg * | msg | ) |
| __weak void OEM_SET_SYSTEM_GUID | ( | ipmi_msg * | msg | ) |
