OpenBIC
OpenSource Bridge-IC
plat_sys.c File Reference
#include "plat_sys.h"
#include "util_sys.h"
#include "hal_gpio.h"
#include "plat_gpio.h"
Include dependency graph for plat_sys.c:

Functions

int pal_host_power_control (power_ctl_t ctl_type)
 
bool pal_is_bmc_present ()
 
bool pal_is_bmc_ready ()
 
void BMC_reset_handler ()
 
 K_WORK_DELAYABLE_DEFINE (BMC_reset_work, BMC_reset_handler)
 
int pal_submit_bmc_cold_reset ()
 

Function Documentation

◆ BMC_reset_handler()

void BMC_reset_handler ( )
Here is the call graph for this function:

◆ K_WORK_DELAYABLE_DEFINE()

K_WORK_DELAYABLE_DEFINE ( BMC_reset_work  ,
BMC_reset_handler   
)

◆ pal_host_power_control()

int pal_host_power_control ( power_ctl_t  ctl_type)
Here is the call graph for this function:

◆ pal_is_bmc_present()

bool pal_is_bmc_present ( )
Here is the call graph for this function:

◆ pal_is_bmc_ready()

bool pal_is_bmc_ready ( )
Here is the call graph for this function:

◆ pal_submit_bmc_cold_reset()

int pal_submit_bmc_cold_reset ( )