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

struct ec_response_get_version - Response to the v0 get version command. More...

#include <ec_commands.h>

Collaboration diagram for ec_response_get_version:
Collaboration graph

Data Fields

char version_string_ro [32]
 
char version_string_rw [32]
 
char reserved [32]
 
uint32_t current_image
 

Detailed Description

struct ec_response_get_version - Response to the v0 get version command.

@version_string_ro: Null-terminated RO firmware version string. @version_string_rw: Null-terminated RW firmware version string. @reserved: Unused bytes; was previously RW-B firmware version string. @current_image: One of ec_image.

Definition at line 1157 of file ec_commands.h.

Field Documentation

◆ current_image

uint32_t ec_response_get_version::current_image

Definition at line 1161 of file ec_commands.h.

◆ reserved

char ec_response_get_version::reserved[32]

Definition at line 1160 of file ec_commands.h.

◆ version_string_ro

char ec_response_get_version::version_string_ro[32]

Definition at line 1158 of file ec_commands.h.

◆ version_string_rw

char ec_response_get_version::version_string_rw[32]

Definition at line 1159 of file ec_commands.h.


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