coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
crashlog.h File Reference
#include <types.h>
Include dependency graph for crashlog.h:

Go to the source code of this file.

Macros

#define _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_
 
#define TEL_DVSEC_OFFSET   0x100
 
#define TEL_DVSEC_PCIE_CAP_ID   0x0
 
#define TEL_DVSEC_NEXT_CAP   0x2
 
#define TEL_DVSEV_ID   0x8
 
#define TEL_DVSEV_DISCOVERY_TABLE_OFFSET   0xC
 
#define TELEMETRY_EXTENDED_CAP_ID   0x23
 
#define CRASHLOG_DVSEC_ID   0x04
 
#define TEL_DVSEC_TBIR_BAR0   0
 
#define TEL_DVSEC_TBIR_BAR1   1
 
#define CRASHLOG_MAILBOX_INTF_ADDRESS   0x6038
 
#define CRASHLOG_POINTER_SIZE_FIELD_OFFSET   0x04
 

Macro Definition Documentation

◆ _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_

#define _SOC_COMMON_BLOCK_CRASHLIB_LIB_H_

Definition at line 4 of file crashlog.h.

◆ CRASHLOG_DVSEC_ID

#define CRASHLOG_DVSEC_ID   0x04

Definition at line 16 of file crashlog.h.

◆ CRASHLOG_MAILBOX_INTF_ADDRESS

#define CRASHLOG_MAILBOX_INTF_ADDRESS   0x6038

Definition at line 21 of file crashlog.h.

◆ CRASHLOG_POINTER_SIZE_FIELD_OFFSET

#define CRASHLOG_POINTER_SIZE_FIELD_OFFSET   0x04

Definition at line 22 of file crashlog.h.

◆ TEL_DVSEC_NEXT_CAP

#define TEL_DVSEC_NEXT_CAP   0x2

Definition at line 12 of file crashlog.h.

◆ TEL_DVSEC_OFFSET

#define TEL_DVSEC_OFFSET   0x100

Definition at line 10 of file crashlog.h.

◆ TEL_DVSEC_PCIE_CAP_ID

#define TEL_DVSEC_PCIE_CAP_ID   0x0

Definition at line 11 of file crashlog.h.

◆ TEL_DVSEC_TBIR_BAR0

#define TEL_DVSEC_TBIR_BAR0   0

Definition at line 17 of file crashlog.h.

◆ TEL_DVSEC_TBIR_BAR1

#define TEL_DVSEC_TBIR_BAR1   1

Definition at line 18 of file crashlog.h.

◆ TEL_DVSEV_DISCOVERY_TABLE_OFFSET

#define TEL_DVSEV_DISCOVERY_TABLE_OFFSET   0xC

Definition at line 14 of file crashlog.h.

◆ TEL_DVSEV_ID

#define TEL_DVSEV_ID   0x8

Definition at line 13 of file crashlog.h.

◆ TELEMETRY_EXTENDED_CAP_ID

#define TELEMETRY_EXTENDED_CAP_ID   0x23

Definition at line 15 of file crashlog.h.