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

#include <aspeed_coreboot.h>

Collaboration diagram for firmware:
Collaboration graph

Data Fields

size_t size
 
const u8data
 
struct page ** pages
 
voidpriv
 

Detailed Description

Definition at line 47 of file aspeed_coreboot.h.

Field Documentation

◆ data

const u8* firmware::data

Definition at line 49 of file aspeed_coreboot.h.

Referenced by ast_launch_m68k().

◆ pages

struct page** firmware::pages

Definition at line 50 of file aspeed_coreboot.h.

◆ priv

void* firmware::priv

Definition at line 53 of file aspeed_coreboot.h.

◆ size

size_t firmware::size

Definition at line 48 of file aspeed_coreboot.h.

Referenced by ast_launch_m68k().


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