[coreboot-gerrit] Change in coreboot[master]: vendorcode/amd/pi/00670F00/Include/Ids.h: Remove IDS_ERROR_TRAP

Richard Spiegel (Code Review) gerrit at coreboot.org
Thu Aug 23 23:51:49 CEST 2018


Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/28296


Change subject: vendorcode/amd/pi/00670F00/Include/Ids.h: Remove IDS_ERROR_TRAP
......................................................................

vendorcode/amd/pi/00670F00/Include/Ids.h: Remove IDS_ERROR_TRAP

The macro IDS_ERROR_TRAP is only defined, and never used. Also,
IDSOPT_ERROR_TRAP_ENABLED is defined FALSE, so the macro would translate
to nothing. Remove the macro and IDSOPT_ERROR_TRAP_ENABLED.

BUG=b:112885948
TEST=Build grunt

Change-Id: I2c3ca4b0a4a1f96f245ba2f4902fd0051dda77ef
Signed-off-by: Richard Spiegel <richard.spiegel at silverbackltd.com>
---
M src/vendorcode/amd/pi/00670F00/Include/Ids.h
M src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h
2 files changed, 0 insertions(+), 32 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/28296/1

diff --git a/src/vendorcode/amd/pi/00670F00/Include/Ids.h b/src/vendorcode/amd/pi/00670F00/Include/Ids.h
index 96943cf..1cf390d 100644
--- a/src/vendorcode/amd/pi/00670F00/Include/Ids.h
+++ b/src/vendorcode/amd/pi/00670F00/Include/Ids.h
@@ -271,10 +271,6 @@
   #define IDSOPT_ASSERT_ENABLED         FALSE
 #endif
 
-#ifndef IDSOPT_ERROR_TRAP_ENABLED
-  #define IDSOPT_ERROR_TRAP_ENABLED   FALSE
-#endif
-
 #ifndef IDSOPT_CAR_CORRUPTION_CHECK_ENABLED
   #define IDSOPT_CAR_CORRUPTION_CHECK_ENABLED   FALSE
 #endif
@@ -313,7 +309,6 @@
   #undef  IDSOPT_PERF_ANALYSIS
   #undef  IDSOPT_HEAP_CHECKING
   #undef  IDSOPT_ASSERT_ENABLED
-  #undef  IDSOPT_ERROR_TRAP_ENABLED
   #undef  IDSOPT_CAR_CORRUPTION_CHECK_ENABLED
   #undef  IDSOPT_DEBUG_CODE_ENABLED
   #undef  IDSOPT_TRACE_USER_OPTIONS
@@ -327,7 +322,6 @@
   #define IDSOPT_PERF_ANALYSIS      FALSE
   #define IDSOPT_HEAP_CHECKING      FALSE
   #define IDSOPT_ASSERT_ENABLED     FALSE
-  #define IDSOPT_ERROR_TRAP_ENABLED FALSE
   #define IDSOPT_CAR_CORRUPTION_CHECK_ENABLED FALSE
   #define IDSOPT_DEBUG_CODE_ENABLED FALSE
   #define IDSOPT_TRACE_USER_OPTIONS FALSE
@@ -471,8 +465,6 @@
 #endif
 
 #if IDSOPT_CAR_CORRUPTION_CHECK_ENABLED == TRUE
-  #undef  IDSOPT_ERROR_TRAP_ENABLED
-  #define IDSOPT_ERROR_TRAP_ENABLED TRUE
   #define IDS_CAR_CORRUPTION_CHECK(StdHeader)  IdsCarCorruptionCheck(StdHeader)
 #else
   #define IDS_CAR_CORRUPTION_CHECK(StdHeader)
@@ -490,26 +482,6 @@
   #endif
 #endif
 
-/**
- * @def IDS_ERROR_TRAP
- * Trap AGESA Error events with stop code display.
- *
- * Works similarly to use of "ASSERT (FALSE);"
- *
- */
-#if IDSOPT_ERROR_TRAP_ENABLED == TRUE
-  #ifdef STOP_CODE
-    #undef STOP_CODE
-  #endif
-  #define STOP_CODE (((UINT32)FILECODE)*0x10000ul + \
-                      ((__LINE__) % 10) + (((__LINE__ / 10) % 10)*0x10) + \
-                      (((__LINE__ / 100) % 10)*0x100) + (((__LINE__ / 1000) % 10)*0x1000))
-
-  #define IDS_ERROR_TRAP  IdsErrorStop (STOP_CODE)
-#else
-  #define IDS_ERROR_TRAP
-#endif
-
 ///give the extended Macro default value
 #ifndef __IDS_EXTENDED__
   #define IDS_EXTENDED_HOOK(idsoption, dataptr, idsnvptr, stdheader) IDS_SUCCESS
diff --git a/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h b/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h
index 5811eb0..4cd0575 100644
--- a/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h
+++ b/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h
@@ -55,7 +55,6 @@
  * Module are listed below:
  *
  *    IDSOPT_IDS_ENABLED
- *    IDSOPT_ERROR_TRAP_ENABLED
  *    IDSOPT_CONTROL_ENABLED
  *
  *      Warning: When you enable the IDSOPT_CONTROL_NV_TO_CMOS feature.
@@ -96,8 +95,6 @@
  *
  **/
 
-#define IDSOPT_ERROR_TRAP_ENABLED             FALSE
-
 #define IDS_MMAP_SERIAL_PORT
 
 #ifdef DEBUG
@@ -122,7 +119,6 @@
 //#define IDSOPT_ASSERT_ENABLED                 TRUE
 #else
 #define IDSOPT_IDS_ENABLED                    FALSE
-//#define IDSOPT_ERROR_TRAP_ENABLED             FALSE
 //#define IDSOPT_CONTROL_ENABLED                FALSE
 #define IDSOPT_TRACING_ENABLED                FALSE
 #define IDSOPT_TRACING_CONSOLE_SERIALPORT     TRUE

-- 
To view, visit https://review.coreboot.org/28296
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c3ca4b0a4a1f96f245ba2f4902fd0051dda77ef
Gerrit-Change-Number: 28296
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel at silverbackltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180823/30a324b7/attachment-0001.html>


More information about the coreboot-gerrit mailing list