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

Go to the source code of this file.

Data Structures

union  me_hfsts2
 
union  me_hfsts4
 
union  me_hfsts5
 
union  me_hfsts6
 

Functions

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()