coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
me.c File Reference
#include <bootstate.h>
#include <intelblocks/cse.h>
#include <console/console.h>
#include <soc/me.h>
Include dependency graph for me.c:

Go to the source code of this file.

Functions

static void dump_me_status (void *unused)
 
 BOOT_STATE_INIT_ENTRY (BS_DEV_ENABLE, BS_ON_EXIT, print_me_fw_version, NULL)
 
 BOOT_STATE_INIT_ENTRY (BS_OS_RESUME_CHECK, BS_ON_EXIT, dump_me_status, NULL)
 

Function Documentation

◆ BOOT_STATE_INIT_ENTRY() [1/2]

BOOT_STATE_INIT_ENTRY ( BS_DEV_ENABLE  ,
BS_ON_EXIT  ,
print_me_fw_version  ,
NULL   
)

◆ BOOT_STATE_INIT_ENTRY() [2/2]

BOOT_STATE_INIT_ENTRY ( BS_OS_RESUME_CHECK  ,
BS_ON_EXIT  ,
dump_me_status  ,
NULL   
)

◆ dump_me_status()