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

#include <util.h>

Collaboration diagram for fsp_nvs_hob2_data_region_header:
Collaboration graph

Data Fields

efi_physical_address nvs_data_ptr
 
uint64_t nvs_data_length
 

Detailed Description

Definition at line 31 of file util.h.

Field Documentation

◆ nvs_data_length

uint64_t fsp_nvs_hob2_data_region_header::nvs_data_length

Definition at line 33 of file util.h.

Referenced by fsp_find_nv_storage_data().

◆ nvs_data_ptr

efi_physical_address fsp_nvs_hob2_data_region_header::nvs_data_ptr

Definition at line 32 of file util.h.

Referenced by fsp_find_nv_storage_data().


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