Remove address from GPLv2 headers
[coreboot.git] / src / mainboard / amd / dinar / OptionsIds.h
blobe4d0bb94e9bcae3382f9be33f4c5ddc3f023ac4b
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2012 Advanced Micro Devices, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc.
20 /**
21 * @file
23 * IDS Option File
25 * This file is used to switch on/off IDS features.
28 #ifndef _OPTION_IDS_H_
29 #define _OPTION_IDS_H_
31 /**
33 * This file generates the defaults tables for the Integrated Debug Support
34 * Module. The documented build options are imported from a user controlled
35 * file for processing. The build options for the Integrated Debug Support
36 * Module are listed below:
38 * IDSOPT_IDS_ENABLED
39 * IDSOPT_ERROR_TRAP_ENABLED
40 * IDSOPT_CONTROL_ENABLED
41 * IDSOPT_TRACING_ENABLED
42 * IDSOPT_PERF_ANALYSIS
43 * IDSOPT_ASSERT_ENABLED
44 * IDS_DEBUG_PORT
45 * IDSOPT_CAR_CORRUPTION_CHECK_ENABLED
47 **/
49 //#define IDSOPT_IDS_ENABLED TRUE
50 //#define IDSOPT_TRACING_ENABLED TRUE
51 #define IDSOPT_ASSERT_ENABLED TRUE
53 //#define IDSOPT_DEBUG_ENABLED FALSE
54 //#undef IDSOPT_HOST_SIMNOW
55 //#define IDSOPT_HOST_SIMNOW FALSE
56 //#undef IDSOPT_HOST_HDT
57 //#define IDSOPT_HOST_HDT FALSE
58 //#define IDS_DEBUG_PORT 0x80
60 #endif