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

#include <svc.h>

Collaboration diagram for cmd_param_map_spirom:
Collaboration graph

Data Fields

unsigned int spirom_addr
 
unsigned int size
 
void ** ppspirom_addr_axi
 

Detailed Description

Definition at line 91 of file svc.h.

Field Documentation

◆ ppspirom_addr_axi

void** cmd_param_map_spirom::ppspirom_addr_axi

Definition at line 94 of file svc.h.

Referenced by svc_map_spi_rom().

◆ size

unsigned int cmd_param_map_spirom::size

Definition at line 93 of file svc.h.

Referenced by svc_map_spi_rom().

◆ spirom_addr

unsigned int cmd_param_map_spirom::spirom_addr

Definition at line 92 of file svc.h.

Referenced by svc_map_spi_rom().


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