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

Go to the source code of this file.

Functions

enum cb_err ipmi_set_post_start (const int port)
 
enum cb_err ipmi_set_cmos_clear (void)
 

Function Documentation

◆ ipmi_set_cmos_clear()

enum cb_err ipmi_set_cmos_clear ( void  )

Definition at line 1 of file ipmi_ocp_romstage.c.

References BIOS_DEBUG, BIOS_ERR, CB_ERR, CB_SUCCESS, ipmi_rsp::completion_code, IPMI_BMC_SET_POST_START, ipmi_kcs_message(), IPMI_NETFN_OEM, NULL, and printk.

Referenced by mainboard_rtc_failed().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ipmi_set_post_start()

enum cb_err ipmi_set_post_start ( const int  port)

Definition at line 1 of file ipmi_ocp_romstage.c.

Referenced by mainboard_memory_init_params().

Here is the caller graph for this function: