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

struct ec_response_get_version_v1 - Response to the v1 get version command. More...

#include <ec_commands.h>

Collaboration diagram for ec_response_get_version_v1:
Collaboration graph

Data Fields

char version_string_ro [32]
 
char version_string_rw [32]
 
char cros_fwid_ro [32]
 
uint32_t current_image
 
char cros_fwid_rw [32]
 

Detailed Description

struct ec_response_get_version_v1 - Response to the v1 get version command.

ec_response_get_version_v1 is a strict superset of ec_response_get_version. The v1 response changes the semantics of one field (reserved to cros_fwid_ro) and adds one additional field (cros_fwid_rw).

@version_string_ro: Null-terminated RO firmware version string. @version_string_rw: Null-terminated RW firmware version string. @cros_fwid_ro: Null-terminated RO CrOS FWID string. @current_image: One of ec_image. @cros_fwid_rw: Null-terminated RW CrOS FWID string.

Definition at line 1177 of file ec_commands.h.

Field Documentation

◆ cros_fwid_ro

char ec_response_get_version_v1::cros_fwid_ro[32]

Definition at line 1180 of file ec_commands.h.

◆ cros_fwid_rw

char ec_response_get_version_v1::cros_fwid_rw[32]

Definition at line 1182 of file ec_commands.h.

◆ current_image

uint32_t ec_response_get_version_v1::current_image

Definition at line 1181 of file ec_commands.h.

◆ version_string_ro

char ec_response_get_version_v1::version_string_ro[32]

Definition at line 1178 of file ec_commands.h.

◆ version_string_rw

char ec_response_get_version_v1::version_string_rw[32]

Definition at line 1179 of file ec_commands.h.


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