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

Go to the source code of this file.

Macros

#define MSEC_TO_USEC(x)   (x * 1000)
 

Functions

static void cbmem_inject_telemetry_data (void)
 
void cse_get_telemetry_data (void)
 

Macro Definition Documentation

◆ MSEC_TO_USEC

#define MSEC_TO_USEC (   x)    (x * 1000)

Definition at line 7 of file telemetry.c.

Function Documentation

◆ cbmem_inject_telemetry_data()

◆ cse_get_telemetry_data()

void cse_get_telemetry_data ( void  )

Definition at line 76 of file telemetry.c.

References BIOS_DEBUG, cbmem_inject_telemetry_data(), is_cse_enabled(), and printk.

Referenced by mainboard_romstage_entry().

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