Attention is currently required from: Pratikkumar Prajapati.

Pratikkumar V Prajapati would like Pratikkumar Prajapati to review this change.

View Change

soc/intel/common: Add metadata tag definition for crashlog

When parsing descriptor table the record can have tag type = 7.
This tag contains metadata depending on SOC. The platform may
choose to parse it based on implementation of crashlog.

BUG=b:262501347
TEST=Able to build REX.

Change-Id: I60dda06950974f7949fa5635141e4b7798c4d1f2
Signed-off-by: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.corp-partner.google.com>
---
M src/soc/intel/common/block/include/intelblocks/crashlog.h
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/76833/1
diff --git a/src/soc/intel/common/block/include/intelblocks/crashlog.h b/src/soc/intel/common/block/include/intelblocks/crashlog.h
index 91e8edd..7d3252a 100644
--- a/src/soc/intel/common/block/include/intelblocks/crashlog.h
+++ b/src/soc/intel/common/block/include/intelblocks/crashlog.h
@@ -28,6 +28,7 @@
/* Tag field definitions */
#define CRASHLOG_DESCRIPTOR_TABLE_TAG_SOC 0x0
#define CRASHLOG_DESCRIPTOR_TABLE_TAG_IOE 0x1
+#define CRASHLOG_DESCRIPTOR_TABLE_TAG_META 0x7

/* PMC crashlog discovery structs */
typedef union {

To view, visit change 76833. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I60dda06950974f7949fa5635141e4b7798c4d1f2
Gerrit-Change-Number: 76833
Gerrit-PatchSet: 1
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com>
Gerrit-Reviewer: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.corp-partner.google.com>
Gerrit-Attention: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.corp-partner.google.com>
Gerrit-MessageType: newchange