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

#include <cbfs.h>

Collaboration diagram for cbfs_boot_device:
Collaboration graph

Data Fields

struct region_device rdev
 
voidmcache
 
size_t mcache_size
 

Detailed Description

Definition at line 166 of file cbfs.h.

Field Documentation

◆ mcache

void* cbfs_boot_device::mcache

Definition at line 168 of file cbfs.h.

Referenced by cbfs_boot_device_find_mcache(), and mcache_to_cbmem().

◆ mcache_size

size_t cbfs_boot_device::mcache_size

Definition at line 169 of file cbfs.h.

Referenced by cbfs_boot_device_find_mcache(), and mcache_to_cbmem().

◆ rdev

struct region_device cbfs_boot_device::rdev

Definition at line 390 of file cbfs.h.

Referenced by cbfs_get_boot_device(), lb_boot_media_params(), and vboot_get_cbfs_boot_device().


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