summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bap/ode_e20XX/OptionsIds.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-01 23:25:09 +0100
committerArthur Heymans <arthur@aheymans.xyz>2022-11-07 13:57:15 +0000
commit6baee3d28729d4b924e8f793c4c7311cebf1f80a (patch)
treea3cdc029d4a28b9572ee0759a25ffe9480ab7372 /src/mainboard/bap/ode_e20XX/OptionsIds.h
parentf9decbb0c720662d8e71fe221aef55b7ecf76196 (diff)
downloadcoreboot-6baee3d28729d4b924e8f793c4c7311cebf1f80a.tar.gz
coreboot-6baee3d28729d4b924e8f793c4c7311cebf1f80a.tar.bz2
coreboot-6baee3d28729d4b924e8f793c4c7311cebf1f80a.zip
mb/*/*: Remove AMD agesa family16 boards
These boards use the LEGACY_SMP_INIT which is to be deprecated after release 4.18. Change-Id: I43c7075fb6418a86c57c863edccbcb750f8ed402 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69113 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/bap/ode_e20XX/OptionsIds.h')
-rw-r--r--src/mainboard/bap/ode_e20XX/OptionsIds.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/mainboard/bap/ode_e20XX/OptionsIds.h b/src/mainboard/bap/ode_e20XX/OptionsIds.h
deleted file mode 100644
index 130d8525abfa..000000000000
--- a/src/mainboard/bap/ode_e20XX/OptionsIds.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/**
- * @file
- *
- * IDS Option File
- *
- * This file is used to switch on/off IDS features.
- *
- */
-#ifndef _OPTION_IDS_H_
-#define _OPTION_IDS_H_
-
-/**
- *
- * 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
- *
- **/
-
-#define IDSOPT_IDS_ENABLED TRUE
-//#define IDSOPT_CONTROL_ENABLED TRUE
-//#define IDSOPT_TRACING_ENABLED TRUE
-#define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE
-//#define IDSOPT_PERF_ANALYSIS TRUE
-#define IDSOPT_ASSERT_ENABLED TRUE
-
-#endif