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

#include <coreboot_tables.h>

Collaboration diagram for cmos_checksum:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t range_start
 
uint32_t range_end
 
uint32_t location
 
uint32_t type
 

Detailed Description

Definition at line 503 of file coreboot_tables.h.

Field Documentation

◆ location

uint32_t cmos_checksum::location

Definition at line 511 of file coreboot_tables.h.

◆ range_end

uint32_t cmos_checksum::range_end

Definition at line 510 of file coreboot_tables.h.

◆ range_start

uint32_t cmos_checksum::range_start

Definition at line 509 of file coreboot_tables.h.

◆ size

uint32_t cmos_checksum::size

Definition at line 505 of file coreboot_tables.h.

◆ tag

uint32_t cmos_checksum::tag

Definition at line 504 of file coreboot_tables.h.

Referenced by lb_strings().

◆ type

uint32_t cmos_checksum::type

Definition at line 512 of file coreboot_tables.h.


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