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

#include <coreboot_tables.h>

Collaboration diagram for lb_spi_flash:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t flash_size
 
uint32_t sector_size
 
uint32_t erase_cmd
 
uint32_t mmap_count
 
struct flash_mmap_window mmap_table [0]
 

Detailed Description

Definition at line 341 of file coreboot_tables.h.

Field Documentation

◆ erase_cmd

uint32_t lb_spi_flash::erase_cmd

Definition at line 346 of file coreboot_tables.h.

Referenced by lb_spi_flash().

◆ flash_size

uint32_t lb_spi_flash::flash_size

Definition at line 344 of file coreboot_tables.h.

Referenced by lb_spi_flash().

◆ mmap_count

uint32_t lb_spi_flash::mmap_count

Definition at line 352 of file coreboot_tables.h.

Referenced by lb_spi_flash().

◆ mmap_table

struct flash_mmap_window lb_spi_flash::mmap_table[0]

Definition at line 352 of file coreboot_tables.h.

◆ sector_size

uint32_t lb_spi_flash::sector_size

Definition at line 345 of file coreboot_tables.h.

Referenced by lb_spi_flash().

◆ size

uint32_t lb_spi_flash::size

Definition at line 343 of file coreboot_tables.h.

Referenced by lb_spi_flash().

◆ tag

uint32_t lb_spi_flash::tag

Definition at line 342 of file coreboot_tables.h.

Referenced by lb_spi_flash().


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