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

#include <spm.h>

Collaboration diagram for pcm_desc:
Collaboration graph

Data Fields

u16 size
 
u8 sess
 
u8 replace
 
u16 addr_2nd
 
u16 reserved
 
u32 vector [PCM_EVENT_VECTOR_NUM]
 
uint32_t pmem_words
 
uint32_t total_words
 
uint32_t pmem_start
 
uint32_t dmem_start
 
u32 pmem_words
 
u32 total_words
 
u32 pmem_start
 
u32 dmem_start
 

Detailed Description

Definition at line 568 of file spm.h.

Field Documentation

◆ addr_2nd

u16 pcm_desc::addr_2nd

Definition at line 572 of file spm.h.

◆ dmem_start [1/2]

u32 pcm_desc::dmem_start

Definition at line 850 of file spm.h.

Referenced by spm_kick_im_to_fetch().

◆ dmem_start [2/2]

u32 pcm_desc::dmem_start

Definition at line 667 of file spm.h.

◆ pmem_start [1/2]

u32 pcm_desc::pmem_start

Definition at line 849 of file spm.h.

Referenced by spm_kick_im_to_fetch().

◆ pmem_start [2/2]

u32 pcm_desc::pmem_start

Definition at line 666 of file spm.h.

◆ pmem_words [1/2]

u32 pcm_desc::pmem_words

Definition at line 847 of file spm.h.

Referenced by spm_kick_im_to_fetch().

◆ pmem_words [2/2]

u32 pcm_desc::pmem_words

Definition at line 664 of file spm.h.

◆ replace

u8 pcm_desc::replace

Definition at line 571 of file spm.h.

Referenced by spm_reset_and_init_pcm().

◆ reserved

u16 pcm_desc::reserved

Definition at line 573 of file spm.h.

◆ sess

u8 pcm_desc::sess

Definition at line 570 of file spm.h.

◆ size

u16 pcm_desc::size

◆ total_words [1/2]

u32 pcm_desc::total_words

Definition at line 848 of file spm.h.

Referenced by spm_kick_im_to_fetch(), and spm_parse_firmware().

◆ total_words [2/2]

u32 pcm_desc::total_words

Definition at line 665 of file spm.h.

◆ vector

u32 pcm_desc::vector[PCM_EVENT_VECTOR_NUM]

Definition at line 574 of file spm.h.

Referenced by spm_init_event_vector().


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