coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sspm.h File Reference
#include <soc/addressmap.h>
#include <types.h>
Include dependency graph for sspm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  sspm_regs
 

Functions

void sspm_init (void)
 

Variables

static struct sspm_regs *const sspm_reg = (void *)SSPM_CFG_BASE
 

Function Documentation

◆ sspm_init()

void sspm_init ( void  )

Definition at line 19 of file sspm.c.

References mtk_mcu::buffer_size, mtk_mcu::load_buffer, mtk_init_mcu(), REGION_SIZE, and sspm.

Referenced by soc_init().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ sspm_reg

struct sspm_regs* const sspm_reg = (void *)SSPM_CFG_BASE
static

Definition at line 12 of file sspm.h.

Referenced by reset_sspm().