coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
me_smm.c File Reference
#include <console/console.h>
#include <device/pci.h>
#include <device/pci_def.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <stdint.h>
#include "me.h"
#include "pch.h"
Include dependency graph for me_smm.c:

Go to the source code of this file.

Functions

static int me8_mkhi_end_of_post (void)
 
static int me7_mkhi_end_of_post (void)
 
void intel_me_finalize_smm (void)
 

Function Documentation

◆ intel_me_finalize_smm()

◆ me7_mkhi_end_of_post()

static int me7_mkhi_end_of_post ( void  )
static

Definition at line 41 of file me_smm.c.

References BIOS_ERR, BIOS_INFO, mkhi_header::group_id, mei_header::is_complete, MEI_ADDRESS_MKHI, MEI_HOST_ADDRESS, mei_sendrecv(), MKHI_END_OF_POST, MKHI_GROUP_ID_GEN, NULL, and printk.

Referenced by intel_me_finalize_smm().

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

◆ me8_mkhi_end_of_post()

static int me8_mkhi_end_of_post ( void  )
static

Definition at line 14 of file me_smm.c.

References BIOS_ERR, BIOS_INFO, BIOS_NOTICE, mkhi_header::group_id, mei_header::is_complete, MEI_ADDRESS_MKHI, MEI_HOST_ADDRESS, mei_sendrecv(), MKHI_END_OF_POST, MKHI_GROUP_ID_GEN, NULL, and printk.

Referenced by intel_me_finalize_smm().

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