coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ipmi_ops.c File Reference
#include <console/console.h>
#include "ipmi_ops.h"
#include <string.h>
#include <types.h>
Include dependency graph for ipmi_ops.c:

Go to the source code of this file.

Functions

enum cb_err ipmi_init_and_start_bmc_wdt (const int port, uint16_t countdown, uint8_t action)
 
enum cb_err ipmi_stop_bmc_wdt (const int port)
 
enum cb_err ipmi_get_system_guid (const int port, uint8_t *uuid)
 
enum cb_err ipmi_add_sel (const int port, struct sel_event_record *sel)
 

Function Documentation

◆ ipmi_add_sel()

◆ ipmi_get_system_guid()

enum cb_err ipmi_get_system_guid ( const int  port,
uint8_t uuid 
)

Definition at line 1 of file ipmi_ops.c.

Referenced by smbios_system_set_uuid().

Here is the caller graph for this function:

◆ ipmi_init_and_start_bmc_wdt()

enum cb_err ipmi_init_and_start_bmc_wdt ( const int  port,
uint16_t  countdown,
uint8_t  action 
)

Definition at line 1 of file ipmi_ops.c.

Referenced by init_frb2_wdt().

Here is the caller graph for this function:

◆ ipmi_stop_bmc_wdt()

enum cb_err ipmi_stop_bmc_wdt ( const int  port)

Definition at line 1 of file ipmi_ops.c.

Referenced by init_frb2_wdt().

Here is the caller graph for this function: