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

#include <coreboot_tables.h>

Collaboration diagram for cmos_entries:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t bit
 
uint32_t length
 
uint32_t config
 
uint32_t config_id
 
uint8_t name [CMOS_MAX_NAME_LENGTH]
 

Detailed Description

Definition at line 465 of file coreboot_tables.h.

Field Documentation

◆ bit

uint32_t cmos_entries::bit

Definition at line 468 of file coreboot_tables.h.

◆ config

uint32_t cmos_entries::config

Definition at line 470 of file coreboot_tables.h.

◆ config_id

uint32_t cmos_entries::config_id

Definition at line 471 of file coreboot_tables.h.

◆ length

uint32_t cmos_entries::length

Definition at line 469 of file coreboot_tables.h.

◆ name

uint8_t cmos_entries::name[CMOS_MAX_NAME_LENGTH]

Definition at line 473 of file coreboot_tables.h.

Referenced by cmos_get_uint_option().

◆ size

uint32_t cmos_entries::size

Definition at line 467 of file coreboot_tables.h.

Referenced by cmos_get_uint_option().

◆ tag

uint32_t cmos_entries::tag

Definition at line 466 of file coreboot_tables.h.

Referenced by cmos_get_uint_option().


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