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

#include <smbios.h>

Collaboration diagram for smbios_type0:
Collaboration graph

Data Fields

struct smbios_header header
 
u8 vendor
 
u8 bios_version
 
u16 bios_start_segment
 
u8 bios_release_date
 
u8 bios_rom_size
 
u64 bios_characteristics
 
u8 bios_characteristics_ext1
 
u8 bios_characteristics_ext2
 
u8 system_bios_major_release
 
u8 system_bios_minor_release
 
u8 ec_major_release
 
u8 ec_minor_release
 
u16 extended_bios_rom_size
 
u8 eos [2]
 

Detailed Description

Definition at line 295 of file smbios.h.

Field Documentation

◆ bios_characteristics

u64 smbios_type0::bios_characteristics

Definition at line 302 of file smbios.h.

Referenced by smbios_write_type0().

◆ bios_characteristics_ext1

u8 smbios_type0::bios_characteristics_ext1

Definition at line 303 of file smbios.h.

Referenced by smbios_write_type0().

◆ bios_characteristics_ext2

u8 smbios_type0::bios_characteristics_ext2

Definition at line 304 of file smbios.h.

Referenced by smbios_write_type0().

◆ bios_release_date

u8 smbios_type0::bios_release_date

Definition at line 300 of file smbios.h.

Referenced by smbios_write_type0().

◆ bios_rom_size

u8 smbios_type0::bios_rom_size

Definition at line 301 of file smbios.h.

Referenced by smbios_write_type0().

◆ bios_start_segment

u16 smbios_type0::bios_start_segment

Definition at line 299 of file smbios.h.

◆ bios_version

u8 smbios_type0::bios_version

Definition at line 298 of file smbios.h.

Referenced by smbios_write_type0().

◆ ec_major_release

u8 smbios_type0::ec_major_release

Definition at line 307 of file smbios.h.

Referenced by smbios_write_type0().

◆ ec_minor_release

u8 smbios_type0::ec_minor_release

Definition at line 308 of file smbios.h.

Referenced by smbios_write_type0().

◆ eos

u8 smbios_type0::eos[2]

Definition at line 310 of file smbios.h.

Referenced by smbios_write_type0().

◆ extended_bios_rom_size

u16 smbios_type0::extended_bios_rom_size

Definition at line 309 of file smbios.h.

Referenced by smbios_write_type0().

◆ header

struct smbios_header smbios_type0::header

Definition at line 292 of file smbios.h.

Referenced by smbios_write_type0().

◆ system_bios_major_release

u8 smbios_type0::system_bios_major_release

Definition at line 305 of file smbios.h.

Referenced by smbios_write_type0().

◆ system_bios_minor_release

u8 smbios_type0::system_bios_minor_release

Definition at line 306 of file smbios.h.

Referenced by smbios_write_type0().

◆ vendor

u8 smbios_type0::vendor

Definition at line 297 of file smbios.h.

Referenced by smbios_write_type0().


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