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

#include <mcu_common.h>

Collaboration diagram for mtk_mcu:
Collaboration graph

Data Fields

const char * firmware_name
 
voidrun_address
 
size_t run_size
 
voidload_buffer
 
size_t buffer_size
 
voidpriv
 
void(* reset )(struct mtk_mcu *mcu)
 

Detailed Description

Definition at line 6 of file mcu_common.h.

Field Documentation

◆ buffer_size

size_t mtk_mcu::buffer_size

◆ firmware_name

const char* mtk_mcu::firmware_name

Definition at line 7 of file mcu_common.h.

Referenced by mtk_init_mcu().

◆ load_buffer

void* mtk_mcu::load_buffer

◆ priv

void* mtk_mcu::priv

Definition at line 12 of file mcu_common.h.

Referenced by dpm_reset(), reset_spm(), spm_init(), and spm_parse_firmware().

◆ reset

void(* mtk_mcu::reset) (struct mtk_mcu *mcu)

Definition at line 13 of file mcu_common.h.

Referenced by mtk_init_mcu().

◆ run_address

void* mtk_mcu::run_address

Definition at line 8 of file mcu_common.h.

Referenced by mtk_init_mcu().

◆ run_size

size_t mtk_mcu::run_size

Definition at line 9 of file mcu_common.h.

Referenced by mtk_init_mcu(), and spm_parse_firmware().


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