src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / biostar / a68n_5200 / OptionsIds.h
bloba7e18bb651890b7def3a822fb5f504b7d269c023
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* This file is part of the coreboot project. */
4 /**
5 * @file
7 * IDS Option File
9 * This file is used to switch on/off IDS features.
12 #ifndef _OPTION_IDS_H_
13 #define _OPTION_IDS_H_
15 /**
17 * This file generates the defaults tables for the Integrated Debug Support
18 * Module. The documented build options are imported from a user controlled
19 * file for processing. The build options for the Integrated Debug Support
20 * Module are listed below:
22 * IDSOPT_IDS_ENABLED
23 * IDSOPT_ERROR_TRAP_ENABLED
24 * IDSOPT_CONTROL_ENABLED
25 * IDSOPT_TRACING_ENABLED
26 * IDSOPT_PERF_ANALYSIS
27 * IDSOPT_ASSERT_ENABLED
28 * IDS_DEBUG_PORT
29 * IDSOPT_CAR_CORRUPTION_CHECK_ENABLED
31 **/
33 #define IDSOPT_IDS_ENABLED TRUE
34 //#define IDSOPT_CONTROL_ENABLED TRUE
35 //#define IDSOPT_TRACING_ENABLED TRUE
36 #define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE
37 //#define IDSOPT_PERF_ANALYSIS TRUE
38 #define IDSOPT_ASSERT_ENABLED TRUE
39 //#undef IDSOPT_DEBUG_ENABLED
40 //#define IDSOPT_DEBUG_ENABLED FALSE
41 //#undef IDSOPT_HOST_SIMNOW
42 //#define IDSOPT_HOST_SIMNOW FALSE
43 //#undef IDSOPT_HOST_HDT
44 //#define IDSOPT_HOST_HDT FALSE
45 //#define IDS_DEBUG_PORT 0x80
47 #endif