coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock_arg Struct Reference

#include <bootblock_common.h>

Collaboration diagram for bootblock_arg:
Collaboration graph

Data Fields

uint64_t base_timestamp
 
voidmetadata_hash_anchor
 
uint32_t num_timestamps
 
struct timestamp_entry timestamps []
 

Detailed Description

Definition at line 36 of file bootblock_common.h.

Field Documentation

◆ base_timestamp

uint64_t bootblock_arg::base_timestamp

Definition at line 37 of file bootblock_common.h.

Referenced by main().

◆ metadata_hash_anchor

void* bootblock_arg::metadata_hash_anchor

Definition at line 38 of file bootblock_common.h.

Referenced by main().

◆ num_timestamps

uint32_t bootblock_arg::num_timestamps

Definition at line 39 of file bootblock_common.h.

◆ timestamps

struct timestamp_entry bootblock_arg::timestamps[]

Definition at line 39 of file bootblock_common.h.

Referenced by main().


The documentation for this struct was generated from the following file: