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

#include <coreboot_tables.h>

Collaboration diagram for flash_mmap_window:
Collaboration graph

Data Fields

uint32_t flash_base
 
uint32_t host_base
 
uint32_t size
 

Detailed Description

Definition at line 335 of file coreboot_tables.h.

Field Documentation

◆ flash_base

uint32_t flash_mmap_window::flash_base

Definition at line 336 of file coreboot_tables.h.

Referenced by spi_flash_get_mmap_windows().

◆ host_base

uint32_t flash_mmap_window::host_base

Definition at line 337 of file coreboot_tables.h.

Referenced by spi_flash_get_mmap_windows().

◆ size

uint32_t flash_mmap_window::size

Definition at line 338 of file coreboot_tables.h.

Referenced by spi_flash_get_mmap_windows().


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