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

#include <coreboot_tables.h>

Collaboration diagram for cmos_defaults:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t name_length
 
uint8_t name [CMOS_MAX_NAME_LENGTH]
 
uint8_t default_set [CMOS_IMAGE_BUFFER_SIZE]
 

Detailed Description

Definition at line 494 of file coreboot_tables.h.

Field Documentation

◆ default_set

uint8_t cmos_defaults::default_set[CMOS_IMAGE_BUFFER_SIZE]

Definition at line 500 of file coreboot_tables.h.

◆ name

uint8_t cmos_defaults::name[CMOS_MAX_NAME_LENGTH]

Definition at line 498 of file coreboot_tables.h.

◆ name_length

uint32_t cmos_defaults::name_length

Definition at line 497 of file coreboot_tables.h.

◆ size

uint32_t cmos_defaults::size

Definition at line 496 of file coreboot_tables.h.

◆ tag

uint32_t cmos_defaults::tag

Definition at line 495 of file coreboot_tables.h.


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