coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
OptionsIds.h File Reference

IDS Option File. More...

Go to the source code of this file.

Macros

#define IDSOPT_IDS_ENABLED   TRUE
 This file generates the defaults tables for the Integrated Debug Support Module. More...
 
#define IDSOPT_ASSERT_ENABLED   TRUE
 

Detailed Description

IDS Option File.

This file is used to switch on/off IDS features.

Definition in file OptionsIds.h.

Macro Definition Documentation

◆ IDSOPT_ASSERT_ENABLED

#define IDSOPT_ASSERT_ENABLED   TRUE

Definition at line 33 of file OptionsIds.h.

◆ IDSOPT_IDS_ENABLED

#define IDSOPT_IDS_ENABLED   TRUE

This file generates the defaults tables for the Integrated Debug Support Module.

The documented build options are imported from a user controlled file for processing. The build options for the Integrated Debug Support Module are listed below:

IDSOPT_IDS_ENABLED IDSOPT_ERROR_TRAP_ENABLED IDSOPT_CONTROL_ENABLED IDSOPT_TRACING_ENABLED IDSOPT_PERF_ANALYSIS IDSOPT_ASSERT_ENABLED IDSOPT_CAR_CORRUPTION_CHECK_ENABLED

Definition at line 31 of file OptionsIds.h.