|
OpenBIC
OpenSource Bridge-IC
|
#include <stdint.h>#include <stdlib.h>#include "plat_sys.h"#include "ipmi.h"#include "ipmb.h"#include "pmbus.h"#include "sensor.h"#include "libipmi.h"#include "libutil.h"#include "util_sys.h"#include "hal_gpio.h"#include "plat_gpio.h"#include "xdpe12284c.h"#include "plat_sensor_table.h"#include "util_worker.h"#include <logging/log.h>
Functions | |
| LOG_MODULE_REGISTER (plat_sys) | |
| void | BMC_reset_handler () |
| K_WORK_DELAYABLE_DEFINE (BMC_reset_work, BMC_reset_handler) | |
| int | pal_submit_bmc_cold_reset () |
| void | clear_cmos_handler () |
| K_WORK_DEFINE (clear_cmos_work, clear_cmos_handler) | |
| int | pal_clear_cmos () |
| void | check_Infineon_VR_VCCIO_UV_fault (uint8_t sensor_num) |
| void | check_Renesas_VR_VCCIO_UV_fault (uint8_t sensor_num) |
| bool | VCCIO_VR_UV_fault_add_sel () |
| void BMC_reset_handler | ( | ) |

| void check_Infineon_VR_VCCIO_UV_fault | ( | uint8_t | sensor_num | ) |

| void check_Renesas_VR_VCCIO_UV_fault | ( | uint8_t | sensor_num | ) |

| void clear_cmos_handler | ( | ) |

| K_WORK_DEFINE | ( | clear_cmos_work | , |
| clear_cmos_handler | |||
| ) |
| K_WORK_DELAYABLE_DEFINE | ( | BMC_reset_work | , |
| BMC_reset_handler | |||
| ) |
| LOG_MODULE_REGISTER | ( | plat_sys | ) |
| int pal_clear_cmos | ( | ) |
| int pal_submit_bmc_cold_reset | ( | ) |
| bool VCCIO_VR_UV_fault_add_sel | ( | ) |
