coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vbnv_flash_ctx Struct Reference
Collaboration diagram for vbnv_flash_ctx:
Collaboration graph

Data Fields

int initialized
 
int blob_offset
 
int top_offset
 
struct region_device vbnv_dev
 
uint8_t cache [BLOB_SIZE]
 

Detailed Description

Definition at line 14 of file vbnv_flash.c.

Field Documentation

◆ blob_offset

int vbnv_flash_ctx::blob_offset

Definition at line 19 of file vbnv_flash.c.

Referenced by init_vbnv(), and save_vbnv_flash().

◆ cache

uint8_t vbnv_flash_ctx::cache[BLOB_SIZE]

Definition at line 28 of file vbnv_flash.c.

Referenced by init_vbnv(), read_vbnv_flash(), and save_vbnv_flash().

◆ initialized

int vbnv_flash_ctx::initialized

Definition at line 16 of file vbnv_flash.c.

Referenced by init_vbnv(), read_vbnv_flash(), and save_vbnv_flash().

◆ top_offset

int vbnv_flash_ctx::top_offset

Definition at line 22 of file vbnv_flash.c.

Referenced by init_vbnv(), and save_vbnv_flash().

◆ vbnv_dev

struct region_device vbnv_flash_ctx::vbnv_dev

Definition at line 22 of file vbnv_flash.c.

Referenced by erase_nvram(), init_vbnv(), and save_vbnv_flash().


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