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

#include <vpd_tables.h>

Collaboration diagram for vpd_table_system:
Collaboration graph

Data Fields

uint8_t manufacturer
 
uint8_t name
 
uint8_t version
 
uint8_t serial_number
 
uint8_t uuid [16]
 
uint8_t wakeup_type
 
uint8_t sku_number
 
uint8_t family
 

Detailed Description

Definition at line 74 of file vpd_tables.h.

Field Documentation

◆ family

uint8_t vpd_table_system::family

Definition at line 82 of file vpd_tables.h.

◆ manufacturer

uint8_t vpd_table_system::manufacturer

Definition at line 75 of file vpd_tables.h.

◆ name

uint8_t vpd_table_system::name

Definition at line 76 of file vpd_tables.h.

◆ serial_number

uint8_t vpd_table_system::serial_number

Definition at line 78 of file vpd_tables.h.

◆ sku_number

uint8_t vpd_table_system::sku_number

Definition at line 81 of file vpd_tables.h.

◆ uuid

uint8_t vpd_table_system::uuid[16]

Definition at line 79 of file vpd_tables.h.

◆ version

uint8_t vpd_table_system::version

Definition at line 77 of file vpd_tables.h.

◆ wakeup_type

uint8_t vpd_table_system::wakeup_type

Definition at line 80 of file vpd_tables.h.


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